IVsProjectFlavorCfg.get_CfgType(Guid, IntPtr) Méthode

Définition

Fournit l’accès à des interfaces de configuration telles que IVsBuildableProjectCfg2 ou IVsDebuggableProjectCfg .

public:
 int get_CfgType(Guid % iidCfg, [Runtime::InteropServices::Out] IntPtr % ppCfg);
public int get_CfgType (ref Guid iidCfg, out IntPtr ppCfg);
abstract member get_CfgType : Guid * nativeint -> int
Public Function get_CfgType (ByRef iidCfg As Guid, ByRef ppCfg As IntPtr) As Integer

Paramètres

iidCfg
Guid

dans Identificateur d’interface du ppCfg auquel accéder.

ppCfg
IntPtr

[out, iid_is (iidCfg)] Pointeur vers l’interface de configuration identifiée par iidCfg .

Retours

Int32

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

S’applique à