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
- 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.