VersionedString Class
Visual Studio 2015
A setting value serialized as a string along with an associated version and machine-local flag.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
System.Object
Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
Microsoft.VisualStudio.Settings.VersionedString
Microsoft.VisualStudio.Settings.NamedVersionedString
Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
Microsoft.VisualStudio.Settings.VersionedString
Microsoft.VisualStudio.Settings.NamedVersionedString
| Name | Description | |
|---|---|---|
![]() | VersionedString(String, Boolean, Int32) | Initializes a new instance of VersionedString. |
| Name | Description | |
|---|---|---|
![]() | MachineLocal | Determines whether the content is machine-local.(Inherited from StringWithMachineLocalFlag.) |
![]() | Revision | Gets the revision number. |
![]() | Value | Gets the value.(Inherited from StringWithMachineLocalFlag.) |
| 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:


