GraphSchema.FindProperties(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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