Freigeben über


GraphObject.ClearValue-Methode (GraphProperty)

Entfernt den Wert der angegebenen Eigenschaft.

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

Parameter

Rückgabewert

Typ: System.Object
Der Anmerkungswert, der entfernt wurde, bzw. NULL

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

ClearValue-Überladung

Microsoft.VisualStudio.GraphModel-Namespace