IVsPreviewChangesList.GetExpandable(UInt32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
);