SupportedType.Type Property
Supported Type
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public Type Type { get; private set; }
public:
property Type^ Type {
Type^ get();
private: void set(Type^ value);
}
member Type : Type with get, private set
Public Property Type As Type
Get
Private Set
End Property
Property Value
Type: System.Type
See Also
SupportedType Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top