DialogPage::IsPropertyValueMachineLocal Method (PropertyDescriptor^, Object^, String^)

Visual Studio 2015
 

Determine whether a given value from a property on the AutomationObject is local to this machine (vs. being roamable to other machines),

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual bool IsPropertyValueMachineLocal(
	PropertyDescriptor^ property,
	Object^ value,
	String^ storePath
)

Parameters

property
Type: System.ComponentModel::PropertyDescriptor^

The property.

value
Type: System::Object^

The value.

storePath
Type: System::String^

The path of the settings store.

Return Value

Type: System::Boolean

True if the property value is local to the machine, otherwise false..

Return to top
Show: