VCRuntimeStringProperty.Delimited Property

Sets or gets whether the property contains delimited strings.

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

Syntax

'Declaration
Property Delimited As Boolean
'Usage
Dim instance As VCRuntimeStringProperty 
Dim value As Boolean 

value = instance.Delimited

instance.Delimited = value
bool Delimited { get; set; }
property bool Delimited {
    bool get ();
    void set (bool value);
}
function get Delimited () : boolean 
function set Delimited (value : boolean)

Property Value

Type: System.Boolean
true if the VCRuntimeStringProperty property contains delimited strings.

.NET Framework Security

See Also

Reference

VCRuntimeStringProperty Interface

VCRuntimeStringProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace