C# Класс VSEmbed.Services.SettingsManagerWrapper

Wraps the (half-)managed ExternalSettingsManager implementation in an IVsSettingsManager so that it can be consumed by code that expects the native interface.
Наследование: IVsSettingsManager, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
GetApplicationDataFolder ( [ folder, string &folderPath ) : int
GetCollectionScopes ( [ collectionPath, [ scopes ) : int
GetCommonExtensionsSearchPaths ( [ paths, string commonExtensionsPaths, [ actualPaths ) : int
GetPropertyScopes ( [ collectionPath, [ propertyName, [ scopes ) : int
GetReadOnlySettingsStore ( [ scope, IVsSettingsStore &store ) : int
GetWritableSettingsStore ( [ scope, IVsWritableSettingsStore &writableStore ) : int
SettingsManagerWrapper ( ExternalSettingsManager inner ) : System

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetApplicationDataFolder() публичный Метод

public GetApplicationDataFolder ( [ folder, string &folderPath ) : int
folder [
folderPath string
Результат int

GetCollectionScopes() публичный Метод

public GetCollectionScopes ( [ collectionPath, [ scopes ) : int
collectionPath [
scopes [
Результат int

GetCommonExtensionsSearchPaths() публичный Метод

public GetCommonExtensionsSearchPaths ( [ paths, string commonExtensionsPaths, [ actualPaths ) : int
paths [
commonExtensionsPaths string
actualPaths [
Результат int

GetPropertyScopes() публичный Метод

public GetPropertyScopes ( [ collectionPath, [ propertyName, [ scopes ) : int
collectionPath [
propertyName [
scopes [
Результат int

GetReadOnlySettingsStore() публичный Метод

public GetReadOnlySettingsStore ( [ scope, IVsSettingsStore &store ) : int
scope [
store IVsSettingsStore
Результат int

GetWritableSettingsStore() публичный Метод

public GetWritableSettingsStore ( [ scope, IVsWritableSettingsStore &writableStore ) : int
scope [
writableStore IVsWritableSettingsStore
Результат int

SettingsManagerWrapper() публичный Метод

public SettingsManagerWrapper ( ExternalSettingsManager inner ) : System
inner ExternalSettingsManager
Результат System