WritableSettingsStore Methods

 

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodCollectionExists(String^)

Checks the existence of the collection passed in to this method.(Inherited from SettingsStore.)

System_CAPS_pubmethodCreateCollection(String^)

Creates the given collection path by creating each nested collection while skipping the ones that already exist.

System_CAPS_pubmethodDeleteCollection(String^)

Deletes the given collection recursively deleting all of the sub-collections and properties in it. If the collection does not exist or an empty string ("") is passed then the method returns false.

System_CAPS_pubmethodDeleteProperty(String^, String^)

Deletes the given property from the collection. If the property or the collection does not exist then the method returns false.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBoolean(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Int32 as boolean.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetBoolean(String^, String^, Boolean)

Returns the value of the requested property whose data type is !:SettingsType.Int32 as boolean.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInt32(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Int32.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetInt32(String^, String^, Int32)

Returns the value of the requested property whose data type is !:SettingsType.Int32.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetInt64(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Int64.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetInt64(String^, String^, Int64)

Returns the value of the requested property whose data type is !:SettingsType.Int64.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetLastWriteTime(String^)

Provides the last write time of the properties and sub-collections immediate to the given collection. (Inherited from SettingsStore.)

System_CAPS_pubmethodGetMemoryStream(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Binary. In order to access the underlying byte array at once !:MemoryStream.ToArray method can be used.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetPropertyCount(String^)

Returns the number of properties under the given collection.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetPropertyNames(String^)

Returns the names of properties under the given collection.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetPropertyType(String^, String^)

Returns the type of the requested property.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetString(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.String.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetString(String^, String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.String.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetSubCollectionCount(String^)

Returns the number of sub-collections under the given collection.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetSubCollectionNames(String^)

Returns the names of sub-collections under the given collection.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUInt32(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Int32.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetUInt32(String^, String^, UInt32)

Returns the value of the requested property whose data type is !:SettingsType.Int32.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetUInt64(String^, String^)

Returns the value of the requested property whose data type is !:SettingsType.Int64.(Inherited from SettingsStore.)

System_CAPS_pubmethodGetUInt64(String^, String^, UInt64)

Returns the value of the requested property whose data type is !:SettingsType.Int64.(Inherited from SettingsStore.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPropertyExists(String^, String^)

Checks the existance of the property passed in to this method.(Inherited from SettingsStore.)

System_CAPS_pubmethodSetBoolean(String^, String^, Boolean)

Updates the value of the specified property to the given Boolean value while setting its data type to !:SettingsType.Int32.

System_CAPS_pubmethodSetInt32(String^, String^, Int32)

Updates the value of the specified property to the given integer value while setting its data type to !:SettingsType.Int32.

System_CAPS_pubmethodSetInt64(String^, String^, Int64)

Updates the value of the specified property to the given long value while setting its data type to !:SettingsType.Int64.

System_CAPS_pubmethodSetMemoryStream(String^, String^, MemoryStream^)

Updates the value of the specified property to the bits of the MemoryStream while setting its data type to !:SettingsType.Binary.

System_CAPS_pubmethodSetString(String^, String^, String^)

Updates the value of the specified property to the given string value while setting its data type to !:SettingsType.String.

System_CAPS_pubmethodSetUInt32(String^, String^, UInt32)

Updates the value of the specified property to the given unsigned integer value while setting its data type to !:SettingsType.Int32.

System_CAPS_pubmethodSetUInt64(String^, String^, UInt64)

Updates the value of the specified property to the given unsigned long value while setting its data type to !:SettingsType.Int64.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: