GraphObject.HasLocalValue, méthode
Renvoie True si la propriété spécifiée existe sur cet objet sans le contrôle d'héritage de catégorie.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function HasLocalValue ( _
property As GraphProperty _
) As Boolean
public bool HasLocalValue(
GraphProperty property
)
public:
bool HasLocalValue(
GraphProperty^ property
)
member HasLocalValue :
property:GraphProperty -> bool
public function HasLocalValue(
property : GraphProperty
) : boolean
Paramètres
property
Type : Microsoft.VisualStudio.GraphModel.GraphPropertyPropriété à rechercher.
Valeur de retour
Type : Boolean
True si la propriété est définie à cet objet.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.