Share via


GraphErrorEventArgs.Context Property

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property Context As GraphObject
public GraphObject Context { get; }
public:
property GraphObject^ Context {
    GraphObject^ get ();
}
member Context : GraphObject with get
function get Context () : GraphObject

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphObject
Returns GraphObject.

.NET Framework Security

See Also

Reference

GraphErrorEventArgs Class

Microsoft.VisualStudio.GraphModel.Styles Namespace