GraphSchema::FindProperty Method (String^)

 

Gets the GraphProperty with the specified ID.

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

public:
GraphProperty^ FindProperty(
	String^ id
)

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.

Return to top
Show: