PathIO.AppendTextAsync Methode

Definition

Überlädt

AppendTextAsync(String, String)

Fügt Text an die Datei am angegebenen Pfad oder am angegebenen URI (Uniform Resource Identifier) an.

AppendTextAsync(String, String, UnicodeEncoding)

Fügt text an die Datei am angegebenen Pfad oder am angegebenen URI (Uniform Resource Identifier) an, wobei die angegebene Zeichencodierung verwendet wird.

AppendTextAsync(String, String)

Fügt Text an die Datei am angegebenen Pfad oder am angegebenen URI (Uniform Resource Identifier) an.

public:
 static IAsyncAction ^ AppendTextAsync(Platform::String ^ absolutePath, Platform::String ^ contents);
/// [Windows.Foundation.Metadata.Overload("AppendTextAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction AppendTextAsync(winrt::hstring const& absolutePath, winrt::hstring const& contents);
[Windows.Foundation.Metadata.Overload("AppendTextAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction AppendTextAsync(string absolutePath, string contents);
function appendTextAsync(absolutePath, contents)
Public Shared Function AppendTextAsync (absolutePath As String, contents As String) As IAsyncAction

Parameter

absolutePath
String

Platform::String

winrt::hstring

Der Pfad der Datei, an die der Text angefügt wird.

contents
String

Platform::String

winrt::hstring

Der anzufügende Text.

Gibt zurück

Nach Abschluss dieser Methode wird kein Objekt oder Wert zurückgegeben.

Attribute

Weitere Informationen

Gilt für:

AppendTextAsync(String, String, UnicodeEncoding)

Fügt text an die Datei am angegebenen Pfad oder am angegebenen URI (Uniform Resource Identifier) an, wobei die angegebene Zeichencodierung verwendet wird.

public:
 static IAsyncAction ^ AppendTextAsync(Platform::String ^ absolutePath, Platform::String ^ contents, UnicodeEncoding encoding);
/// [Windows.Foundation.Metadata.Overload("AppendTextWithEncodingAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction AppendTextAsync(winrt::hstring const& absolutePath, winrt::hstring const& contents, UnicodeEncoding const& encoding);
[Windows.Foundation.Metadata.Overload("AppendTextWithEncodingAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction AppendTextAsync(string absolutePath, string contents, UnicodeEncoding encoding);
function appendTextAsync(absolutePath, contents, encoding)
Public Shared Function AppendTextAsync (absolutePath As String, contents As String, encoding As UnicodeEncoding) As IAsyncAction

Parameter

absolutePath
String

Platform::String

winrt::hstring

Der Pfad der Datei, an die der Text angefügt wird.

contents
String

Platform::String

winrt::hstring

Der anzufügende Text.

encoding
UnicodeEncoding

Die Zeichencodierung der Datei.

Gibt zurück

Nach Abschluss dieser Methode wird kein Objekt oder Wert zurückgegeben.

Attribute

Weitere Informationen

Gilt für: