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
Port System.Management source comments to Docs (#2493)
* Port System.Management source comments to Docs
* Apply suggestions from code review
Suggestions by rpetrusha
Co-Authored-By: Ron Petrusha <[email protected]>
Copy file name to clipboardExpand all lines: xml/System.Management/ObjectQuery.xml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,13 @@
17
17
<Interfaces />
18
18
<Docs>
19
19
<summary>Represents a management query that returns instances or classes.</summary>
20
-
<remarks>To be added.</remarks>
20
+
<remarks>
21
+
<formattype="text/markdown"><![CDATA[
22
+
23
+
This class or its derivatives are used to specify a query in the <xref:System.Management.ManagementObjectSearcher>. Use a more specific query class whenever possible.
0 commit comments