ElementTypeDescriptionProvider::CreateTypeDescriptor Method (ICustomTypeDescriptor^, Type^)
Visual Studio 2015
Overridables for the derived class to provide a custom type descriptor.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected: virtual ElementTypeDescriptor^ CreateTypeDescriptor( ICustomTypeDescriptor^ parent, Type^ modelElementType )
Parameters
- parent
-
Type:
System.ComponentModel::ICustomTypeDescriptor^
Parent custom type descriptor.
- modelElementType
-
Type:
System::Type^
Type of element to be described.
Return Value
Type: Microsoft.VisualStudio.Modeling.Design::ElementTypeDescriptor^
Show: