Methods::Delimiter Property

 

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

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

public:
property String^ Delimiter {
	virtual String^ get();
}

Property Value

Type: System::String^

The parameter list separator.

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

Return to top
Show: