File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,6 +322,9 @@ public static WinGetArguments SourceExport()
322322 /// <summary>
323323 /// Adds a query to the arguments.
324324 /// </summary>
325+ /// <remarks>
326+ /// Mainly used for Package based actions.
327+ /// </remarks>
325328 /// <param name="query">
326329 /// The <see cref="System.String"/> that should be added as a query.
327330 /// </param>
@@ -451,6 +454,9 @@ public WinGetArguments Disable(string query)
451454 /// <summary>
452455 /// Adds name data to the arguments.
453456 /// </summary>
457+ /// <remarks>
458+ /// Mainly used for Source based actions.
459+ /// </remarks>
454460 /// <param name="name">
455461 /// A <see cref="System.String"/> containing the name to add to the arguments.
456462 /// </param>
@@ -466,6 +472,9 @@ public WinGetArguments Name(string name)
466472 /// <summary>
467473 /// Adds arg (Source argument) data to the arguments.
468474 /// </summary>
475+ /// <remarks>
476+ /// Mainly used for Source based actions.
477+ /// </remarks>
469478 /// <param name="arg">
470479 /// A <see cref="System.String"/> containing the arg (Source argument) to add to the arguments.
471480 /// </param>
@@ -481,6 +490,9 @@ public WinGetArguments Arg(string arg)
481490 /// <summary>
482491 /// Adds type data to the arguments.
483492 /// </summary>
493+ /// <remarks>
494+ /// Mainly used for Source based actions.
495+ /// </remarks>
484496 /// <param name="type">
485497 /// A <see cref="System.String"/> containing the type data to add to the arguments.
486498 /// </param>
You can’t perform that action at this time.
0 commit comments