ProjectConfig.IVsProjectFlavorCfg.get_CfgType, méthode
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Private Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer Implements IVsProjectFlavorCfg.get_CfgType
int IVsProjectFlavorCfg.get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
private:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
) sealed = IVsProjectFlavorCfg::get_CfgType
private abstract get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
private override get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Paramètres
- iidCfg
Type : System.Guid%
IID qui représente le type d'objet de configuration que vous devez créer.
- ppCfg
Type : System.IntPtr%
Objet de configuration que la méthode a créé.
Valeur de retour
Type : System.Int32
HRESULT
Implémentations
IVsProjectFlavorCfg.get_CfgType(Guid%, IntPtr%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms