Freigeben über


GraphSerializationSettings.GraphNodeIdMapper-Eigenschaft

Konvertiert ein GraphNodeId vor dem Serialisieren in einen anderen.

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

Syntax

'Declaration
Public Property GraphNodeIdMapper As Func(Of GraphNodeId, GraphNodeId)
public Func<GraphNodeId, GraphNodeId> GraphNodeIdMapper { get; set; }
public:
property Func<GraphNodeId^, GraphNodeId^>^ GraphNodeIdMapper {
    Func<GraphNodeId^, GraphNodeId^>^ get ();
    void set (Func<GraphNodeId^, GraphNodeId^>^ value);
}
member GraphNodeIdMapper : Func<GraphNodeId, GraphNodeId> with get, set
function get GraphNodeIdMapper () : Func<GraphNodeId, GraphNodeId>
function set GraphNodeIdMapper (value : Func<GraphNodeId, GraphNodeId>)

Eigenschaftswert

Typ: Func<GraphNodeId, GraphNodeId>
Gibt Func zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSerializationSettings Klasse

Microsoft.VisualStudio.GraphModel-Namespace