PresentationElementTypeDescriptionProvider.CreateTypeDescriptor Method
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.
Provides a custom type descriptor for a PresentationElement.
protected:
override Microsoft::VisualStudio::Modeling::Design::ElementTypeDescriptor ^ CreateTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::ModelElement ^ element);
protected override sealed Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor CreateTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.ModelElement element);
override this.CreateTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
Protected Overrides NotOverridable Function CreateTypeDescriptor (parent As ICustomTypeDescriptor, element As ModelElement) As ElementTypeDescriptor
Parameters
- parent
- ICustomTypeDescriptor
- element
- ModelElement