GraphObject.HasLocalValue Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns true if the specified property exists on this object with no category inheritance check.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
Parameters
property
Type: Microsoft.VisualStudio.GraphModel.GraphPropertyThe property to find.
Return Value
Type: System.Boolean
True if property is set on this object.
.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.