Método IVsSimpleLibrary2.GetLibFlags2 (UInt32)

 

Retorna sinalizadores associados à biblioteca.

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

Sintaxe

int GetLibFlags2(
    out uint pgrfFlags
)
int GetLibFlags2(
    [OutAttribute] unsigned int% pgrfFlags
)
abstract GetLibFlags2 : 
        pgrfFlags:uint32 byref -> int
Function GetLibFlags2 (
    <OutAttribute> ByRef pgrfFlags As UInteger
) As Integer

Parâmetros

  • pgrfFlags
    [out] Retorna uma combinação de sinalizadores da _LIB_FLAGS2 enumeração que se aplicam a biblioteca atual.

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 vsshell80.idl:

HRESULT IVsSimpleLibrary2::GetLibFlags2(
   [out, retval] LIB_FLAGS2 *pgrfFlags
);

Consulte também

Interface IVsSimpleLibrary2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo