GraphSchema.FindProperties(IEnumerable<String>) Method

Definition

Gets the GraphProperties with the specified ids and all child schemas recurrsively.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ FindProperties(System::Collections::Generic::IEnumerable<System::String ^> ^ idList);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphProperty> FindProperties (System.Collections.Generic.IEnumerable<string> idList);
member this.FindProperties : seq<string> -> seq<Microsoft.VisualStudio.GraphModel.GraphProperty>
Public Function FindProperties (idList As IEnumerable(Of String)) As IEnumerable(Of GraphProperty)

Parameters

idList
IEnumerable<String>

Unique ids of the GraphProperties to get

Returns

The matching GraphProperties

Applies to