Gets the model document that is currently being edited.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEditTarget() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim value As System.Object
value = instance.GetEditTarget() |
C# | |
---|
System.object GetEditTarget() |
C++/CLI | |
---|
System.Object^ GetEditTarget(); |
Return Value
Object for the model document being edited
Example
Remarks
See Also