Skip to content

Commit 4c23abe

Browse files
committed
Adding new standardized LAF boilerplate
1 parent f59ebc9 commit 4c23abe

10 files changed

Lines changed: 33 additions & 0 deletions

windows.system.remotedesktop.provider/performlocalactionrequestedeventargs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ public sealed class PerformLocalActionRequestedEventArgs
1414

1515
Provides data for the [PerformLocalActionRequested](xref:Windows.System.RemoteDesktop.Provider.RemoteDesktopConnectionRemoteInfo.PerformLocalActionRequested) event.
1616

17+
> [!IMPORTANT]
18+
> The **PerformLocalActionRequestedEventArgs** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
20+
1721
## -remarks
1822

1923
## -see-also

windows.system.remotedesktop.provider/remotedesktopconnectioninfo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public sealed class RemoteDesktopConnectionInfo
1414

1515
Represents a remote desktop connection on the local desktop.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopConnectionInfo** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -remarks
1821

1922
Get an instance of this class by calling [GetForLaunchUri](xref:Windows.System.RemoteDesktop.Provider.RemoteDesktopConnectionInfo.GetForLaunchUri(Windows.Foundation.Uri,Windows.UI.WindowId)).

windows.system.remotedesktop.provider/remotedesktopconnectionremoteinfo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public sealed class RemoteDesktopConnectionRemoteInfo : System.IDisposable
1414

1515
Represents a remote desktop connection on the remote desktop.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopConnectionRemoteInfo** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -remarks
1821

1922
Get an instance of this class by calling [GetForLaunchUri](xref:Windows.System.RemoteDesktop.Provider.RemoteDesktopConnectionRemoteInfo.GetForLaunchUri(Windows.Foundation.Uri,Windows.UI.WindowId)).

windows.system.remotedesktop.provider/remotedesktopconnectionstatus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public enum RemoteDesktopConnectionStatus
1414

1515
Specifies the connection status of a remote desktop connection.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopConnectionStatus** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -enum-fields
1821

1922
### -field Connecting: 0

windows.system.remotedesktop.provider/remotedesktopinfo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public sealed class RemoteDesktopInfo
1414

1515
Represents a remote desktop.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopInfo** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -remarks
1821

1922
## -see-also

windows.system.remotedesktop.provider/remotedesktoplocalaction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public enum RemoteDesktopLocalAction
1414

1515
Specifies a local action that can be performed by a remote desktop client app.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopLocalAction** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -enum-fields
1821

1922
### -field ShowBluetoothSettings: 0

windows.system.remotedesktop.provider/remotedesktopregistrar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public static class RemoteDesktopRegistrar
1414

1515
Provides methods for querying the status of the remote desktop features enabled by the **Windows.System.RemoteDesktop.Provider** APIs.
1616

17+
> [!IMPORTANT]
18+
> The **RemoteDesktopRegistrar** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -remarks
1821

1922

windows.system.remotedesktop.provider/windows_system_remotedesktop_provider.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
Provides APIs for implementing remote desktop client apps.
1313

14+
> [!IMPORTANT]
15+
> The **Windows.System.RemoteDesktop.Provider** APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
16+
17+
1418
## -remarks
1519

1620
## -see-also

windows.ui.core.preview/coreappwindowpreview_getidfromwindow_59979514.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ public int CoreAppWindowPreview.GetIdFromWindow(AppWindow window)
1414

1515
Retrieves the ID from the specified app window.
1616

17+
> [!IMPORTANT]
18+
> The **CoreAppWindowPreview.GetIdFromWindow** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
1720
## -parameters
1821

1922
### -param window

windows.ui.windowmanagement/appwindowtitlebar_setpreferredvisibility_223129870.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ public void AppWindowTitleBar.SetPreferredVisibility(AppWindowTitleBarVisibility
1414

1515
Sets the preferred visibility mode for the title bar.
1616

17+
> [!IMPORTANT]
18+
> The **AppWindowTitleBar.SetPreferredVisibility** API is part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
19+
20+
1721
## -parameters
1822
### -param visibilityMode
1923

0 commit comments

Comments
 (0)