Freigeben über


LineDisplayWindow.TryDisplayTextAsync Methode

Definition

Überlädt

TryDisplayTextAsync(String)

Versuchen Sie, den angegebenen Text im Zeilenanzeigefenster anzuzeigen.

TryDisplayTextAsync(String, LineDisplayTextAttribute)

Versuchen Sie, den angegebenen Text im Zeilenanzeigefenster mit dem angegebenen display-Attribut anzuzeigen.

TryDisplayTextAsync(String, LineDisplayTextAttribute, Point)

Versuchen Sie, den angegebenen Text an einer angegebenen Position im Zeilenanzeigefenster anzuzeigen, indem Sie das angegebene display-Attribut verwenden.

TryDisplayTextAsync(String)

Versuchen Sie, den angegebenen Text im Zeilenanzeigefenster anzuzeigen.

public:
 virtual IAsyncOperation<bool> ^ TryDisplayTextAsync(Platform::String ^ text) = TryDisplayTextAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayTextNormalAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayTextAsync(winrt::hstring const& text);
[Windows.Foundation.Metadata.Overload("TryDisplayTextNormalAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayTextAsync(string text);
function tryDisplayTextAsync(text)
Public Function TryDisplayTextAsync (text As String) As IAsyncOperation(Of Boolean)

Parameter

text
String

Platform::String

winrt::hstring

Der Text, der angezeigt werden soll.

Gibt zurück

True, wenn der Text erfolgreich angezeigt wurde; Andernfalls false.

Attribute

Gilt für:

TryDisplayTextAsync(String, LineDisplayTextAttribute)

Versuchen Sie, den angegebenen Text im Zeilenanzeigefenster mit dem angegebenen display-Attribut anzuzeigen.

public:
 virtual IAsyncOperation<bool> ^ TryDisplayTextAsync(Platform::String ^ text, LineDisplayTextAttribute displayAttribute) = TryDisplayTextAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayTextAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayTextAsync(winrt::hstring const& text, LineDisplayTextAttribute const& displayAttribute);
[Windows.Foundation.Metadata.Overload("TryDisplayTextAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayTextAsync(string text, LineDisplayTextAttribute displayAttribute);
function tryDisplayTextAsync(text, displayAttribute)
Public Function TryDisplayTextAsync (text As String, displayAttribute As LineDisplayTextAttribute) As IAsyncOperation(Of Boolean)

Parameter

text
String

Platform::String

winrt::hstring

Der Text, der angezeigt werden soll.

displayAttribute
LineDisplayTextAttribute

Das display-Attribut, das auf das Fenster angewendet werden soll.

Gibt zurück

True, wenn der Text erfolgreich angezeigt wurde; Andernfalls false.

Attribute

Gilt für:

TryDisplayTextAsync(String, LineDisplayTextAttribute, Point)

Versuchen Sie, den angegebenen Text an einer angegebenen Position im Zeilenanzeigefenster anzuzeigen, indem Sie das angegebene display-Attribut verwenden.

public:
 virtual IAsyncOperation<bool> ^ TryDisplayTextAsync(Platform::String ^ text, LineDisplayTextAttribute displayAttribute, Point startPosition) = TryDisplayTextAsync;
/// [Windows.Foundation.Metadata.Overload("TryDisplayTextAtPositionAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisplayTextAsync(winrt::hstring const& text, LineDisplayTextAttribute const& displayAttribute, Point const& startPosition);
[Windows.Foundation.Metadata.Overload("TryDisplayTextAtPositionAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisplayTextAsync(string text, LineDisplayTextAttribute displayAttribute, Point startPosition);
function tryDisplayTextAsync(text, displayAttribute, startPosition)
Public Function TryDisplayTextAsync (text As String, displayAttribute As LineDisplayTextAttribute, startPosition As Point) As IAsyncOperation(Of Boolean)

Parameter

text
String

Platform::String

winrt::hstring

Der Text, der angezeigt werden soll.

displayAttribute
LineDisplayTextAttribute

Das display-Attribut, das auf das Fenster angewendet werden soll.

startPosition
Point

Die Zeile und Spalte, an der der Text angezeigt werden soll.

Gibt zurück

True, wenn der Text erfolgreich angezeigt wurde; Andernfalls false.

Attribute

Gilt für: