Share via


ExplorerBehaviorTypeDescriptor Constructor (ICustomTypeDescriptor, Type)

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As ICustomTypeDescriptor, _
    modelElementType As Type _
)
public ExplorerBehaviorTypeDescriptor(
    ICustomTypeDescriptor parent,
    Type modelElementType
)
public:
ExplorerBehaviorTypeDescriptor(
    ICustomTypeDescriptor^ parent, 
    Type^ modelElementType
)
new : 
        parent:ICustomTypeDescriptor * 
        modelElementType:Type -> ExplorerBehaviorTypeDescriptor
public function ExplorerBehaviorTypeDescriptor(
    parent : ICustomTypeDescriptor, 
    modelElementType : Type
)

Parameters

.NET Framework Security

See Also

Reference

ExplorerBehaviorTypeDescriptor Class

ExplorerBehaviorTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace