We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e0f92 commit cb32572Copy full SHA for cb32572
1 file changed
windows.applicationmodel/appinfo_current.md
@@ -1,22 +1,22 @@
1
----
2
--api-id: P:Windows.ApplicationModel.AppInfo.Current
3
--api-type: winrt property
4
5
-
+---
+-api-id: P:Windows.ApplicationModel.AppInfo.Current
+-api-type: winrt property
+
6
<!-- Property syntax.
7
public AppInfo Current { get; }
8
-->
9
10
-# Windows.ApplicationModel.AppInfo.Current
11
+# Windows.ApplicationModel.AppInfo.Current
12
## -description
13
Retrieves the AppInfo object corresponding to the currently running process.
14
15
## -property-value
16
The AppInfo that corresponds to the process.
17
18
## -remarks
19
-When used by an unpackaged application, this property returns a null pointer.
+When used by an unpackaged application, accessing this property throws HRESULT 80073D54.
20
21
## -see-also
22
0 commit comments