Udostępnij za pośrednictwem


ShareTextRequest Konstruktory

Definicja

Przeciążenia

ShareTextRequest()

Inicjuje nowe wystąpienie klasy ShareTextRequest.

ShareTextRequest(String)

Inicjuje nowe wystąpienie ShareTextRequest klasy przy użyciu danego tekstu.

ShareTextRequest(String, String)

Inicjuje ShareTextRequest nowe wystąpienie klasy przy użyciu danego tekstu i tytułu.

ShareTextRequest()

Źródło:
Share.shared.cs
Źródło:
Share.shared.cs

Inicjuje nowe wystąpienie klasy ShareTextRequest.

public:
 ShareTextRequest();
public ShareTextRequest ();
Public Sub New ()

Dotyczy

ShareTextRequest(String)

Źródło:
Share.shared.cs
Źródło:
Share.shared.cs

Inicjuje nowe wystąpienie ShareTextRequest klasy przy użyciu danego tekstu.

public:
 ShareTextRequest(System::String ^ text);
public ShareTextRequest (string text);
new Microsoft.Maui.ApplicationModel.DataTransfer.ShareTextRequest : string -> Microsoft.Maui.ApplicationModel.DataTransfer.ShareTextRequest
Public Sub New (text As String)

Parametry

text
String

Tekst do udostępnienia.

Dotyczy

ShareTextRequest(String, String)

Źródło:
Share.shared.cs
Źródło:
Share.shared.cs

Inicjuje ShareTextRequest nowe wystąpienie klasy przy użyciu danego tekstu i tytułu.

public:
 ShareTextRequest(System::String ^ text, System::String ^ title);
public ShareTextRequest (string text, string title);
new Microsoft.Maui.ApplicationModel.DataTransfer.ShareTextRequest : string * string -> Microsoft.Maui.ApplicationModel.DataTransfer.ShareTextRequest
Public Sub New (text As String, title As String)

Parametry

text
String

Tekst do udostępnienia.

title
String

Tytuł wyświetlany w oknie dialogowym udostępniania systemów operacyjnych.

Dotyczy