Condividi tramite


Proprietà VCUserMacro.Delimiter

Imposta o ottiene il delimitatore che separa le macro.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
Property Delimiter As String
string Delimiter { get; set; }
property String^ Delimiter {
    String^ get ();
    void set (String^ value);
}
abstract Delimiter : string with get, set
function get Delimiter () : String
function set Delimiter (value : String)

Valore proprietà

Tipo: System.String
Stringa contenente il delimitatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCUserMacro Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine