GraphNode.FindRelatedContainmentNodes Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| FindRelatedContainmentNodes(GraphSearchDirection) |
Verknüpfte Knoten mit einer Einschluss Beziehung zu diesem Knoten erhalten |
| FindRelatedContainmentNodes(GraphSearchDirection, GraphSearchOption, GraphCategory[]) |
Verknüpfte Knoten mit einer Einschluss Beziehung zu diesem Knoten erhalten |
FindRelatedContainmentNodes(GraphSearchDirection)
Verknüpfte Knoten mit einer Einschluss Beziehung zu diesem Knoten erhalten
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ FindRelatedContainmentNodes(Microsoft::VisualStudio::GraphModel::GraphSearchDirection searchDirection);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<FindRelatedContainmentNodes>d__37))]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> FindRelatedContainmentNodes (Microsoft.VisualStudio.GraphModel.GraphSearchDirection searchDirection);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<FindRelatedContainmentNodes>d__37))>]
member this.FindRelatedContainmentNodes : Microsoft.VisualStudio.GraphModel.GraphSearchDirection -> seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public Iterator Function FindRelatedContainmentNodes (searchDirection As GraphSearchDirection) As IEnumerable(Of GraphNode)
Parameter
- searchDirection
- GraphSearchDirection
Richtung: entweder Quelle oder Ziel
Gibt zurück
Die zugehörigen Knoten
- Attribute
Gilt für
FindRelatedContainmentNodes(GraphSearchDirection, GraphSearchOption, GraphCategory[])
Verknüpfte Knoten mit einer Einschluss Beziehung zu diesem Knoten erhalten
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ FindRelatedContainmentNodes(Microsoft::VisualStudio::GraphModel::GraphSearchDirection searchDirection, Microsoft::VisualStudio::GraphModel::GraphSearchOption searchOption, ... cli::array <Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ searchCategories);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<FindRelatedContainmentNodes>d__38))]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> FindRelatedContainmentNodes (Microsoft.VisualStudio.GraphModel.GraphSearchDirection searchDirection, Microsoft.VisualStudio.GraphModel.GraphSearchOption searchOption, params Microsoft.VisualStudio.GraphModel.GraphCategory[] searchCategories);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphNode/<FindRelatedContainmentNodes>d__38))>]
member this.FindRelatedContainmentNodes : Microsoft.VisualStudio.GraphModel.GraphSearchDirection * Microsoft.VisualStudio.GraphModel.GraphSearchOption * Microsoft.VisualStudio.GraphModel.GraphCategory[] -> seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public Iterator Function FindRelatedContainmentNodes (searchDirection As GraphSearchDirection, searchOption As GraphSearchOption, ParamArray searchCategories As GraphCategory()) As IEnumerable(Of GraphNode)
Parameter
- searchDirection
- GraphSearchDirection
Richtung: entweder Quelle oder Ziel
- searchOption
- GraphSearchOption
Gibt an, ob Suchkategorien auf Verknüpfungs Kategorien oder die Kategorie des verknüpften Knotens verweisen (Quelle oder Ziel, abhängig von der Suchrichtung).
- searchCategories
- GraphCategory[]
Die Kategorien, nach denen gesucht werden soll. Dabei kann es sich um eine Link Kategorie oder eine Quell-oder Zielknoten Kategorie handeln, abhängig vom Wert von SearchOption und SearchDirection.
Gibt zurück
Die zugehörigen Knoten
- Attribute