ProjectConfig.get_IsDebugOnly, 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
Public Overridable Function get_IsDebugOnly ( _
<OutAttribute> ByRef fDebug As Integer _
) As Integer
public virtual int get_IsDebugOnly(
out int fDebug
)
public:
virtual int get_IsDebugOnly(
[OutAttribute] int% fDebug
)
abstract get_IsDebugOnly :
fDebug:int byref -> int
override get_IsDebugOnly :
fDebug:int byref -> int
public function get_IsDebugOnly(
fDebug : int
) : int
Paramètres
- fDebug
Type : System.Int32%
Valeur de retour
Type : System.Int32
Implémentations
IVsProjectCfg2.get_IsDebugOnly(Int32%)
IVsDebuggableProjectCfg.get_IsDebugOnly(Int32%)
IVsProjectCfg.get_IsDebugOnly(Int32%)
IVsCfg.get_IsDebugOnly(Int32%)
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