StringWithMachineLocalFlag Class
Visual Studio 2015
A setting value serialized as a string that contains a flag indicating whether the value contains machine-local content.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
System.Object
Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
Microsoft.VisualStudio.Settings.VersionedString
Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
Microsoft.VisualStudio.Settings.VersionedString
| Name | Description | |
|---|---|---|
![]() | StringWithMachineLocalFlag(String, Boolean) | Initializes a new instance of StringWithMachineLocalFlag. |
| Name | Description | |
|---|---|---|
![]() | MachineLocal | Determines whether the content is machine-local. |
![]() | Value | Gets the value. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


