ElementEventArgs.ModelElement Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ModelElement As ModelElement
'Usage
Dim instance As ElementEventArgs
Dim value As ModelElement
value = instance.ModelElement
public virtual ModelElement ModelElement { get; }
public:
virtual property ModelElement^ ModelElement {
ModelElement^ get ();
}
public function get ModelElement () : ModelElement
Property Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
.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.