Share via


ExplorerBehaviorTypeDescriptor Constructors

Definition

Overloads

ExplorerBehaviorTypeDescriptor(ICustomTypeDescriptor, ModelElement)

Constructor

ExplorerBehaviorTypeDescriptor(ICustomTypeDescriptor, Type)

Constructor

ExplorerBehaviorTypeDescriptor(ICustomTypeDescriptor, ModelElement)

Constructor

public:
 ExplorerBehaviorTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Microsoft::VisualStudio::Modeling::ModelElement ^ selectedElement);
public ExplorerBehaviorTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Microsoft.VisualStudio.Modeling.ModelElement selectedElement);
new Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, selectedElement As ModelElement)

Parameters

selectedElement
ModelElement

Applies to

ExplorerBehaviorTypeDescriptor(ICustomTypeDescriptor, Type)

Constructor

public:
 ExplorerBehaviorTypeDescriptor(System::ComponentModel::ICustomTypeDescriptor ^ parent, Type ^ modelElementType);
public ExplorerBehaviorTypeDescriptor (System.ComponentModel.ICustomTypeDescriptor parent, Type modelElementType);
new Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor * Type -> Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehaviorTypeDescriptor
Public Sub New (parent As ICustomTypeDescriptor, modelElementType As Type)

Parameters

modelElementType
Type

Applies to