GraphObject::ClearValue Method (GraphProperty^)

 

Removes the value of the specified property.

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

public:
Object^ ClearValue(
	GraphProperty^ graphProperty
)

Parameters

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

The property you want to clear.

Return Value

Type: System::Object^

The annotation value that was removed, or null.

Return to top
Show: