GraphSchema::FindProperty Method (String^)
Visual Studio 2015
Gets the GraphProperty with the specified ID.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- id
-
Type:
System::String^
Unique ID of the GraphProperty to obtain.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^The matching GraphProperty, or null if not found.
Show: