Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Supprime la valeur de la propriété spécifiée.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
- graphProperty
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
La propriété que vous souhaitez purger.
Valeur de retour
Type : System.Object
La valeur d'annotation qui a été supprimée, ou null.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.