PlayToSourceRequest.DisplayErrorString(String) 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.
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