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)

property bool Delimited {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the VCRuntimeStringProperty property contains delimited strings.

Return to top
Show: