Método IVsLibrary2.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] Ponteiro para um sinalizador que indica quais sinalizadores aplicam-se com 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 IVsLibrary2::GetLibFlags2(
[out, retval] LIB_FLAGS2 *pgrfFlags
);
Definir o PfFlags parâmetro para uma combinação de enumeradores do _LIB_FLAGS.
Consulte também
Interface IVsLibrary2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo