Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Get 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 GetArray ( _
name As GraphNodeIdName, _
value As Object _
) As GraphNodeId
public static GraphNodeId GetArray(
GraphNodeIdName name,
Object value
)
public:
static GraphNodeId^ GetArray(
GraphNodeIdName^ name,
Object^ value
)
static member GetArray :
name:GraphNodeIdName *
value:Object -> GraphNodeId
public static function GetArray(
name : GraphNodeIdName,
value : Object
) : GraphNodeId
Parameters
name
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdNameThe name to search for.
value
Type: ObjectThe value to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The GraphNodeId for 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.