IVsPreviewChangesList.GetExpandable(UInt32, Int32) Méthode

Définition

Détermine si l'élément spécifié peut être développé.

public:
 int GetExpandable(System::UInt32 index, [Runtime::InteropServices::Out] int % pfExpandable);
int GetExpandable(unsigned int index, [Runtime::InteropServices::Out] int & pfExpandable);
public int GetExpandable (uint index, out int pfExpandable);
abstract member GetExpandable : uint32 * int -> int
Public Function GetExpandable (index As UInteger, ByRef pfExpandable As Integer) As Integer

Paramètres

index
UInt32

[in] Index de l'élément.

pfExpandable
Int32

[out] Retourne une valeur différente de zéro (TRUE) si l'élément peut être développé ; sinon, retourne la valeur zéro (FALSE).

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell80. idl :

HRESULT IVsPreviewChangesList::GetExpandable(  
   [in]  ULONG  Index,   
   [out] BOOL  *pfExpandable  
);  

S’applique à