GraphSchema::FindProperties Method (IEnumerable<String^>^)
Visual Studio 2015
Gets the GraphProperties with the specified IDs and all child schemas recursively.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- idList
-
Type:
System.Collections.Generic::IEnumerable<String^>^
Unique IDs of the GraphProperties to obtain.
Return Value
Type: System.Collections.Generic::IEnumerable<GraphProperty^>^The matching GraphProperties.
Show: