Método IVsLibraryReferenceManager.GetListIndex (VSOBJECTINFO , IVsObjectList, UInt32)
Publicado: abril de 2016
Fornece informações de navegação para o Pesquisador de objetos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetListIndex(
VSOBJECTINFO[] pObjInfo,
out IVsObjectList pplist,
out uint pIndex
)
int GetListIndex(
array<VSOBJECTINFO>^ pObjInfo,
[OutAttribute] IVsObjectList^% pplist,
[OutAttribute] unsigned int% pIndex
)
abstract GetListIndex :
pObjInfo:VSOBJECTINFO[] *
pplist:IVsObjectList byref *
pIndex:uint32 byref -> int
Function GetListIndex (
pObjInfo As VSOBJECTINFO(),
<OutAttribute> ByRef pplist As IVsObjectList,
<OutAttribute> ByRef pIndex As UInteger
) As Integer
Parâmetros
- pObjInfo
[in] Um ponteiro para um objeto do tipo VSOBJECTINFO.
- pplist
[Out] Um ponteiro para um ponteiro de tipo IVsObjectList.
- pIndex
[Out] Um ponteiro para um inteiro.
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 IVsLibraryReferenceManager::GetListIndex(
[in] VSOBJECTINFO *pobjInfo,
[out] IVsObjectList** ppList,
[out] ULONG *pIndex
);
Consulte também
Interface IVsLibraryReferenceManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo