IBraceCompletionManager.PostTypeChar(Char) Method
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.
Called by the editor after a character has been typed.
public:
void PostTypeChar(char character);
public void PostTypeChar (char character);
abstract member PostTypeChar : char -> unit
Public Sub PostTypeChar (character As Char)
Parameters
- character
- Char