GraphProviderAttribute Constructor (Type^)

 

Constructor for specifying a custom type to be MEF exported.

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

public:
GraphProviderAttribute(
	Type^ contractType
)

Parameters

contractType
Type: System::Type^

The type that will be exported through MEF. Currently only IGraphProvider is supported.

Return to top
Show: