Completor.TypeChar Method

Inserts the specified character and updates the internal caret position.

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

Syntax

‘선언
Public Sub TypeChar ( _
    ch As Char _
)
‘사용 방법
Dim instance As Completor
Dim ch As Char

instance.TypeChar(ch)
public void TypeChar(
    char ch
)
public:
void TypeChar(
    wchar_t ch
)
member TypeChar : 
        ch:char -> unit 
public function TypeChar(
    ch : char
)

Parameters

Remarks

The character entered here can be anything, including control characters such as newlines.

If macro recording is active, the specified character is added to the macro.

The internal caret position is incremented by 1, regardless of what was entered.

.NET Framework Security

See Also

Reference

Completor Class

Completor Members

Microsoft.VisualStudio.Package Namespace