ICommandHandler<T>.GetCommandState(T) Yöntem

Tanım

Komutun durumunu belirlemekte çağırılır.

public:
 Microsoft::VisualStudio::Commanding::CommandState GetCommandState(T args);
public Microsoft.VisualStudio.Commanding.CommandState GetCommandState (T args);
abstract member GetCommandState : 'T -> Microsoft.VisualStudio.Commanding.CommandState
Public Function GetCommandState (args As T) As CommandState

Parametreler

args
T

CommandArgsKomut için bağımsız değişkenler.

Döndürülenler

CommandState

CommandStateKomutun kullanılabilirliği hakkında bilgi içeren bir örnek.

Şunlara uygulanır