Graph.Paths-Eigenschaft
Vom Serialisierungsprogramm während des Ladevorgangs gefundene CommonPaths, die auch beim Speichern verwendet werden.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Paths As GraphPathSerializationDictionary
Get
Friend Set
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)
Eigenschaftswert
Typ: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.