IIntellisenseCommandTarget.ExecuteKeyboardCommand Yöntem

Tanım

Kullanıcı tarafından başlatılan bir klavye komutunu yürütür.

public:
 bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
public:
 bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
bool ExecuteKeyboardCommand(Microsoft::VisualStudio::Language::Intellisense::IntellisenseKeyboardCommand command);
public bool ExecuteKeyboardCommand (Microsoft.VisualStudio.Language.Intellisense.IntellisenseKeyboardCommand command);
abstract member ExecuteKeyboardCommand : Microsoft.VisualStudio.Language.Intellisense.IntellisenseKeyboardCommand -> bool
Public Function ExecuteKeyboardCommand (command As IntellisenseKeyboardCommand) As Boolean

Parametreler

command
IntellisenseKeyboardCommand

Yürütülecek klavye komutu.

Döndürülenler

Boolean

komut işlenirse true , aksi takdirde false .

Açıklamalar

Klavye komutları normalde temel alınan görünüm tarafından işlenir, ancak IntelliSense sunucuları, belirli klavye komutlarının işlenmesi için komut işleme zincirinde de olabilir.

Şunlara uygulanır