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
<paramname="versionA">The first .NET Framework version to compare.</param>
293
+
<paramname="versionB">The second .NET Framework version to compare.</param>
294
+
<summary>Compares two .NET Framework versions and determines which version comes before the other one.</summary>
295
+
<returns>An integer value that specifies the sort order position of a .NET Framework version instance relative to another version instance. A value of 0 means the two values are equal, a value of -1 indicates that <paramrefname="versionA" /> precedes <paramrefname="versionB" />, and a value of 1 indicates that <paramrefname="versionA" /> comes after <paramrefname="versionB" />.</returns>
Copy file name to clipboardExpand all lines: xml/Microsoft.IE/Manager+URL_CANONFLAGS.xml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
44
44
</ReturnValue>
45
45
<MemberValue>33554432</MemberValue>
46
46
<Docs>
47
-
<summary>To be added.</summary>
47
+
<summary>Defined to be the same as URL_DONT_ESCAPE_EXTRA_INFO.</summary>
48
48
</Docs>
49
49
</Member>
50
50
<MemberMemberName="URL_CONVERT_IF_DOSPATH">
@@ -65,7 +65,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
65
65
</ReturnValue>
66
66
<MemberValue>2097152</MemberValue>
67
67
<Docs>
68
-
<summary>To be added.</summary>
68
+
<summary>Convert to a URL if in a dospath format.</summary>
69
69
</Docs>
70
70
</Member>
71
71
<MemberMemberName="URL_DONT_ESCAPE_EXTRA_INFO">
@@ -86,7 +86,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
86
86
</ReturnValue>
87
87
<MemberValue>33554432</MemberValue>
88
88
<Docs>
89
-
<summary>To be added.</summary>
89
+
<summary>Used only in conjunction with URL_ESCAPE_SPACES_ONLY to prevent the conversion of characters in the query (the portion of the URL following the first # or ? character encountered in the string). This flag should not be used alone or combined with URL_ESCAPE_SEGMENT_ONLY.</summary>
90
90
</Docs>
91
91
</Member>
92
92
<MemberMemberName="URL_DONT_SIMPLIFY">
@@ -107,7 +107,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
107
107
</ReturnValue>
108
108
<MemberValue>134217728</MemberValue>
109
109
<Docs>
110
-
<summary>To be added.</summary>
110
+
<summary>Treat "/./" and "/../" in a URL string as literal characters, not as shorthand for navigation.</summary>
111
111
</Docs>
112
112
</Member>
113
113
<MemberMemberName="URL_DONT_UNESCAPE_EXTRA_INFO">
@@ -128,7 +128,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
128
128
</ReturnValue>
129
129
<MemberValue>33554432</MemberValue>
130
130
<Docs>
131
-
<summary>To be added.</summary>
131
+
<summary>Used only in conjunction with URL_ESCAPE_SPACES_ONLY to prevent the conversion of characters in the query (the portion of the URL following the first # or ? character encountered in the string). This flag should not be used alone or combined with URL_ESCAPE_SEGMENT_ONLY.</summary>
132
132
</Docs>
133
133
</Member>
134
134
<MemberMemberName="URL_ESCAPE_PERCENT">
@@ -149,7 +149,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
149
149
</ReturnValue>
150
150
<MemberValue>4096</MemberValue>
151
151
<Docs>
152
-
<summary>To be added.</summary>
152
+
<summary>Convert any occurrence of "%" to its escape sequence.</summary>
153
153
</Docs>
154
154
</Member>
155
155
<MemberMemberName="URL_ESCAPE_SEGMENT_ONLY">
@@ -170,7 +170,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
170
170
</ReturnValue>
171
171
<MemberValue>8192</MemberValue>
172
172
<Docs>
173
-
<summary>To be added.</summary>
173
+
<summary>Indication that the URL contains only the section following the server component but preceding the query. All unsafe characters in the string are converted. If a full URL is provided when this flag is set, all unsafe characters in the entire string are converted, including # and ? characters. Combine this flag with URL_ESCAPE_PERCENT to include that character in the conversion. This flag cannot be combined with URL_ESCAPE_SPACES_ONLY or URL_DONT_ESCAPE_EXTRA_INFO.</summary>
174
174
</Docs>
175
175
</Member>
176
176
<MemberMemberName="URL_ESCAPE_SPACES_ONLY">
@@ -191,7 +191,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
191
191
</ReturnValue>
192
192
<MemberValue>67108864</MemberValue>
193
193
<Docs>
194
-
<summary>To be added.</summary>
194
+
<summary>Replace only spaces with escape sequences. This flag takes precedence over URL_ESCAPE_UNSAFE, but does not apply to opaque URLs.</summary>
195
195
</Docs>
196
196
</Member>
197
197
<MemberMemberName="URL_ESCAPE_UNSAFE">
@@ -212,7 +212,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
212
212
</ReturnValue>
213
213
<MemberValue>536870912</MemberValue>
214
214
<Docs>
215
-
<summary>To be added.</summary>
215
+
<summary>Replace unsafe characters with their escape sequences. Unsafe characters are those characters that may be altered during transport across the Internet, and include the <, >, ", #, {, }, |, \, ^, [, ], and ' characters. This flag applies to all URLs, including opaque URLs.</summary>
216
216
</Docs>
217
217
</Member>
218
218
<MemberMemberName="URL_FILE_USE_PATHURL">
@@ -233,7 +233,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
233
233
</ReturnValue>
234
234
<MemberValue>65536</MemberValue>
235
235
<Docs>
236
-
<summary>To be added.</summary>
236
+
<summary>Use DOS path compatibility mode to create "file" Uniform Resource Identifiers (URIs).</summary>
237
237
</Docs>
238
238
</Member>
239
239
<MemberMemberName="URL_INTERNAL_PATH">
@@ -254,7 +254,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
254
254
</ReturnValue>
255
255
<MemberValue>8388608</MemberValue>
256
256
<Docs>
257
-
<summary>To be added.</summary>
257
+
<summary>Convert any occurrence of "#" to its escape sequence.</summary>
258
258
</Docs>
259
259
</Member>
260
260
<MemberMemberName="URL_NO_META">
@@ -275,7 +275,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
275
275
</ReturnValue>
276
276
<MemberValue>134217728</MemberValue>
277
277
<Docs>
278
-
<summary>To be added.</summary>
278
+
<summary>Defined to be the same as URL_DONT_SIMPLIFY.</summary>
279
279
</Docs>
280
280
</Member>
281
281
<MemberMemberName="URL_PLUGGABLE_PROTOCOL">
@@ -296,7 +296,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
296
296
</ReturnValue>
297
297
<MemberValue>1073741824</MemberValue>
298
298
<Docs>
299
-
<summary>To be added.</summary>
299
+
<summary>Combine URLs with client-defined pluggable protocols, according to the World Wide Web Consortium (W3C) specification. This flag does not apply to standard protocols such as ftp, http, gopher, and so on.</summary>
300
300
</Docs>
301
301
</Member>
302
302
<MemberMemberName="URL_UNESCAPE">
@@ -317,7 +317,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
317
317
</ReturnValue>
318
318
<MemberValue>268435456</MemberValue>
319
319
<Docs>
320
-
<summary>To be added.</summary>
320
+
<summary>Unescape any escape sequences that the URLs contain, with two exceptions. The escape sequences for "?" and "#" are not un-escaped. If one of the URL_ESCAPE flags is also set, the two URLs are first un-escaped, then combined, then escaped.</summary>
321
321
</Docs>
322
322
</Member>
323
323
<MemberMemberName="URL_UNESCAPE_HIGH_ANSI_ONLY">
@@ -338,7 +338,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
338
338
</ReturnValue>
339
339
<MemberValue>4194304</MemberValue>
340
340
<Docs>
341
-
<summary>To be added.</summary>
341
+
<summary>Unescape only high ANSI escape characters.</summary>
342
342
</Docs>
343
343
</Member>
344
344
<MemberMemberName="URL_UNESCAPE_INPLACE">
@@ -359,7 +359,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
359
359
</ReturnValue>
360
360
<MemberValue>1048576</MemberValue>
361
361
<Docs>
362
-
<summary>To be added.</summary>
362
+
<summary>Convert escape sequences back into ordinary characters and overwrites the original string.</summary>
363
363
</Docs>
364
364
</Member>
365
365
<MemberMemberName="URL_WININET_COMPATIBILITY">
@@ -380,7 +380,7 @@ This enumeration is used in calls to the unmanaged Windows function UrlCanonical
380
380
</ReturnValue>
381
381
<MemberValue>-2147483648</MemberValue>
382
382
<Docs>
383
-
<summary>To be added.</summary>
383
+
<summary>Merge all the parameters to create a full URL.</summary>
0 commit comments