Udostępnij za pośrednictwem


GraphSerializer.CommonPaths Property

Get/Set the static CommonPaths used to map entities in the DGML documents.

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

Syntax

'Declaration
Public Shared ReadOnly Property CommonPaths As GraphPathSerializationDictionary
    Get
public static GraphPathSerializationDictionary CommonPaths { get; }
public:
static property GraphPathSerializationDictionary^ CommonPaths {
    GraphPathSerializationDictionary^ get ();
}
static member CommonPaths : GraphPathSerializationDictionary
static function get CommonPaths () : GraphPathSerializationDictionary

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary

.NET Framework Security

See Also

Reference

GraphSerializer Class

Microsoft.VisualStudio.GraphModel Namespace