GraphObject.HasLocalValue(GraphProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return true if the specified property exists on this object with no cateogry inheritance check.
public:
bool HasLocalValue(Microsoft::VisualStudio::GraphModel::GraphProperty ^ property);
public bool HasLocalValue (Microsoft.VisualStudio.GraphModel.GraphProperty property);
member this.HasLocalValue : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
Public Function HasLocalValue (property As GraphProperty) As Boolean
Parameters
- property
- GraphProperty
The property to find
Returns
True if property is set on this object