메소드 | 설명 | |
---|---|---|
ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings | ||
GetApplicationDataFolder ( ApplicationDataFolder folder ) : string | ||
GetCollectionScopes ( string collectionPath ) : EnclosingScopes | ||
GetCommonExtensionsSearchPaths ( ) : IEnumerable |
||
GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes | ||
GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore | ||
GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore |
public ConfigurableSettingsManager ( WritableSettingsStore store ) : Microsoft.VisualStudio.Settings | ||
store | WritableSettingsStore | |
리턴 | Microsoft.VisualStudio.Settings |
public GetApplicationDataFolder ( ApplicationDataFolder folder ) : string | ||
folder | ApplicationDataFolder | |
리턴 | string |
public GetCollectionScopes ( string collectionPath ) : EnclosingScopes | ||
collectionPath | string | |
리턴 | EnclosingScopes |
public GetCommonExtensionsSearchPaths ( ) : IEnumerable |
||
리턴 | IEnumerable |
public GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes | ||
collectionPath | string | |
propertyName | string | |
리턴 | EnclosingScopes |
public GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore | ||
scope | SettingsScope | |
리턴 | SettingsStore |
public GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore | ||
scope | SettingsScope | |
리턴 | WritableSettingsStore |