DialogPage.IsPropertyValueMachineLocal 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.
Returns whether a given value from a property on the AutomationObject is local to this machine (vs. being roamable to other machines)
protected:
virtual bool IsPropertyValueMachineLocal(System::ComponentModel::PropertyDescriptor ^ property, System::Object ^ value, System::String ^ storePath);
protected virtual bool IsPropertyValueMachineLocal (System.ComponentModel.PropertyDescriptor property, object value, string storePath);
abstract member IsPropertyValueMachineLocal : System.ComponentModel.PropertyDescriptor * obj * string -> bool
override this.IsPropertyValueMachineLocal : System.ComponentModel.PropertyDescriptor * obj * string -> bool
Protected Overridable Function IsPropertyValueMachineLocal (property As PropertyDescriptor, value As Object, storePath As String) As Boolean
Parameters
- property
- PropertyDescriptor
The property.
- value
- Object
The value.
- storePath
- String
The path of the settings store.
Returns
True if the property value is local to the machine, otherwise false..