GraphPathSerializer Constructor (GraphPathSerializationDictionary^)

 

Constructs a new PathSerializer using the given CommonPaths collection.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
GraphPathSerializer(
	GraphPathSerializationDictionary^ paths
)

Parameters

paths
Type: Microsoft.VisualStudio.GraphModel::GraphPathSerializationDictionary^

The paths to handle with this serializer.

Return to top
Show: