ISettingsMachineLocalityEvaluator::IsMachineLocal Method (String^, Object^)

Visual Studio 2015
 

Determines whether a property value is machine-local.

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

bool IsMachineLocal(
	String^ name,
	Object^ value
)

Parameters

name
Type: System::String^

The full name of the setting specified via SharedSettingsAttribute.

value
Type: System::Object^

The current value of the property.

Return Value

Type: System::Boolean

True If the setting is machine-local, otherwise false.

Return to top
Show: