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

Return Value

Type: System.Boolean
True if property is set on this object.

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace