Share via


GraphNodesUpdatedEventArgs.Graph Property

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

Syntax

'Declaration
Public Property Graph As Graph
    Get
    Private Set
public Graph Graph { get; private set; }
public:
property Graph^ Graph {
    Graph^ get ();
    private: void set (Graph^ value);
}
member Graph : Graph with get, private set
function get Graph () : Graph
private function set Graph (value : Graph)

Property Value

Type: Microsoft.VisualStudio.GraphModel.Graph

.NET Framework Security

See Also

Reference

GraphNodesUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace