You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows.applicationmodel.datatransfer/transfertarget.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,15 @@
9
9
public sealed class TransferTarget
10
10
-->
11
11
12
-
13
12
## -description
14
13
15
-
The `TransferTarget` class represents a target for sharing data, such as an application or device. It provides properties and methods to interact with and invoke the target for data transfer operations.
14
+
The `TransferTarget` class represents an application target for sharing data. It provides properties and methods to interact with and invoke the target for data transfer operations.
16
15
17
16
## -remarks
18
17
19
18
The `TransferTarget` class is part of the Transfer Target Platform API, which is designed to streamline the process of discovering and invoking transfer targets asynchronously. This API supports multiple providers and includes comprehensive filter options to ensure relevant targets are discovered efficiently.
20
19
21
-
#### Key Features:
20
+
#### Key Features
22
21
23
22
-**Asynchronous Target Discovery**: Ensures a responsive user experience by discovering targets asynchronously.
24
23
-**Invocation Support**: Allows invoking transfer targets with a data package for seamless sharing.
@@ -30,18 +29,23 @@ The `TransferTarget` class is part of the Transfer Target Platform API, which is
30
29
31
30
## -examples
32
31
33
-
#### Example: Discovering and Invoking a Transfer Target
32
+
#### Example - Discovering and Invoking a Transfer Target
0 commit comments