GraphNodeId.GetNested Yöntem

Tanım

Aşırı Yüklemeler

GetNested(GraphNodeId[])

Verilen tanımlayıcılara göre iç içe bir GraphNodeId alın. Etrafındaki GraphNodeIds sayısını en aza indirmek için bir sözlükte arama yapar.

GetNested(GraphNodeIdName, Object)

Ad ve değere göre GraphNodeId alın. Etrafındaki GraphNodeIds sayısını en aza indirmek için bir sözlükte arama yapar.

GetNested(GraphNodeId[])

Verilen tanımlayıcılara göre iç içe bir GraphNodeId alın. Etrafındaki GraphNodeIds sayısını en aza indirmek için bir sözlükte arama yapar.

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetNested(... cli::array <Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ identifiers);
public static Microsoft.VisualStudio.GraphModel.GraphNodeId GetNested (params Microsoft.VisualStudio.GraphModel.GraphNodeId[] identifiers);
static member GetNested : Microsoft.VisualStudio.GraphModel.GraphNodeId[] -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Function GetNested (ParamArray identifiers As GraphNodeId()) As GraphNodeId

Parametreler

identifiers
GraphNodeId[]

Döndürülenler

GraphNodeId

Bu bir iç içe yerleştirilmiş Kısmi GraphNodeId

Şunlara uygulanır

GetNested(GraphNodeIdName, Object)

Ad ve değere göre GraphNodeId alın. Etrafındaki GraphNodeIds sayısını en aza indirmek için bir sözlükte arama yapar.

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetNested(Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^ name, System::Object ^ value);
public static Microsoft.VisualStudio.GraphModel.GraphNodeId GetNested (Microsoft.VisualStudio.GraphModel.GraphNodeIdName name, object value);
static member GetNested : Microsoft.VisualStudio.GraphModel.GraphNodeIdName * obj -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Function GetNested (name As GraphNodeIdName, value As Object) As GraphNodeId

Parametreler

name
GraphNodeIdName

Aranacak değerin adı

value
Object

Aranacak değer

Döndürülenler

GraphNodeId

Ad ve değere göre Kısmi GraphNodeId

Şunlara uygulanır