HwndHost.IKeyboardInputSink.KeyboardInputSite Property
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.
For a description of this member, see KeyboardInputSite.
property System::Windows::Interop::IKeyboardInputSite ^ System::Windows::Interop::IKeyboardInputSink::KeyboardInputSite { System::Windows::Interop::IKeyboardInputSite ^ get(); void set(System::Windows::Interop::IKeyboardInputSite ^ value); };
System.Windows.Interop.IKeyboardInputSite System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite { get; [System.Security.SecurityCritical] set; }
System.Windows.Interop.IKeyboardInputSite System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite { get; set; }
[<set: System.Security.SecurityCritical>]
member this.System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite : System.Windows.Interop.IKeyboardInputSite with get, set
member this.System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite : System.Windows.Interop.IKeyboardInputSite with get, set
Property KeyboardInputSite As IKeyboardInputSite Implements IKeyboardInputSink.KeyboardInputSite
Property Value
A reference to the container's IKeyboardInputSite interface.
Implements
- Attributes
Remarks
This member is an explicit interface member implementation. It can be used only when the HwndHost instance is cast to an IKeyboardInputSink interface.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.