GraphNodeId.GetNestedIdByName Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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.