Method | Description | |
---|---|---|
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 | |
return | Microsoft.VisualStudio.Settings |
public GetApplicationDataFolder ( ApplicationDataFolder folder ) : string | ||
folder | ApplicationDataFolder | |
return | string |
public GetCollectionScopes ( string collectionPath ) : EnclosingScopes | ||
collectionPath | string | |
return | EnclosingScopes |
public GetCommonExtensionsSearchPaths ( ) : IEnumerable |
||
return | IEnumerable |
public GetPropertyScopes ( string collectionPath, string propertyName ) : EnclosingScopes | ||
collectionPath | string | |
propertyName | string | |
return | EnclosingScopes |
public GetReadOnlySettingsStore ( SettingsScope scope ) : SettingsStore | ||
scope | SettingsScope | |
return | SettingsStore |
public GetWritableSettingsStore ( SettingsScope scope ) : WritableSettingsStore | ||
scope | SettingsScope | |
return | WritableSettingsStore |