GraphObject.ClearValue Method (GraphProperty)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 ( _
    graphProperty As GraphProperty _
) As Object
public Object ClearValue(
    GraphProperty graphProperty
)
public:
Object^ ClearValue(
    GraphProperty^ graphProperty
)
member ClearValue : 
        graphProperty:GraphProperty -> Object
public function ClearValue(
    graphProperty : 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