ISettingsMachineLocalityEvaluator Interface

Visual Studio 2015
 

Used in conjunction with SharedSettingsAttribute to evaluate whether a property value is machine-local (i.e. should not roam to other machines) at runtime.

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

public interface ISettingsMachineLocalityEvaluator

NameDescription
System_CAPS_pubmethodIsMachineLocal(String, Object)

Determines whether a property value is machine-local.

Return to top
Show: