IVsLiteTreeList.LocateExpandedList – metoda (IVsLiteTreeList, UInt32)
Vrací ukazatel na číslo indexu seznamu určeném stromu
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int LocateExpandedList(
IVsLiteTreeList ExpandedList,
out uint iIndex
)
int LocateExpandedList(
IVsLiteTreeList^ ExpandedList,
[OutAttribute] unsigned int% iIndex
)
abstract LocateExpandedList :
ExpandedList:IVsLiteTreeList *
iIndex:uint32 byref -> int
Function LocateExpandedList (
ExpandedList As IVsLiteTreeList,
<OutAttribute> ByRef iIndex As UInteger
) As Integer
Parametry
- ExpandedList
[v] Ukazatel IVsLiteTreeList rozhraní, které určuje rozbalený seznam.
- iIndex
[výstup] Ukazatel na celé obsahující index seznamu určeném stromu.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsLiteTreeList::LocateExpandedList(
[in] IVsLiteTreeList* ExpandedList,
[out] ULONG *iIndex
);
Prostředí volání této metody během ReAlign příkaz v uzlu TF_NORELOCATE atribut není nastaven, se stanoví volání GetFlags.Pokud v seznamu, nelze nalézt ExpandedList bude zahozena.
Viz také
IVsLiteTreeList – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek