Partager via


ProjectConfig.get_IsSpecifyingOutputSupported, 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_IsSpecifyingOutputSupported ( _
    <OutAttribute> ByRef f As Integer _
) As Integer
public virtual int get_IsSpecifyingOutputSupported(
    out int f
)
public:
virtual int get_IsSpecifyingOutputSupported(
    [OutAttribute] int% f
)
abstract get_IsSpecifyingOutputSupported : 
        f:int byref -> int 
override get_IsSpecifyingOutputSupported : 
        f:int byref -> int 
public function get_IsSpecifyingOutputSupported(
    f : int
) : int

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsProjectCfg2.get_IsSpecifyingOutputSupported(Int32%)
IVsDebuggableProjectCfg.get_IsSpecifyingOutputSupported(Int32%)
IVsProjectCfg.get_IsSpecifyingOutputSupported(Int32%)

Sécurité .NET Framework

Voir aussi

Référence

ProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms