Share via


Graph.Paths Property

CommonPaths found by the serializer during load which we will also use during save.

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

Syntax

'Declaration
Public Property Paths As GraphPathSerializationDictionary
public GraphPathSerializationDictionary Paths { get; internal set; }
public:
property GraphPathSerializationDictionary^ Paths {
    GraphPathSerializationDictionary^ get ();
    internal: void set (GraphPathSerializationDictionary^ value);
}
member Paths : GraphPathSerializationDictionary with get, internal set
function get Paths () : GraphPathSerializationDictionary 
internal function set Paths (value : GraphPathSerializationDictionary)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace