Partager via


VCCustomBuildRule.AddStringProperty, méthode

Ajoute une propriété de type chaîne à la règle de génération personnalisée avec le nom donné.

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

Syntaxe

'Déclaration
Function AddStringProperty ( _
    Name As String _
) As VCRuntimeStringProperty
VCRuntimeStringProperty AddStringProperty(
    string Name
)
VCRuntimeStringProperty^ AddStringProperty(
    [InAttribute] String^ Name
)
abstract AddStringProperty : 
        Name:string -> VCRuntimeStringProperty 
function AddStringProperty(
    Name : String
) : VCRuntimeStringProperty

Paramètres

  • Name
    Type : System.String
    Nom de la propriété de la chaîne.

Valeur de retour

Type : Microsoft.VisualStudio.VCProjectEngine.VCRuntimeStringProperty
Objet VCRuntimeStringProperty.

Notes

AddStringProperty retourne la nouvelle propriété de type chaîne.

Sécurité .NET Framework

Voir aussi

Référence

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms