Freigeben über


PlayToSourceRequest.DisplayErrorString(String) Methode

Definition

Zeigt eine Fehlermeldung auf der Benutzeroberfläche "Wiedergeben in" an.

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)

Parameter

errorString
String

Platform::String

winrt::hstring

Die Fehlermeldung, die auf der Benutzeroberfläche "Wiedergeben in" angezeigt werden soll.

Attribute

Gilt für:

Weitere Informationen