Share via


AmbiguousMonikerException.Element Property

Gets the model element that could not be added to the store.

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

Syntax

'Declaration
Public ReadOnly Property Element As ModelElement
'Usage
Dim instance As AmbiguousMonikerException 
Dim value As ModelElement 

value = instance.Element
public ModelElement Element { get; }
public:
property ModelElement^ Element {
    ModelElement^ get ();
}
public function get Element () : ModelElement

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
The model element that could not be added to the store.

.NET Framework Security

See Also

Reference

AmbiguousMonikerException Class

AmbiguousMonikerException Members

Microsoft.VisualStudio.Modeling Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.