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.
Returns true if the specified annotation exists.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function HasValue ( _
property As GraphProperty _
) As Boolean
public bool HasValue(
GraphProperty property
)
public:
bool HasValue(
GraphProperty^ property
)
member HasValue :
property:GraphProperty -> bool
public function HasValue(
property : GraphProperty
) : boolean
Parameters
property
Type: Microsoft.VisualStudio.GraphModel.GraphPropertyThe annotation key.
Return Value
Type: Boolean
True if the annotation exists; false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if key is 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.