IGraphProvider.GetExtension<T> Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Function GetExtension(Of T As Class) ( _
graphObject As GraphObject, _
previous As T _
) As T
T GetExtension<T>(
GraphObject graphObject,
T previous
)
where T : class
generic<typename T>
where T : ref class
T GetExtension(
GraphObject^ graphObject,
T previous
)
abstract GetExtension :
graphObject:GraphObject *
previous:'T -> 'T when 'T : not struct
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- graphObject
Type: Microsoft.VisualStudio.GraphModel.GraphObject
- previous
Type: 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.