IVsLiteTreeList.GetExpandable – metoda (UInt32, Int32)
Určuje, zda je rozšiřitelné položky.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int GetExpandable(
uint index,
out int pfExpandable
)
int GetExpandable(
unsigned int index,
[OutAttribute] int% pfExpandable
)
abstract GetExpandable :
index:uint32 *
pfExpandable:int byref -> int
Function GetExpandable (
index As UInteger,
<OutAttribute> ByRef pfExpandable As Integer
) As Integer
Parametry
- index
[v] Určuje index uzlu zájmu.
- pfExpandable
truePokud je položka rozšiřitelný.
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::GetExpandable(
[in] ULONG Index,
[out] BOOL *pfExpandable
);
GetExpandablePokud není zavolána TF_NOEXPANSION je nastavena.
Viz také
IVsLiteTreeList – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek