Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ElementEventArgs.ModelElement.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ModelElement As ModelElement
'Usage
Dim instance As ElementDeletedEventArgs
Dim value As ModelElement
value = instance.ModelElement
public override ModelElement ModelElement { get; }
public:
virtual property ModelElement^ ModelElement {
ModelElement^ get () override;
}
public override 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.