GraphPathSerializationDictionary-Konstruktor (GraphPathSerializationDictionary)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub New ( _
other As GraphPathSerializationDictionary _
)
public GraphPathSerializationDictionary(
GraphPathSerializationDictionary other
)
public:
GraphPathSerializationDictionary(
GraphPathSerializationDictionary^ other
)
new :
other:GraphPathSerializationDictionary -> GraphPathSerializationDictionary
public function GraphPathSerializationDictionary(
other : GraphPathSerializationDictionary
)
Parameter
.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.
Siehe auch
Referenz
GraphPathSerializationDictionary Klasse