IShape.GetObject<T> Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
Function GetObject(Of T) As T
'Usage
Dim instance As IShape
Dim returnValue As T
returnValue = instance.GetObject()
T GetObject<T>()
generic<typename T>
T GetObject()
abstract GetObject : unit -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
Return Value
Type: T
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.