C# Class VSEmbed.Services.SettingsManagerWrapper.StoreWrapper

Inheritance: IVsSettingsStore
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode 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

Méthode Description
GetBinary ( [ collectionPath, [ propertyName, [ byteLength, [ pBytes, [ actualByteLength ) : int

Method Details

CollectionExists() public méthode

public CollectionExists ( [ collectionPath, [ pfExists ) : int
collectionPath [
pfExists [
Résultat int

GetBool() public méthode

public GetBool ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
Résultat int

GetBoolOrDefault() public méthode

public GetBoolOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
Résultat int

GetInt() public méthode

public GetInt ( [ collectionPath, [ propertyName, int &value ) : int
collectionPath [
propertyName [
value int
Résultat int

GetInt64() public méthode

public GetInt64 ( [ collectionPath, [ propertyName, long &value ) : int
collectionPath [
propertyName [
value long
Résultat int

GetInt64OrDefault() public méthode

public GetInt64OrDefault ( [ collectionPath, [ propertyName, long defaultValue, long &value ) : int
collectionPath [
propertyName [
defaultValue long
value long
Résultat int

GetIntOrDefault() public méthode

public GetIntOrDefault ( [ collectionPath, [ propertyName, int defaultValue, int &value ) : int
collectionPath [
propertyName [
defaultValue int
value int
Résultat int

GetLastWriteTime() public méthode

public GetLastWriteTime ( [ collectionPath, [ lastWriteTime ) : int
collectionPath [
lastWriteTime [
Résultat int

GetPropertyCount() public méthode

public GetPropertyCount ( [ collectionPath, [ propertyCount ) : int
collectionPath [
propertyCount [
Résultat int

GetPropertyName() public méthode

public GetPropertyName ( [ collectionPath, [ index, string &propertyName ) : int
collectionPath [
index [
propertyName string
Résultat int

GetPropertyType() public méthode

public GetPropertyType ( [ collectionPath, [ propertyName, [ type ) : int
collectionPath [
propertyName [
type [
Résultat int

GetString() public méthode

public GetString ( [ collectionPath, [ propertyName, string &value ) : int
collectionPath [
propertyName [
value string
Résultat int

GetStringOrDefault() public méthode

public GetStringOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, string &value ) : int
collectionPath [
propertyName [
defaultValue [
value string
Résultat int

GetSubCollectionCount() public méthode

public GetSubCollectionCount ( [ collectionPath, [ subCollectionCount ) : int
collectionPath [
subCollectionCount [
Résultat int

GetSubCollectionName() public méthode

public GetSubCollectionName ( [ collectionPath, [ index, string &subCollectionName ) : int
collectionPath [
index [
subCollectionName string
Résultat int

GetUnsignedInt() public méthode

public GetUnsignedInt ( [ collectionPath, [ propertyName, [ value ) : int
collectionPath [
propertyName [
value [
Résultat int

GetUnsignedInt64() public méthode

public GetUnsignedInt64 ( [ collectionPath, [ propertyName, ulong &value ) : int
collectionPath [
propertyName [
value ulong
Résultat int

GetUnsignedInt64OrDefault() public méthode

public GetUnsignedInt64OrDefault ( [ collectionPath, [ propertyName, ulong defaultValue, ulong &value ) : int
collectionPath [
propertyName [
defaultValue ulong
value ulong
Résultat int

GetUnsignedIntOrDefault() public méthode

public GetUnsignedIntOrDefault ( [ collectionPath, [ propertyName, [ defaultValue, [ value ) : int
collectionPath [
propertyName [
defaultValue [
value [
Résultat int

PropertyExists() public méthode

public PropertyExists ( [ collectionPath, [ propertyName, [ pfExists ) : int
collectionPath [
propertyName [
pfExists [
Résultat int

StoreWrapper() public méthode

public StoreWrapper ( SettingsStore inner ) : System
inner SettingsStore
Résultat System