Skip to content

Commit 4d0139e

Browse files
committed
Merge branch 'main' into aashcraft/main-cloud-files-add-copilot-plus-note
2 parents 1f10615 + d276d1c commit 4d0139e

14 files changed

Lines changed: 338 additions & 1 deletion

windows.ai.actions/actionentityfactory_createtableentity_1260648862.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The number of columns in the table. The system determines the number of rows by
2626

2727
## -returns
2828

29+
A new **TableActionEntity**.
30+
2931
## -remarks
3032

3133
## -see-also
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
-api-id: M:Windows.AI.Actions.ActionEntityFactory.CreateUriEntity(Windows.Foundation.Uri)
3+
-api-type: winrt method
4+
---
5+
6+
# Windows.AI.Actions.ActionEntityFactory.CreateUriEntity(Windows.Foundation.Uri)
7+
8+
<!--
9+
public Windows.AI.Actions.UriActionEntity CreateUriEntity (System.Uri Uri);
10+
-->
11+
12+
13+
## -description
14+
15+
Creates a new instance of [UriActionEntity](uriactionentity.md).
16+
17+
## -parameters
18+
19+
### -param Uri
20+
21+
The URI associated with the **UriActionEntity**.
22+
23+
## -returns
24+
25+
A new **UriActionEntity**.
26+
27+
## -remarks
28+
29+
## -see-also
30+
31+
## -examples
32+
33+

windows.ai.actions/actionentitykind.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,24 @@ The entity is a [RemoteFileActionEntity](remotefileactionentity.md).
4646

4747
### -field Table: 7
4848

49+
The entity is a [TableActionEntity](tableactionentity.md).
50+
4951
### -field Contact: 8
5052

53+
The entity is a [ContactActionEntity](contactactionentity.md).
54+
55+
### -field Uri: 9
56+
57+
The entity is a [UriActionEntity](uriactionentity.md).
58+
59+
### -field Array: 10
60+
61+
### -field Appointment: 11
62+
63+
### -field Date: 12
64+
65+
### -field CustomText: 13
66+
5167
## -remarks
5268

5369
This enumeration is used by the [ActionEntity.Kind](actionentity_kind.md) property.

windows.ai.actions/contactactionentity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public sealed class ContactActionEntity : Windows.AI.Actions.ActionEntity
1212

1313
## -description
1414

15-
A subtype of [ActionEntity](actionentity.md) that represents a document.
15+
A subtype of [ActionEntity](actionentity.md) that represents a contact.
1616

1717
## -remarks
1818

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: T:Windows.AI.Actions.UriActionEntity
3+
-api-type: winrt class
4+
---
5+
6+
# Windows.AI.Actions.UriActionEntity
7+
8+
<!--
9+
public sealed class UriActionEntity : Windows.AI.Actions.ActionEntity
10+
-->
11+
12+
13+
## -description
14+
15+
A subtype of [ActionEntity](actionentity.md) that represents a URI.
16+
17+
## -remarks
18+
19+
Create an instance of this class by calling [ActionEntityFactory.CreateUriEntity](actionentityfactory_createurientity_492063993.md).
20+
21+
Actions can use a *where* clause in their input combination declaration to specify that they are able to operate on one or more [Uri.Scheme](/dotnet/api/system.uri.scheme) values. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
22+
23+
## -see-also
24+
25+
## -examples
26+
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
-api-id: P:Windows.AI.Actions.UriActionEntity.Uri
3+
-api-type: winrt property
4+
---
5+
6+
# Windows.AI.Actions.UriActionEntity.Uri
7+
8+
<!--
9+
public System.Uri Uri { get; }
10+
-->
11+
12+
13+
## -description
14+
15+
Gets the URI associated with the **UriActionEntity**.
16+
17+
## -property-value
18+
19+
The URI associated with the **URIActionEntity**.
20+
21+
## -remarks
22+
23+
## -see-also
24+
25+
## -examples
26+
27+

windows.applicationmodel.activation/activationkind.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ The app was activated in response to a phone call.
203203

204204
The app is a VPN foreground app that was activated by the plugin. For more details, see [VpnChannel.ActivateForeground](../windows.networking.vpn/ivpnplugin_encapsulate_494498240.md).
205205

206+
### -field PrintSupportEnterpriseManagementUI: 1027
207+
208+
The app is a print support app that was activated by the Print Management Console.
209+
206210
## -remarks
207211

208212
Values are mutually exclusive and cannot be combined. Each one relates to a different type of activation, and an app instance can be activated in only one way at a time.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
-api-id: M:Windows.Devices.Printers.IppPrintDevice.GetDeviceProperties
3+
-api-type: winrt method
4+
---
5+
6+
# Windows.Devices.Printers.IppPrintDevice.GetDeviceProperties
7+
8+
<!--
9+
public Windows.Foundation.Collections.ValueSet GetDeviceProperties ();
10+
-->
11+
12+
13+
## -description
14+
15+
Gets a collection of properties associated with an Internet Printing Protocol (IPP) printer device.
16+
17+
## -returns
18+
19+
A [ValueSet](/uwp/api/windows.foundation.collections.valueset) containing the property names and values from the printer device.
20+
21+
## -remarks
22+
23+
To update the properties for a printer device, call [ReplaceDeviceProperties](ippprintdevice_replacedeviceproperties_1875570505.md).
24+
25+
## -see-also
26+
27+
## -examples
28+
29+
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
-api-id: M:Windows.Devices.Printers.IppPrintDevice.ReplaceDeviceProperties(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.Object}})
3+
-api-type: winrt method
4+
---
5+
6+
# Windows.Devices.Printers.IppPrintDevice.ReplaceDeviceProperties(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.Object}})
7+
8+
<!--
9+
public Windows.Devices.Printers.ReplaceDevicePropertiesResult ReplaceDeviceProperties (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> deviceProperties);
10+
-->
11+
12+
13+
## -description
14+
15+
Replaces the collection of properties associated with an Internet Printing Protocol (IPP) printer device.
16+
17+
## -parameters
18+
19+
### -param deviceProperties
20+
21+
An enumerable collection of key value pairs containing the new set of properties for the printer device.
22+
23+
## -returns
24+
25+
A [ReplaceDevicePropertiesResult](replacedevicepropertiesresult.md) object containing information about the result of the operation.
26+
27+
## -remarks
28+
29+
## -see-also
30+
31+
## -examples
32+
33+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
-api-id: T:Windows.Devices.Printers.ReplaceDevicePropertiesResult
3+
-api-type: winrt class
4+
---
5+
6+
# Windows.Devices.Printers.ReplaceDevicePropertiesResult
7+
8+
<!--
9+
public sealed class ReplaceDevicePropertiesResult
10+
-->
11+
12+
13+
## -description
14+
15+
Provides information about the result of a call to [ReplaceDeviceProperties](ippprintdevice_replacedeviceproperties_1875570505.md).
16+
17+
## -remarks
18+
19+
## -see-also
20+
21+
## -examples
22+
23+

0 commit comments

Comments
 (0)