GraphObject::HasLocalValue Method (GraphProperty^)

 

Returns true if the specified property exists on this object with no category inheritance check.

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

public:
bool HasLocalValue(
	GraphProperty^ property
)

Parameters

property
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

The property to find.

Return Value

Type: System::Boolean

True if property is set on this object.

Return to top
Show: