Método IDirList.index (Int32, String)
Publicado: abril de 2016
Recupera um item, por posição, a lista de diretórios.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[DispIdAttribute(1610743816)]
int index(
int nItem,
out string pbstrItem
)
[DispIdAttribute(1610743816)]
int index(
int nItem,
[OutAttribute] String^% pbstrItem
)
[<DispIdAttribute(1610743816)>]
abstract index :
nItem:int *
pbstrItem:string byref -> int
<DispIdAttribute(1610743816)>
Function index (
nItem As Integer,
<OutAttribute> ByRef pbstrItem As String
) As Integer
Parâmetros
- nItem
[in] Índice (posição) do item para retornar.
- pbstrItem
[out] A seqüência de caracteres que contém o item de diretório.
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 IDirList
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo