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.
Gets a value from the first embedded GraphNodeId that matches the name.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetNestedIdByName ( _
name As GraphNodeIdName _
) As GraphNodeId
public GraphNodeId GetNestedIdByName(
GraphNodeIdName name
)
public:
GraphNodeId^ GetNestedIdByName(
GraphNodeIdName^ name
)
member GetNestedIdByName :
name:GraphNodeIdName -> GraphNodeId
public function GetNestedIdByName(
name : GraphNodeIdName
) : GraphNodeId
Parameters
name
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdNameThe name to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The GraphNodeId that matches the given name; null if not found.
.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.