NamedVersionedString 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 name, version, and machine-local flag.
public ref class NamedVersionedString : Microsoft::VisualStudio::Settings::VersionedString
[Windows::Foundation::Metadata::WebHostHidden]
class NamedVersionedString : Microsoft::VisualStudio::Settings::VersionedString
public class NamedVersionedString : Microsoft.VisualStudio.Settings.VersionedString
type NamedVersionedString = class
inherit VersionedString
Public Class NamedVersionedString
Inherits VersionedString
- Inheritance
Remarks
Members of this class may be called on any thread.
Constructors
NamedVersionedString(String, String, Boolean, Int32) |
Initializes a new instance of NamedVersionedString. |
Properties
MachineLocal |
Determines whether the content is machine-local. (Inherited from StringWithMachineLocalFlag) |
Name |
Gets the name of the string. |
Revision |
Gets the revision number. (Inherited from VersionedString) |
Value |
Gets the value. (Inherited from StringWithMachineLocalFlag) |