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

声明
Property Delimited As Boolean
用法
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.

Permissions

See Also

Reference

VCRuntimeStringProperty Interface

VCRuntimeStringProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace