GraphPathSerializationDictionary, constructeur (GraphPathSerializationDictionary)
Créer une copie du CommonPaths à partir d'un autre objet.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As GraphPathSerializationDictionary _
)
public GraphPathSerializationDictionary(
GraphPathSerializationDictionary other
)
public:
GraphPathSerializationDictionary(
GraphPathSerializationDictionary^ other
)
new :
other:GraphPathSerializationDictionary -> GraphPathSerializationDictionary
public function GraphPathSerializationDictionary(
other : GraphPathSerializationDictionary
)
Paramètres
- other
Type : Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Autre objet à partir duquel copier les chemins d'accès
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.
Voir aussi
Référence
GraphPathSerializationDictionary Classe