PlayToSourceRequest.DisplayErrorString(String) Method

Definition

Displays an error message in the Play To UI.

public:
 virtual void DisplayErrorString(Platform::String ^ errorString) = DisplayErrorString;
/// [Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void DisplayErrorString(winrt::hstring const& errorString);
/// [Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void DisplayErrorString(winrt::hstring const& errorString);
[Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void DisplayErrorString(string errorString);
[Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void DisplayErrorString(string errorString);
function displayErrorString(errorString)
Public Sub DisplayErrorString (errorString As String)

Parameters

errorString
String

Platform::String

winrt::hstring

The error message to display in the Play To UI.

Attributes

Applies to

See also