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