InputManager.InputProviders 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.
Gets a collection of InputProviders registered with the InputManager.
public:
 property System::Collections::ICollection ^ InputProviders { System::Collections::ICollection ^ get(); };
	public System.Collections.ICollection InputProviders { [System.Security.SecurityCritical] get; }
	public System.Collections.ICollection InputProviders { get; }
	[<get: System.Security.SecurityCritical>]
member this.InputProviders : System.Collections.ICollection
	member this.InputProviders : System.Collections.ICollection
	Public ReadOnly Property InputProviders As ICollection
	Property Value
The collection of input provides.
- Attributes