IVsPreviewChangesList.LocateExpandedList(IVsLiteTreeList, UInt32) Método

Definição

Dada uma lista de filhos, localize seu item pai na lista de visualização.

public:
 int LocateExpandedList(Microsoft::VisualStudio::Shell::Interop::IVsLiteTreeList ^ ExpandedList, [Runtime::InteropServices::Out] System::UInt32 % iIndex);
int LocateExpandedList(Microsoft::VisualStudio::Shell::Interop::IVsLiteTreeList const & ExpandedList, [Runtime::InteropServices::Out] unsigned int & iIndex);
public int LocateExpandedList (Microsoft.VisualStudio.Shell.Interop.IVsLiteTreeList ExpandedList, out uint iIndex);
abstract member LocateExpandedList : Microsoft.VisualStudio.Shell.Interop.IVsLiteTreeList * uint32 -> int
Public Function LocateExpandedList (ExpandedList As IVsLiteTreeList, ByRef iIndex As UInteger) As Integer

Parâmetros

ExpandedList
IVsLiteTreeList

no Um IVsLiteTreeList objeto que contém a lista filho.

iIndex
UInt32

fora Retorna o índice do item que é o pai da lista filho.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

HRESULT IVsPreviewChangesList::LocateExpandedList(  
   [in]  IVsLiteTreeList *ExpandedList,   
   [out] ULONG           *iIndex  
);  

Aplica-se a