CoreIndependentInputSourceController.Source 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 the input source object associated with the CoreIndependentInputSourceController.
public:
property CoreIndependentInputSource ^ Source { CoreIndependentInputSource ^ get(); };
CoreIndependentInputSource Source();
public CoreIndependentInputSource Source { get; }
var coreIndependentInputSource = coreIndependentInputSourceController.source;
Public ReadOnly Property Source As CoreIndependentInputSource
Property Value
The input source object associated with the controller.