GraphSerializationSettings.GraphNodeIdMapper Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts one GraphNodeId to another before serializing it.
public:
property Func<Microsoft::VisualStudio::GraphModel::GraphNodeId ^, Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ GraphNodeIdMapper { Func<Microsoft::VisualStudio::GraphModel::GraphNodeId ^, Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ get(); void set(Func<Microsoft::VisualStudio::GraphModel::GraphNodeId ^, Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ value); };
public Func<Microsoft.VisualStudio.GraphModel.GraphNodeId,Microsoft.VisualStudio.GraphModel.GraphNodeId> GraphNodeIdMapper { get; set; }
member this.GraphNodeIdMapper : Func<Microsoft.VisualStudio.GraphModel.GraphNodeId, Microsoft.VisualStudio.GraphModel.GraphNodeId> with get, set
Public Property GraphNodeIdMapper As Func(Of GraphNodeId, GraphNodeId)