IVsSccProjectEnlistmentFactory.GetEnlistmentFactoryOptions(UInt32) Méthode

Définition

Récupère les options qui contrôlent la sélection de choix d'inscription.

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

Paramètres

pvscefoOptions
UInt32

[out] Retourne une combinaison de valeurs de l'énumération __VSSCCENLISTMENTFACTORYOPTIONS.

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 ivssccprojectenlistmentfactory. idl

HRESULT GetEnlistmentFactoryOptions(  
   [out, retval] VSSCCENLISTMENTFACTORYOPTIONS* pvscefoOptions  
);  

Le type de projet utilise cette méthode pour indiquer comment l’utilisateur peut modifier le choix d’inscription. Par exemple, si le type de projet prend en charge l’exploration pour le choix d’inscription, l’un des indicateurs retournés dans pvscefoOptions est VSSCC_EFO_CANBROWSEENLISTMENTPATH . Si cet indicateur n’est pas défini, cela signifie que le projet ne prend pas en charge la BrowseEnlistment méthode.

S’applique à