HwndSource.ChildKeyboardInputSinks 屬性

定義

取得註冊的輸入接收器序列。

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Interop::IKeyboardInputSink ^> ^ ChildKeyboardInputSinks { System::Collections::Generic::IEnumerable<System::Windows::Interop::IKeyboardInputSink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Interop.IKeyboardInputSink> ChildKeyboardInputSinks { get; }
member this.ChildKeyboardInputSinks : seq<System.Windows.Interop.IKeyboardInputSink>
Public ReadOnly Property ChildKeyboardInputSinks As IEnumerable(Of IKeyboardInputSink)

屬性值

鍵盤輸入接收器的列舉。

適用於