Partager via


PlayToSourceRequest.DisplayErrorString(String) Méthode

Définition

Affiche un message d’erreur dans l’interface utilisateur Lire dans.

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)

Paramètres

errorString
String

Platform::String

winrt::hstring

Message d’erreur à afficher dans l’interface utilisateur De lecture.

Attributs

S’applique à

Voir aussi