NamedVersionedString Class

Visual Studio 2015
 

A setting value serialized as a string along with an associated name, version, and machine-local flag.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)


public class NamedVersionedString : VersionedString

NameDescription
System_CAPS_pubmethodNamedVersionedString(String, String, Boolean, Int32)

Initializes a new instance of NamedVersionedString.

NameDescription
System_CAPS_pubpropertyMachineLocal

Determines whether the content is machine-local.(Inherited from StringWithMachineLocalFlag.)

System_CAPS_pubpropertyName

Gets the name of the string.

System_CAPS_pubpropertyRevision

Gets the revision number.(Inherited from VersionedString.)

System_CAPS_pubpropertyValue

Gets the value.(Inherited from StringWithMachineLocalFlag.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: