GraphProviderAttribute Constructors

Definition

Overloads

GraphProviderAttribute()
GraphProviderAttribute(Type)

Constructor for specifying a custom type to be MEF exported.

GraphProviderAttribute()

public:
 GraphProviderAttribute();
public GraphProviderAttribute ();
Public Sub New ()

Applies to

GraphProviderAttribute(Type)

Constructor for specifying a custom type to be MEF exported.

public:
 GraphProviderAttribute(Type ^ contractType);
public GraphProviderAttribute (Type contractType);
new Microsoft.VisualStudio.GraphModel.GraphProviderAttribute : Type -> Microsoft.VisualStudio.GraphModel.GraphProviderAttribute
Public Sub New (contractType As Type)

Parameters

contractType
Type

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

Applies to