CompartmentTypeDescriptor Constructor (ICustomTypeDescriptor, Compartment)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    parent As ICustomTypeDescriptor, _
    element As Compartment _
)
public CompartmentTypeDescriptor(
    ICustomTypeDescriptor parent,
    Compartment element
)
public:
CompartmentTypeDescriptor(
    ICustomTypeDescriptor^ parent, 
    Compartment^ element
)
new : 
        parent:ICustomTypeDescriptor * 
        element:Compartment -> CompartmentTypeDescriptor
public function CompartmentTypeDescriptor(
    parent : ICustomTypeDescriptor, 
    element : Compartment
)

Parameters

.NET Framework Security

See Also

Reference

CompartmentTypeDescriptor Class

CompartmentTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace