Methods.OpenBracket Property

Definition

Gets the character to use at the start of a method's parameter list.

public:
 virtual property System::String ^ OpenBracket { System::String ^ get(); };
public:
 virtual property Platform::String ^ OpenBracket { Platform::String ^ get(); };
public virtual string OpenBracket { get; }
member this.OpenBracket : string
Public Overridable ReadOnly Property OpenBracket As String

Property Value

The character to use at the start of a parameter list.

Remarks

The value returned from this property is used to format the method signatures that appear in the IntelliSense method tip operation.

The base property returns an open parenthesis, "(".

Applies to