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.
Applies to v2.
Gets or sets whether to brace position in PHP.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property BracePositionOnNewLinePhp As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.BracePositionOnNewLinePhp
instance.BracePositionOnNewLinePhp = value
bool BracePositionOnNewLinePhp { get; set; }
property bool BracePositionOnNewLinePhp {
bool get ();
void set (bool value);
}
abstract BracePositionOnNewLinePhp : bool with get, set
function get BracePositionOnNewLinePhp () : boolean
function set BracePositionOnNewLinePhp (value : boolean)
Property Value
Type: System.Boolean
true to brace position in PHP; otherwise, false.