Delen via


GraphPathSerializationDictionary Constructor (GraphPathSerializationDictionary)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Create a copy of the CommonPaths from another object.

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
)

Parameters

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

GraphPathSerializationDictionary Overload

Microsoft.VisualStudio.GraphModel Namespace