Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
graphProperty
Type: Microsoft.VisualStudio.GraphModel.GraphPropertyThe property you want to clear.
Return Value
Type: Object
The annotation value that was removed, or null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.