다음을 통해 공유


Completor.TypeChar Method

Inserts the specified character and updates the internal caret position.

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

Syntax

‘선언
Public Sub TypeChar ( _
    ch As Char _
)
public void TypeChar(
    char ch
)

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

Microsoft.VisualStudio.Package Namespace