Share via


Methods.Delimiter Property

Gets the character that separates parameters in a method's parameter list.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

Public Overridable ReadOnly Property Delimiter As String

Dim instance As Methods
Dim value As String

value = instance.Delimiter
public virtual string Delimiter { get; }
public:
virtual property String^ Delimiter {
    String^ get ();
}
public function get Delimiter () : String

Property Value

Type: System.String

The parameter list separator.

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 a comma, ",".

Permissions

See Also

Reference

Methods Class

Methods Members

Microsoft.VisualStudio.Package Namespace