C# Class VSEmbed.Services.SettingsManagerWrapper.StoreWrapper

Inheritance: IVsSettingsStore
显示文件 Open project: SLaks/VSEmbed

Public Methods

Method Description
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

Private Methods

Method Description
GetBinary ( [ collectionPath, [ propertyName, [ byteLength, [ pBytes, [ actualByteLength ) : int

Method Details

CollectionExists() public method

public CollectionExists ( [ collectionPath, [ pfExists ) : int
collectionPath [
pfExists [
return int

GetBool() public method

public GetBool ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
return int

GetBoolOrDefault() public method

public GetBoolOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
return int

GetInt() public method

public GetInt ( [ collectionPath, [ propertyName, int &value ) : int
collectionPath [
propertyName [
value int
return int

GetInt64() public method

public GetInt64 ( [ collectionPath, [ propertyName, long &value ) : int
collectionPath [
propertyName [
value long
return int

GetInt64OrDefault() public method

public GetInt64OrDefault ( [ collectionPath, [ propertyName, long defaultValue, long &value ) : int
collectionPath [
propertyName [
defaultValue long
value long
return int

GetIntOrDefault() public method

public GetIntOrDefault ( [ collectionPath, [ propertyName, int defaultValue, int &value ) : int
collectionPath [
propertyName [
defaultValue int
value int
return int

GetLastWriteTime() public method

public GetLastWriteTime ( [ collectionPath, [ lastWriteTime ) : int
collectionPath [
lastWriteTime [
return int

GetPropertyCount() public method

public GetPropertyCount ( [ collectionPath, [ propertyCount ) : int
collectionPath [
propertyCount [
return int

GetPropertyName() public method

public GetPropertyName ( [ collectionPath, [ index, string &propertyName ) : int
collectionPath [
index [
propertyName string
return int

GetPropertyType() public method

public GetPropertyType ( [ collectionPath, [ propertyName, [ type ) : int
collectionPath [
propertyName [
type [
return int

GetString() public method

public GetString ( [ collectionPath, [ propertyName, string &value ) : int
collectionPath [
propertyName [
value string
return int

GetStringOrDefault() public method

public GetStringOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, string &value ) : int
collectionPath [
propertyName [
defaultValue [
value string
return int

GetSubCollectionCount() public method

public GetSubCollectionCount ( [ collectionPath, [ subCollectionCount ) : int
collectionPath [
subCollectionCount [
return int

GetSubCollectionName() public method

public GetSubCollectionName ( [ collectionPath, [ index, string &subCollectionName ) : int
collectionPath [
index [
subCollectionName string
return int

GetUnsignedInt() public method

public GetUnsignedInt ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
return int

GetUnsignedInt64() public method

public GetUnsignedInt64 ( [ collectionPath, [ propertyName, ulong &value ) : int
collectionPath [
propertyName [
value ulong
return int

GetUnsignedInt64OrDefault() public method

public GetUnsignedInt64OrDefault ( [ collectionPath, [ propertyName, ulong defaultValue, ulong &value ) : int
collectionPath [
propertyName [
defaultValue ulong
value ulong
return int

GetUnsignedIntOrDefault() public method

public GetUnsignedIntOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
return int

PropertyExists() public method

public PropertyExists ( [ collectionPath, [ propertyName, [ pfExists ) : int
collectionPath [
propertyName [
pfExists [
return int

StoreWrapper() public method

public StoreWrapper ( SettingsStore inner ) : System
inner SettingsStore
return System