VCCustomBuildRule.BatchingSeparator, propriété

Obtient ou définit le texte d'insérer entre les noms de fichier d'entrée lorsqu'une règle de génération personnalisée prend en charge le traitement par lot de fichier.

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

Syntaxe

'Déclaration
Property BatchingSeparator As String
string BatchingSeparator { get; set; }
property String^ BatchingSeparator {
    String^ get ();
    void set (String^ value);
}
abstract BatchingSeparator : string with get, set
function get BatchingSeparator () : String
function set BatchingSeparator (value : String)

Valeur de propriété

Type : System.String
Le texte utilisé pour séparer des noms de fichier d'entrée.

Notes

Le séparateur par défaut est un espace.

Sécurité .NET Framework

Voir aussi

Référence

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms