GraphProviderAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.