Partilhar via


Método IVsIntellisenseProjectHost.GetHostProperty (UInt32, Object)

 

Recupera o valor de seqüência de caracteres de uma propriedade de host.

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

Sintaxe

int GetHostProperty(
    uint dwPropID,
    out object pvar
)
int GetHostProperty(
    unsigned int dwPropID,
    [OutAttribute] Object^% pvar
)
abstract GetHostProperty : 
        dwPropID:uint32 *
        pvar:Object byref -> int
Function GetHostProperty (
    dwPropID As UInteger,
    <OutAttribute> ByRef pvar As Object
) As Integer

Parâmetros

  • pvar
    [out] Ponteiro para uma variante contendo o valor da propriedade.

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.

Consulte também

Interface IVsIntellisenseProjectHost
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo