Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VCRuntimeStringProperty Interface