VersionedString Class

Visual Studio 2015
 

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

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


public class VersionedString : StringWithMachineLocalFlag

NameDescription
System_CAPS_pubmethodVersionedString(String, Boolean, Int32)

Initializes a new instance of VersionedString.

NameDescription
System_CAPS_pubpropertyMachineLocal

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

System_CAPS_pubpropertyRevision

Gets the revision number.

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: