VersionedString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A setting value serialized as a string along with an associated version and machine-local flag.
public ref class VersionedString : Microsoft::VisualStudio::Settings::StringWithMachineLocalFlag
[Windows::Foundation::Metadata::WebHostHidden]
class VersionedString : Microsoft::VisualStudio::Settings::StringWithMachineLocalFlag
public class VersionedString : Microsoft.VisualStudio.Settings.StringWithMachineLocalFlag
type VersionedString = class
inherit StringWithMachineLocalFlag
Public Class VersionedString
Inherits StringWithMachineLocalFlag
- Inheritance
- Derived
Remarks
Members of this class may be called on any thread.
Constructors
VersionedString(String, Boolean, Int32) |
Initializes a new instance of VersionedString. |
Properties
MachineLocal |
Determines whether the content is machine-local. (Inherited from StringWithMachineLocalFlag) |
Revision |
Gets the revision number. |
Value |
Gets the value. (Inherited from StringWithMachineLocalFlag) |