|
24 | 24 | </Attribute>
|
25 | 25 | </Attributes>
|
26 | 26 | <Docs>
|
27 |
| - <summary>To be added.</summary> |
| 27 | + <summary>Represents a compiler error or warning.</summary> |
28 | 28 | <remarks>To be added.</remarks>
|
29 | 29 | </Docs>
|
30 | 30 | <Members>
|
|
48 | 48 | <ReturnType>System.String</ReturnType>
|
49 | 49 | </ReturnValue>
|
50 | 50 | <Docs>
|
51 |
| - <summary>To be added.</summary> |
52 |
| - <value>To be added.</value> |
| 51 | + <summary>Gets a brief description of the error.</summary> |
| 52 | + <value>A string description of the error.</value> |
53 | 53 | <remarks>To be added.</remarks>
|
54 | 54 | </Docs>
|
55 | 55 | </Member>
|
|
73 | 73 | <ReturnType>System.Int32</ReturnType>
|
74 | 74 | </ReturnValue>
|
75 | 75 | <Docs>
|
76 |
| - <summary>To be added.</summary> |
77 |
| - <value>To be added.</value> |
| 76 | + <summary>Gets the ending column number for the source text that caused the error, if available.</summary> |
| 77 | + <value>The ending column number for the source text that caused the error, if available.</value> |
78 | 78 | <remarks>To be added.</remarks>
|
79 | 79 | </Docs>
|
80 | 80 | </Member>
|
|
98 | 98 | <ReturnType>System.Int32</ReturnType>
|
99 | 99 | </ReturnValue>
|
100 | 100 | <Docs>
|
101 |
| - <summary>To be added.</summary> |
102 |
| - <value>To be added.</value> |
| 101 | + <summary>Gets the line number on which an error occurs.</summary> |
| 102 | + <value>The line number on which the error has occurred.</value> |
103 | 103 | <remarks>To be added.</remarks>
|
104 | 104 | </Docs>
|
105 | 105 | </Member>
|
|
123 | 123 | <ReturnType>System.String</ReturnType>
|
124 | 124 | </ReturnValue>
|
125 | 125 | <Docs>
|
126 |
| - <summary>To be added.</summary> |
127 |
| - <value>To be added.</value> |
| 126 | + <summary>Gets the text of the source code from the line that caused the error.</summary> |
| 127 | + <value>The source code from the line that caused the error.</value> |
128 | 128 | <remarks>To be added.</remarks>
|
129 | 129 | </Docs>
|
130 | 130 | </Member>
|
|
148 | 148 | <ReturnType>System.Int32</ReturnType>
|
149 | 149 | </ReturnValue>
|
150 | 150 | <Docs>
|
151 |
| - <summary>To be added.</summary> |
152 |
| - <value>To be added.</value> |
| 151 | + <summary>Gets a number that uniquely identifies the error.</summary> |
| 152 | + <value>The number that uniquely identifies the error.</value> |
153 | 153 | <remarks>To be added.</remarks>
|
154 | 154 | </Docs>
|
155 | 155 | </Member>
|
|
173 | 173 | <ReturnType>System.Int32</ReturnType>
|
174 | 174 | </ReturnValue>
|
175 | 175 | <Docs>
|
176 |
| - <summary>To be added.</summary> |
177 |
| - <value>To be added.</value> |
| 176 | + <summary>Gets the severity of the error.</summary> |
| 177 | + <value>An integer (0-4) that represents the error severity.</value> |
178 | 178 | <remarks>To be added.</remarks>
|
179 | 179 | </Docs>
|
180 | 180 | </Member>
|
|
198 | 198 | <ReturnType>Microsoft.Vsa.IVsaItem</ReturnType>
|
199 | 199 | </ReturnValue>
|
200 | 200 | <Docs>
|
201 |
| - <summary>To be added.</summary> |
202 |
| - <value>To be added.</value> |
| 201 | + <summary>Gets a reference to the <see cref="T:Microsoft.Vsa.IVsaItem" /> object that generated the error.</summary> |
| 202 | + <value>A reference to the object that generated the error.</value> |
203 | 203 | <remarks>To be added.</remarks>
|
204 | 204 | </Docs>
|
205 | 205 | </Member>
|
|
223 | 223 | <ReturnType>System.String</ReturnType>
|
224 | 224 | </ReturnValue>
|
225 | 225 | <Docs>
|
226 |
| - <summary>To be added.</summary> |
227 |
| - <value>To be added.</value> |
| 226 | + <summary>Gets the fully qualified name of the source item that contained the error.</summary> |
| 227 | + <value>The fully qualified name of the source item that contained the error.</value> |
228 | 228 | <remarks>To be added.</remarks>
|
229 | 229 | </Docs>
|
230 | 230 | </Member>
|
|
248 | 248 | <ReturnType>System.Int32</ReturnType>
|
249 | 249 | </ReturnValue>
|
250 | 250 | <Docs>
|
251 |
| - <summary>To be added.</summary> |
252 |
| - <value>To be added.</value> |
| 251 | + <summary>Gets the starting column number for the source text that caused the error, if available.</summary> |
| 252 | + <value>The starting column number for the source text that caused the error, if available.</value> |
253 | 253 | <remarks>To be added.</remarks>
|
254 | 254 | </Docs>
|
255 | 255 | </Member>
|
|
0 commit comments