MiracastReceiver.GetCurrentSettingsAsync Method
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.
Returns the settings currently used by the MiracastReceiver.
public:
virtual IAsyncOperation<MiracastReceiverSettings ^> ^ GetCurrentSettingsAsync() = GetCurrentSettingsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverSettings> GetCurrentSettingsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverSettings> GetCurrentSettingsAsync();
function getCurrentSettingsAsync()
Public Function GetCurrentSettingsAsync () As IAsyncOperation(Of MiracastReceiverSettings)
Returns
An asynchronous operation that returns a MiracastReceiverApplySettingsResult object upon completion.
- Attributes