GraphObject.ClearValue Method (GraphProperty)

Removes the value of the specified property

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

Syntax

'Declaration
Public Function ClearValue ( _
    property As GraphProperty _
) As Object
public Object ClearValue(
    GraphProperty property
)
public:
Object^ ClearValue(
    GraphProperty^ property
)
member ClearValue : 
        property:GraphProperty -> Object 
public function ClearValue(
    property : GraphProperty
) : Object

Parameters

Return Value

Type: System.Object
the annotation value that was removed, or null

.NET Framework Security

See Also

Reference

GraphObject Class

ClearValue Overload

Microsoft.VisualStudio.GraphModel Namespace