Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetNested ( _
name As GraphNodeIdName, _
value As Object _
) As GraphNodeId
public static GraphNodeId GetNested(
GraphNodeIdName name,
Object value
)
public:
static GraphNodeId^ GetNested(
GraphNodeIdName^ name,
Object^ value
)
static member GetNested :
name:GraphNodeIdName *
value:Object -> GraphNodeId
public static function GetNested(
name : GraphNodeIdName,
value : Object
) : GraphNodeId
Parameters
name
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdNameThe name of the value to search for.
value
Type: System.ObjectThe value to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The partial GraphNodeId based on the name and value.
.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.