C# Класс VSEmbed.Services.SettingsManagerWrapper.StoreWrapper

Наследование: IVsSettingsStore
Показать файл Открыть проект

Открытые методы

Метод Описание
CollectionExists ( [ collectionPath, [ pfExists ) : int
GetBool ( [ collectionPath, [ propertyName, [ value ) : int
GetBoolOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
GetInt ( [ collectionPath, [ propertyName, int &value ) : int
GetInt64 ( [ collectionPath, [ propertyName, long &value ) : int
GetInt64OrDefault ( [ collectionPath, [ propertyName, long defaultValue, long &value ) : int
GetIntOrDefault ( [ collectionPath, [ propertyName, int defaultValue, int &value ) : int
GetLastWriteTime ( [ collectionPath, [ lastWriteTime ) : int
GetPropertyCount ( [ collectionPath, [ propertyCount ) : int
GetPropertyName ( [ collectionPath, [ index, string &propertyName ) : int
GetPropertyType ( [ collectionPath, [ propertyName, [ type ) : int
GetString ( [ collectionPath, [ propertyName, string &value ) : int
GetStringOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, string &value ) : int
GetSubCollectionCount ( [ collectionPath, [ subCollectionCount ) : int
GetSubCollectionName ( [ collectionPath, [ index, string &subCollectionName ) : int
GetUnsignedInt ( [ collectionPath, [ propertyName, [ value ) : int
GetUnsignedInt64 ( [ collectionPath, [ propertyName, ulong &value ) : int
GetUnsignedInt64OrDefault ( [ collectionPath, [ propertyName, ulong defaultValue, ulong &value ) : int
GetUnsignedIntOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
PropertyExists ( [ collectionPath, [ propertyName, [ pfExists ) : int
StoreWrapper ( SettingsStore inner ) : System

Приватные методы

Метод Описание
GetBinary ( [ collectionPath, [ propertyName, [ byteLength, [ pBytes, [ actualByteLength ) : int

Описание методов

CollectionExists() публичный Метод

public CollectionExists ( [ collectionPath, [ pfExists ) : int
collectionPath [
pfExists [
Результат int

GetBool() публичный Метод

public GetBool ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
Результат int

GetBoolOrDefault() публичный Метод

public GetBoolOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
Результат int

GetInt() публичный Метод

public GetInt ( [ collectionPath, [ propertyName, int &value ) : int
collectionPath [
propertyName [
value int
Результат int

GetInt64() публичный Метод

public GetInt64 ( [ collectionPath, [ propertyName, long &value ) : int
collectionPath [
propertyName [
value long
Результат int

GetInt64OrDefault() публичный Метод

public GetInt64OrDefault ( [ collectionPath, [ propertyName, long defaultValue, long &value ) : int
collectionPath [
propertyName [
defaultValue long
value long
Результат int

GetIntOrDefault() публичный Метод

public GetIntOrDefault ( [ collectionPath, [ propertyName, int defaultValue, int &value ) : int
collectionPath [
propertyName [
defaultValue int
value int
Результат int

GetLastWriteTime() публичный Метод

public GetLastWriteTime ( [ collectionPath, [ lastWriteTime ) : int
collectionPath [
lastWriteTime [
Результат int

GetPropertyCount() публичный Метод

public GetPropertyCount ( [ collectionPath, [ propertyCount ) : int
collectionPath [
propertyCount [
Результат int

GetPropertyName() публичный Метод

public GetPropertyName ( [ collectionPath, [ index, string &propertyName ) : int
collectionPath [
index [
propertyName string
Результат int

GetPropertyType() публичный Метод

public GetPropertyType ( [ collectionPath, [ propertyName, [ type ) : int
collectionPath [
propertyName [
type [
Результат int

GetString() публичный Метод

public GetString ( [ collectionPath, [ propertyName, string &value ) : int
collectionPath [
propertyName [
value string
Результат int

GetStringOrDefault() публичный Метод

public GetStringOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, string &value ) : int
collectionPath [
propertyName [
defaultValue [
value string
Результат int

GetSubCollectionCount() публичный Метод

public GetSubCollectionCount ( [ collectionPath, [ subCollectionCount ) : int
collectionPath [
subCollectionCount [
Результат int

GetSubCollectionName() публичный Метод

public GetSubCollectionName ( [ collectionPath, [ index, string &subCollectionName ) : int
collectionPath [
index [
subCollectionName string
Результат int

GetUnsignedInt() публичный Метод

public GetUnsignedInt ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
Результат int

GetUnsignedInt64() публичный Метод

public GetUnsignedInt64 ( [ collectionPath, [ propertyName, ulong &value ) : int
collectionPath [
propertyName [
value ulong
Результат int

GetUnsignedInt64OrDefault() публичный Метод

public GetUnsignedInt64OrDefault ( [ collectionPath, [ propertyName, ulong defaultValue, ulong &value ) : int
collectionPath [
propertyName [
defaultValue ulong
value ulong
Результат int

GetUnsignedIntOrDefault() публичный Метод

public GetUnsignedIntOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
Результат int

PropertyExists() публичный Метод

public PropertyExists ( [ collectionPath, [ propertyName, [ pfExists ) : int
collectionPath [
propertyName [
pfExists [
Результат int

StoreWrapper() публичный Метод

public StoreWrapper ( SettingsStore inner ) : System
inner SettingsStore
Результат System