SettingsStore Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CollectionExists(String^) | Checks the existence of the collection passed in to this method. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBoolean(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.Int32 as boolean. |
![]() | GetBoolean(String^, String^, Boolean) | Returns the value of the requested property whose data type is !:SettingsType.Int32 as boolean. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInt32(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.Int32. |
![]() | GetInt32(String^, String^, Int32) | Returns the value of the requested property whose data type is !:SettingsType.Int32. |
![]() | GetInt64(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.Int64. |
![]() | GetInt64(String^, String^, Int64) | Returns the value of the requested property whose data type is !:SettingsType.Int64. |
![]() | GetLastWriteTime(String^) | Provides the last write time of the properties and sub-collections immediate to the given collection. |
![]() | GetMemoryStream(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. |
![]() | GetPropertyCount(String^) | Returns the number of properties under the given collection. |
![]() | GetPropertyNames(String^) | Returns the names of properties under the given collection. |
![]() | GetPropertyType(String^, String^) | Returns the type of the requested property. |
![]() | GetString(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.String. |
![]() | GetString(String^, String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.String. |
![]() | GetSubCollectionCount(String^) | Returns the number of sub-collections under the given collection. |
![]() | GetSubCollectionNames(String^) | Returns the names of sub-collections under the given collection. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUInt32(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.Int32. |
![]() | GetUInt32(String^, String^, UInt32) | Returns the value of the requested property whose data type is !:SettingsType.Int32. |
![]() | GetUInt64(String^, String^) | Returns the value of the requested property whose data type is !:SettingsType.Int64. |
![]() | GetUInt64(String^, String^, UInt64) | Returns the value of the requested property whose data type is !:SettingsType.Int64. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PropertyExists(String^, String^) | Checks the existance of the property passed in to this method. |
![]() | ToString() | (Inherited from Object.) |

