Share via


NamedVersionedString Class

Definition

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)

Applies to