ProjectConfig.OpenOutput, 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 OpenOutput ( _
name As String, _
<OutAttribute> ByRef output As IVsOutput _
) As Integer
public virtual int OpenOutput(
string name,
out IVsOutput output
)
public:
virtual int OpenOutput(
String^ name,
[OutAttribute] IVsOutput^% output
)
abstract OpenOutput :
name:string *
output:IVsOutput byref -> int
override OpenOutput :
name:string *
output:IVsOutput byref -> int
public function OpenOutput(
name : String,
output : IVsOutput
) : int
Paramètres
- name
Type : System.String
- output
Type : Microsoft.VisualStudio.Shell.Interop.IVsOutput%
Valeur de retour
Type : System.Int32
Implémentations
IVsProjectCfg2.OpenOutput(String, IVsOutput%)
IVsDebuggableProjectCfg.OpenOutput(String, IVsOutput%)
IVsProjectCfg.OpenOutput(String, IVsOutput%)
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