Método IVsPropertyBrowser.SetState (VsPropertyBrowserState )
Publicado: abril de 2016
Define o estado do navegador propriedade usando informações em um VsPropertyBrowserState estrutura.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SetState(
VsPropertyBrowserState[] pstate
)
int SetState(
array<VsPropertyBrowserState>^ pstate
)
abstract SetState :
pstate:VsPropertyBrowserState[] -> int
Function SetState (
pstate As VsPropertyBrowserState()
) As Integer
Parâmetros
- pState
[in] Ponteiro para uma VsPropertyBrowserState estrutura contendo o novo estado do navegador.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsPropertyBrowser::SetState(
[in] const VsPropertyBrowserState * pState
);
Consulte também
Interface IVsPropertyBrowser
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo