IGraphProvider::GetExtension<T> Method (GraphObject^, T)

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

generic<typename T>
where T : ref class
T GetExtension(
	GraphObject^ graphObject,
	T previous
)

Parameters

graphObject
Type: Microsoft.VisualStudio.GraphModel::GraphObject^

previous
Type: T

Return Value

Type: T

Type Parameters

T

Return to top
Show: