File tree Expand file tree Collapse file tree 4 files changed +105
-89
lines changed
Microsoft.Build.Tasks.Xaml Expand file tree Collapse file tree 4 files changed +105
-89
lines changed Original file line number Diff line number Diff line change 64
64
<ReturnType >System.String</ReturnType >
65
65
</ReturnValue >
66
66
<Docs >
67
- <summary >Contains a string of additional options to include on the command line.</summary >
68
- <value >To be added .</value >
67
+ <summary >Gets or sets a string of additional options to include on the command line.</summary >
68
+ <value >A string of additional options to include on the command line .</value >
69
69
<remarks >To be added.</remarks >
70
70
</Docs >
71
71
</Member >
93
93
<ReturnType >System.String</ReturnType >
94
94
</ReturnValue >
95
95
<Docs >
96
- <summary >Contains the string to append to a command line when there is no template.</summary >
97
- <value >To be added .</value >
96
+ <summary >Gets or sets the string to append to a command line when there is no template.</summary >
97
+ <value >The string to append to a command line when there is no template .</value >
98
98
<remarks >To be added.</remarks >
99
99
</Docs >
100
100
</Member >
122
122
<ReturnType >System.String</ReturnType >
123
123
</ReturnValue >
124
124
<Docs >
125
- <summary >Contains the template to use when creating the command line.</summary >
126
- <value >To be added .</value >
125
+ <summary >Gets or sets the template to use when creating the command line.</summary >
126
+ <value >The template to use when creating the command line .</value >
127
127
<remarks >To be added.</remarks >
128
128
</Docs >
129
129
</Member >
144
144
</ReturnValue >
145
145
<Parameters />
146
146
<Docs >
147
- <summary >Generates a command line.</summary >
148
- <returns >To be added .</returns >
147
+ <summary >Generates the command line.</summary >
148
+ <returns >The command line .</returns >
149
149
<remarks >To be added.</remarks >
150
150
</Docs >
151
151
</Member >
Original file line number Diff line number Diff line change 855
855
<param name =" ident" >A string value provided as identifier.</param >
856
856
<summary >Checks whether the supplied identifier is valid for the engine.</summary >
857
857
<returns >
858
- <see langword =" true" /> if the identifier is valid; otherwise, it returns <see langword =" false" />.</returns >
858
+ <see langword =" true" /> if the identifier is valid; otherwise, <see langword =" false" />.</returns >
859
859
<remarks >To be added.</remarks >
860
860
</Docs >
861
861
</Member >
881
881
<param name =" name" >A string value provided as identifier.</param >
882
882
<summary >Checks whether the supplied namespace is valid for the engine.</summary >
883
883
<returns >
884
- <see langword =" true" /> if the namespace is valid; otherwise, it returns <see langword =" false" />.</returns >
884
+ <see langword =" true" /> if the namespace is valid; otherwise, <see langword =" false" />.</returns >
885
885
<remarks >To be added.</remarks >
886
886
</Docs >
887
887
</Member >
You can’t perform that action at this time.
0 commit comments