Método IVsSettingsManager.GetReadOnlySettingsStore (UInt32, IVsSettingsStore)

 

Retorna o IVsSettingsStore interface para o escopo solicitado, o que pode ser usado para operações somente leitura.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int GetReadOnlySettingsStore(
    uint scope,
    out IVsSettingsStore store
)
int GetReadOnlySettingsStore(
    unsigned int scope,
    [OutAttribute] IVsSettingsStore^% store
)
abstract GetReadOnlySettingsStore : 
        scope:uint32 *
        store:IVsSettingsStore byref -> int
Function GetReadOnlySettingsStore (
    scope As UInteger,
    <OutAttribute> ByRef store As IVsSettingsStore
) As Integer

Parâmetros

  • store
    [out] A interface de configurações.

Valor de retorno

Type: System.Int32

Retorna S_OK se a interface foi retornada.

Consulte também

Interface IVsSettingsManager
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo