ExplorerBehaviorTypeDescriptor Constructor (ICustomTypeDescriptor, Type)
Constructor
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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
- parent
Type: System.ComponentModel.ICustomTypeDescriptor
- modelElementType
Type: System.Type
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExplorerBehaviorTypeDescriptor Class