GraphSchema::FindProperties Method (IEnumerable<String^>^)

 

Gets the GraphProperties with the specified IDs and all child schemas recursively.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
IEnumerable<GraphProperty^>^ FindProperties(
	IEnumerable<String^>^ idList
)

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.

Return to top
Show: