DatabaseProjectConfig.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
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Overrides Function get_CfgType ( _
ByRef iidCfg As Guid, _
<OutAttribute> ByRef ppCfg As IntPtr _
) As Integer
public override int get_CfgType(
ref Guid iidCfg,
out IntPtr ppCfg
)
public:
virtual int get_CfgType(
Guid% iidCfg,
[OutAttribute] IntPtr% ppCfg
) override
abstract get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
override get_CfgType :
iidCfg:Guid byref *
ppCfg:IntPtr byref -> int
public override function get_CfgType(
iidCfg : Guid,
ppCfg : IntPtr
) : int
Paramètres
- iidCfg
Type : System.Guid%
- ppCfg
Type : System.IntPtr%
Valeur de retour
Type : System.Int32
Implémentations
IVsProjectCfg2.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, espace de noms