Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.