forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectUsingTaskParameterElement.xml
212 lines (206 loc) · 10.3 KB
/
ProjectUsingTaskParameterElement.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<Type Name="ProjectUsingTaskParameterElement" FullName="Microsoft.Build.Construction.ProjectUsingTaskParameterElement">
<TypeSignature Language="C#" Value="public class ProjectUsingTaskParameterElement : Microsoft.Build.Construction.ProjectElement" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit ProjectUsingTaskParameterElement extends Microsoft.Build.Construction.ProjectElement" />
<TypeSignature Language="DocId" Value="T:Microsoft.Build.Construction.ProjectUsingTaskParameterElement" />
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Build.Construction.ProjectElement</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Diagnostics.DebuggerDisplay("Name={Name} ParameterType={ParameterType} Output={Output} Required={Required}")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents a parameter of an inline task.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Condition">
<MemberSignature Language="C#" Value="public override string Condition { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Condition" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.Condition" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a nonexistent condition, which is implicitly true.</summary>
<value>Returns a null.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConditionLocation">
<MemberSignature Language="C#" Value="public override Microsoft.Build.Construction.ElementLocation ConditionLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Build.Construction.ElementLocation ConditionLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.ConditionLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Do not use. The Condition attribute is nonexistent for this element. Get throws an internal error.</summary>
<value>Throws an internal error and returns null.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>get: System.Diagnostics.DebuggerStepThrough</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets and sets the name of the parameter of this inline task.</summary>
<value>Returns the name of the parameter.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Output">
<MemberSignature Language="C#" Value="public string Output { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Output" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.Output" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the optional Output attribute of this inline task.</summary>
<value>Returns the value of the Output attribute. Returns an empty string if the attribute is not present.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Represents a boolean flag that, if `true`, indicates that this parameter is both an input and an output parameter.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="OutputLocation">
<MemberSignature Language="C#" Value="public Microsoft.Build.Construction.ElementLocation OutputLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Build.Construction.ElementLocation OutputLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.OutputLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the Output attribute on this element, if any.</summary>
<value>Returns Output attribute location. If there is no such attribute, returns the location of the element, instead of the location of the default attribute.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ParameterType">
<MemberSignature Language="C#" Value="public string ParameterType { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ParameterType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.ParameterType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the Type attribute of this inline task.</summary>
<value>Returns the value of the Type attribute. Returns an empty string if the attribute is not present.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Indicates the type of the parameter. The meaning of a type depends on the task factory of this inline task.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ParameterTypeLocation">
<MemberSignature Language="C#" Value="public Microsoft.Build.Construction.ElementLocation ParameterTypeLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Build.Construction.ElementLocation ParameterTypeLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.ParameterTypeLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the ParameterType attribute on this element, if any.</summary>
<value>Returns ParameterType attribute location. If there is no such attribute, returns the location of the element, instead of the location of the default attribute.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Required">
<MemberSignature Language="C#" Value="public string Required { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Required" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.Required" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the Required attribute</summary>
<value>Returns the value of the Required attribute. Returns an empty string if the attribute is not present.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Represents a boolean flag that, if "true", indicates that this parameter is required.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="RequiredLocation">
<MemberSignature Language="C#" Value="public Microsoft.Build.Construction.ElementLocation RequiredLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Build.Construction.ElementLocation RequiredLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Build.Construction.ProjectUsingTaskParameterElement.RequiredLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Build</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Build.Construction.ElementLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Location of the Required attribute on this element, if any.</summary>
<value>Returns Required attribute location. If there is no such attribute, returns the location of the element, instead of the location of the default attribute.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>