Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Retorna um IVsWritableSettingsStore interface para o escopo solicitado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetWritableSettingsStore(
uint scope,
out IVsWritableSettingsStore writableStore
)
int GetWritableSettingsStore(
unsigned int scope,
[OutAttribute] IVsWritableSettingsStore^% writableStore
)
abstract GetWritableSettingsStore :
scope:uint32 *
writableStore:IVsWritableSettingsStore byref -> int
Function GetWritableSettingsStore (
scope As UInteger,
<OutAttribute> ByRef writableStore As IVsWritableSettingsStore
) As Integer
Parâmetros
- scope
[in] O escopo para procurar.
- writableStore
[out] A interface para o armazenamento de configurações gravável.
Valor de retorno
Type: System.Int32
Retorna S_OK se a interface foi retornada, ou E_INVALIDARG se o armazenamento de configurações não é gravável.
Consulte também
Interface IVsSettingsManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo