Partager via


IToolPropertyWriter.WriteProperty, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Sub WriteProperty ( _
    Name As String, _
    Value As String _
)
void WriteProperty(
    string Name,
    string Value
)
void WriteProperty(
    [InAttribute] String^ Name, 
    [InAttribute] String^ Value
)
abstract WriteProperty : 
        Name:string * 
        Value:string -> unit 
function WriteProperty(
    Name : String, 
    Value : String
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IToolPropertyWriter Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms