Graph.Paths, propriété
Les commonPaths trouvés par le sérialiseur lors du chargement que nous utiliserons également pendant l'enregistrement.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.