CoreIndependentInputSourceController.Source Property

Definition

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.

Applies to

See also