ElementTypeDescriptor Constructor (ModelElement)

Initializes a new instance of the ElementTypeDescriptor class.

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

Syntax

'Declaration
Protected Friend Sub New ( _
    selectedElement As ModelElement _
)
'Usage
Dim selectedElement As ModelElement 

Dim instance As New ElementTypeDescriptor(selectedElement)
protected internal ElementTypeDescriptor(
    ModelElement selectedElement
)
protected public:
ElementTypeDescriptor(
    ModelElement^ selectedElement
)
protected internal function ElementTypeDescriptor(
    selectedElement : ModelElement
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

selectedElement is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ElementTypeDescriptor Class

ElementTypeDescriptor Members

ElementTypeDescriptor Overload

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.