Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the model element represented by this shape. Supply the type of the result that you want.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
T GetObject<T>()
generic<typename T>
T GetObject()
abstract GetObject<'T> : unit -> 'T
Function GetObject(Of T) As T
Return Value
Type: T
Type Parameters
- T
Result type. IElement or a subtype.
See Also
IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top