StringWithMachineLocalFlag Class

Visual Studio 2015
 

A setting value serialized as a string that contains a flag indicating whether the value contains machine-local content.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
    Microsoft.VisualStudio.Settings.VersionedString

public class StringWithMachineLocalFlag

NameDescription
System_CAPS_pubmethodStringWithMachineLocalFlag(String, Boolean)

Initializes a new instance of StringWithMachineLocalFlag.

NameDescription
System_CAPS_pubpropertyMachineLocal

Determines whether the content is machine-local.

System_CAPS_pubpropertyValue

Gets the value.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: