Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts one GraphNodeId to another before serializing it.
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>)
Property Value
Type: Func<GraphNodeId, GraphNodeId>
Returns Func.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.