Methods.OpenBracket Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, "(".