IVsCombinedBrowseComponentSet.put_ComponentsListOptions(UInt32) Méthode

Définition

Définit les options pour la liste de composants.

public:
 int put_ComponentsListOptions(System::UInt32 dwOptions);
public:
 int put_ComponentsListOptions(unsigned int dwOptions);
int put_ComponentsListOptions(unsigned int dwOptions);
public int put_ComponentsListOptions (uint dwOptions);
abstract member put_ComponentsListOptions : uint32 -> int
Public Function put_ComponentsListOptions (dwOptions As UInteger) As Integer

Paramètres

dwOptions
UInt32

Une valeur ou une combinaison de valeurs _BROWSE_COMPONENT_SET_OPTIONS.

Retours

Int32

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

Implémente

Remarques

Signature COM

À partir de vsshell80. idl :

HRESULT put_ComponentsListOptions(  
[in] BROWSE_COMPONENT_SET_OPTIONS dwOptions  
);  

S’applique à