Share via


VCUserMacro.Delimiter Property

Sets or gets the delimiter separating macros.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property Delimiter As String
'Usage
Dim instance As VCUserMacro 
Dim value As String 

value = instance.Delimiter

instance.Delimiter = value
string Delimiter { get; set; }
property String^ Delimiter {
    String^ get ();
    void set (String^ value);
}
function get Delimiter () : String 
function set Delimiter (value : String)

Property Value

Type: System.String
String containing the delimiter.

.NET Framework Security

See Also

Reference

VCUserMacro Interface

VCUserMacro Members

Microsoft.VisualStudio.VCProjectEngine Namespace