C# 클래스 VSEmbed.Services.SettingsManagerWrapper.StoreWrapper

상속: IVsSettingsStore
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
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