Compartir a través de


GraphObject.ClearValue (Método) (GraphProperty)

Quita el valor de la propiedad especificada.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Object
El valor de la anotación que se han quitado, o NULL.

Seguridad de .NET Framework

Vea también

Referencia

GraphObject Clase

ClearValue (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)