added some development tools
[windows-sources.git] / developer / VSSDK / VisualStudioIntegration / Common / Assemblies / v4.0 / Microsoft.VisualStudio.Package.LanguageService.10.0.xml
blob490391aab360eb258c3c764d66a61e8eaa746fb2
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Microsoft.VisualStudio.Package.LanguageService.10.0</name>
5     </assembly>
6     <members>
7         <member name="T:Microsoft.VisualStudio.Package.CodeWindowManager">
8             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager&quot;]/*"/>
9             <summary>
10             CodeWindowManager provides a default implementation of the VSIP interface IVsCodeWindowManager
11             and manages the LanguageService, Source, ViewFilter, and DocumentProperties objects associated
12             with the given IVsCodeWindow.  It calls CreateViewFilter on your LanguageService for each new
13             IVsTextView created by Visual Studio and installs the resulting filter into the command chain.
14             You do not have to override this method, since a default view filter will be created.
15             If your LanguageService returns an object from CreateDocumentProperties then you will have
16             properties in the Properties Window associated with your source files.
17             The CodeWindowManager also provides support for optional drop down combos in the IVsDropdownBar for 
18             listing types and members by installing the TypeAndMemberDropdownBars object returned from your 
19             LanguageService CreateDropDownHelper method.  The default return from CreateDropDownHelper is null, 
20             which results in no drop down combos.
21             </summary>
22         </member>
23         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.#ctor(Microsoft.VisualStudio.Package.LanguageService,Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow,Microsoft.VisualStudio.Package.Source)">
24             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.CodeWindowManager&quot;]/*"/>
25             <summary>
26             The CodeWindowManager is constructed by the base LanguageService class when VS calls
27             the IVsLanguageInfo.GetCodeWindowManager method.  You can override CreateCodeWindowManager
28             on your LanguageService if you want to plug in a different CodeWindowManager.
29             </summary>
30         </member>
31         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.Finalize">
32             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.Finalize&quot;]/*"/>
33         </member>
34         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.Close">
35             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.Close&quot;]/*"/>
36             <summary>Closes all view filters, and the document properties window</summary>
37         </member>
38         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.GetFilter(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
39             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.GetFilter;&quot;]/*"/>
40             <summary>
41             Returns the ViewFilter for the given view or null if no matching filter is found.
42             </summary>
43         </member>
44         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.AddAdornments">
45             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.AddAdornments&quot;]/*"/>
46             <summary>Install the optional TypeAndMemberDropdownBars, and primary and secondary view filters</summary>
47         </member>
48         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.RemoveAdornments">
49             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.RemoveAdornments&quot;]/*"/>
50             <summary>Remove drop down combos, view filters, and notify the LanguageService that the Source and
51             CodeWindowManager is now closed</summary>
52         </member>
53         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.OnNewView(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
54             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.OnNewView&quot;]/*"/>
55             <summary>Install a new view filter for the given view. This method calls your
56             CreateViewFilter method.</summary>
57         </member>
58         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.OnKillFocus(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
59             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.OnKillFocus&quot;]/*"/>
60         </member>
61         <member name="M:Microsoft.VisualStudio.Package.CodeWindowManager.OnSetFocus(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
62             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.OnSetFocus&quot;]/*"/>
63             <summary>Refresh the document properties</summary>
64         </member>
65         <member name="P:Microsoft.VisualStudio.Package.CodeWindowManager.LanguageService">
66             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.LanguageService;&quot;]/*"/>
67             <summary>Returns the LanguageService object that created this code window manager</summary>
68         </member>
69         <member name="P:Microsoft.VisualStudio.Package.CodeWindowManager.Source">
70             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.Source;&quot;]/*"/>
71             <summary>returns the Source object associated with the IVsTextLines buffer for this code window</summary>
72         </member>
73         <member name="P:Microsoft.VisualStudio.Package.CodeWindowManager.Properties">
74             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.Properties;&quot;]/*"/>
75             <summary>Returns the DocumentProperties, if any.  You can update this property if you want to 
76             change the document properties on the fly.</summary>
77         </member>
78         <member name="P:Microsoft.VisualStudio.Package.CodeWindowManager.DropDownHelper">
79             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.DropDownHelper&quot;]/*"/>
80             <summary>Return the optional TypeAndMemberDropdownBars object for the drop down combos</summary>
81         </member>
82         <member name="P:Microsoft.VisualStudio.Package.CodeWindowManager.CodeWindow">
83             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;CodeWindowManager.CodeWindow&quot;]/*"/>
84             <summary>Return the IVsCodeWindow associated with this code window manager.</summary>
85         </member>
86         <member name="T:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars">
87             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars&quot;]/*"/>
88             <summary>
89             Represents the two drop down bars on the top of a text editor window that allow 
90             types and type members to be selected by name.
91             </summary>
92         </member>
93         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.languageService">
94             <summary>The language service object that created this object and calls its SynchronizeDropdowns method</summary>
95         </member>
96         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.dropDownBar">
97             <summary>The correspoding VS object that represents the two drop down bars. The VS object uses call backs to pull information from
98             this object and makes itself known to this object by calling SetDropdownBar</summary>
99         </member>
100         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.imageList">
101             <summary>The icons that prefix the type names and member signatures</summary>
102         </member>
103         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.textView">
104             <summary>The current text editor window</summary>
105         </member>
106         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.dropDownTypes">
107             <summary>The list of types that appear in the type drop down list.</summary>
108         </member>
109         <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.dropDownMembers">
110             <summary>The list of types that appear in the member drop down list. </summary>
111         </member>
112         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.#ctor(Microsoft.VisualStudio.Package.LanguageService)">
113             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.TypeAndMemberDropdownBars&quot;]/*"/>
114         </member>
115         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.Done">
116             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.Done&quot;]/*"/>
117         </member>
118         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.OnSynchronizeDropdowns(Microsoft.VisualStudio.Package.LanguageService,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.Int32@,System.Int32@)">
119             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.OnSynchronizeDropdowns&quot;]/*"/>
120             <summary>
121             This method is called to update the drop down bars to match the current contents of the text editor window. 
122             It is called during OnIdle when the caret position changes.  You can provide new drop down members here.
123             It is up to you to sort the ArrayLists if you want them sorted in any particular order.
124             </summary>
125             <param name="languageService">The language service</param>
126             <param name="textView">The editor window</param>
127             <param name="line">The line on which the cursor is now positioned</param>
128             <param name="col">The column on which the cursor is now position</param>
129             <param name="dropDownTypes">The current list of types (you can update this)</param>
130             <param name="dropDownMembers">The current list of members (you can update this)</param>
131             <param name="selectedType">The selected type (you can update this)</param>
132             <param name="selectedMember">The selected member (you can update this)</param>
133             <returns>true if something was updated</returns>
134         </member>
135         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetComboAttributes(System.Int32,System.UInt32@,System.UInt32@,System.IntPtr@)">
136             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetComboAttributes&quot;]/*"/>
137         </member>
138         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetComboTipText(System.Int32,System.String@)">
139             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetComboTipText&quot;]/*"/>
140         </member>
141         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetEntryAttributes(System.Int32,System.Int32,System.UInt32@)">
142             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetEntryAttributes&quot;]/*"/>
143         </member>
144         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetEntryImage(System.Int32,System.Int32,System.Int32@)">
145             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetEntryImage&quot;]/*"/>
146         </member>
147         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetEntryText(System.Int32,System.Int32,System.String@)">
148             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetEntryText&quot;]/*"/>
149         </member>
150         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.OnComboGetFocus(System.Int32)">
151             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.OnComboGetFocus&quot;]/*"/>
152         </member>
153         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.GetMember(System.Int32,System.Int32)">
154             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.GetMember&quot;]/*"/>
155         </member>
156         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.OnItemChosen(System.Int32,System.Int32)">
157             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.OnItemChosen&quot;]/*"/>
158         </member>
159         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.SetFocus(System.IntPtr)">
160             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.SetFocus&quot;]/*"/>
161         </member>
162         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.OnItemSelected(System.Int32,System.Int32)">
163             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.OnItemSelected&quot;]/*"/>
164         </member>
165         <member name="M:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.SetDropdownBar(Microsoft.VisualStudio.TextManager.Interop.IVsDropdownBar)">
166             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;TypeAndMemberDropdownBars.SetDropdownBar&quot;]/*"/>
167         </member>
168         <member name="T:Microsoft.VisualStudio.Package.DropDownMember">
169             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember&quot;]/*"/>
170         </member>
171         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.#ctor(System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32,Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR)">
172             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.DropDownMember&quot;]/*"/>
173         </member>
174         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.CompareTo(System.Object)">
175             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.CompareTo&quot;]/*"/>
176         </member>
177         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.CompareTo(System.Object,System.StringComparison)">
178             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.CompareTo&quot;]/*"/>
179         </member>
180         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.Equals(System.Object)">
181             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Equals&quot;]/*"/>
182         </member>
183         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.GetHashCode">
184             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.GetHashCode&quot;]/*"/>
185         </member>
186         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.op_Equality(Microsoft.VisualStudio.Package.DropDownMember,Microsoft.VisualStudio.Package.DropDownMember)">
187             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Operator==&quot;]/*"/>
188         </member>
189         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.op_Inequality(Microsoft.VisualStudio.Package.DropDownMember,Microsoft.VisualStudio.Package.DropDownMember)">
190             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Operator!=&quot;]/*"/>
191         </member>
192         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.op_LessThan(Microsoft.VisualStudio.Package.DropDownMember,Microsoft.VisualStudio.Package.DropDownMember)">
193             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.OperatorMT&quot;]/*"/>
194         </member>
195         <member name="M:Microsoft.VisualStudio.Package.DropDownMember.op_GreaterThan(Microsoft.VisualStudio.Package.DropDownMember,Microsoft.VisualStudio.Package.DropDownMember)">
196             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.OperatorGT&quot;]/*"/>
197         </member>
198         <member name="P:Microsoft.VisualStudio.Package.DropDownMember.Label">
199             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Label;&quot;]/*"/>
200         </member>
201         <member name="P:Microsoft.VisualStudio.Package.DropDownMember.Span">
202             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Span;&quot;]/*"/>
203         </member>
204         <member name="P:Microsoft.VisualStudio.Package.DropDownMember.Glyph">
205             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.Glyph;&quot;]/*"/>
206         </member>
207         <member name="P:Microsoft.VisualStudio.Package.DropDownMember.FontAttr">
208             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DropDownMember.FontAttr;&quot;]/*"/>
209         </member>
210         <member name="T:Microsoft.VisualStudio.Package.Colorizer">
211             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer&quot;]/*"/>
212         </member>
213         <member name="M:Microsoft.VisualStudio.Package.Colorizer.#ctor(Microsoft.VisualStudio.Package.LanguageService,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.Package.IScanner)">
214             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.Colorizer&quot;]/*"/>
215         </member>
216         <member name="M:Microsoft.VisualStudio.Package.Colorizer.Finalize">
217             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.Finalize&quot;]/*"/>
218         </member>
219         <member name="M:Microsoft.VisualStudio.Package.Colorizer.Dispose">
220             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.Dispose&quot;]/*"/>
221         </member>
222         <member name="M:Microsoft.VisualStudio.Package.Colorizer.CloseColorizer">
223             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.CloseColorizer&quot;]/*"/>
224         </member>
225         <member name="M:Microsoft.VisualStudio.Package.Colorizer.GetStateMaintenanceFlag(System.Int32@)">
226             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetStateMaintenanceFlag&quot;]/*"/>
227         </member>
228         <member name="M:Microsoft.VisualStudio.Package.Colorizer.GetStartState(System.Int32@)">
229             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetStartState&quot;]/*"/>
230         </member>
231         <member name="M:Microsoft.VisualStudio.Package.Colorizer.GetStateAtEndOfLine(System.Int32,System.Int32,System.IntPtr,System.Int32)">
232             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetStateAtEndOfLine&quot;]/*"/>
233         </member>
234         <member name="M:Microsoft.VisualStudio.Package.Colorizer.ColorizeLine(System.Int32,System.Int32,System.IntPtr,System.Int32,System.UInt32[])">
235             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.ColorizeLine&quot;]/*"/>
236         </member>
237         <member name="M:Microsoft.VisualStudio.Package.Colorizer.GetColorInfo(System.String,System.Int32,System.Int32)">
238             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetColorInfo&quot;]/*"/>
239         </member>
240         <member name="M:Microsoft.VisualStudio.Package.Colorizer.GetLineInfo(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,System.Int32,Microsoft.VisualStudio.TextManager.Interop.IVsTextColorState)">
241             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetLineInfo&quot;]/*"/>
242         </member>
243         <member name="M:Microsoft.VisualStudio.Package.Colorizer.Suspend">
244             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.Suspend&quot;]/*"/>
245         </member>
246         <member name="M:Microsoft.VisualStudio.Package.Colorizer.Resume">
247             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.Resume&quot;]/*"/>
248         </member>
249         <member name="P:Microsoft.VisualStudio.Package.Colorizer.Scanner">
250             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.Scanner&quot;]/*"/>
251         </member>
252         <member name="T:Microsoft.VisualStudio.Package.ColorableItem">
253             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem&quot;]/*"/>
254         </member>
255         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.#ctor(System.String,System.String,Microsoft.VisualStudio.TextManager.Interop.COLORINDEX,Microsoft.VisualStudio.TextManager.Interop.COLORINDEX,System.Drawing.Color,System.Drawing.Color,Microsoft.VisualStudio.TextManager.Interop.FONTFLAGS)">
256             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.ColorableItem&quot;]/*"/>
257         </member>
258         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetDefaultColors(Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[],Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[])">
259             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetDefaultColors&quot;]/*"/>
260         </member>
261         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetDefaultFontFlags(System.UInt32@)">
262             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetDefaultFontFlags&quot;]/*"/>
263         </member>
264         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetDisplayName(System.String@)">
265             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetDisplayName&quot;]/*"/>
266         </member>
267         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetColorData(System.Int32,System.UInt32@)">
268             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;Colorizer.GetColorData&quot;]/*"/>
269         </member>
270         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetCanonicalName(System.String@)">
271             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetCanonicalName&quot;]/*"/>
272         </member>
273         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetDescription(System.String@)">
274             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetDescription&quot;]/*"/>
275         </member>
276         <member name="M:Microsoft.VisualStudio.Package.ColorableItem.GetMergingPriority(System.Int32@)">
277             <!-- Failed to insert some or all of included XML --><include file="doc\Colorizer.uex" path="docs/doc[@for=&quot;ColorableItem.GetMergingPriority&quot;]/*"/>
278         </member>
279         <member name="T:Microsoft.VisualStudio.Package.DocumentProperties">
280             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties&quot;]/*"/>
281             <summary>
282             This class can be used as a base class for document properties which are 
283             displayed in the Properties Window when the document is active.  Simply add
284             some public properties and they will show up in the properties window.  
285             </summary>
286         </member>
287         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.#ctor(Microsoft.VisualStudio.Package.CodeWindowManager)">
288             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.DocumentProperties&quot;]/*"/>
289         </member>
290         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.Refresh">
291             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.UpdateSelection&quot;]/*"/>
292             <summary>
293             Call this method when you want the document properties window updated with new information.
294             </summary>
295         </member>
296         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.GetSource">
297             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.GetSource&quot;]/*"/>
298             This is not a property because all public properties show up in the Properties window.
299         </member>
300         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.GetCodeWindowManager">
301             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.GetCodeWindowManager&quot;]/*"/>
302             This is not a property because all public properties show up in the Properties window.
303         </member>
304         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.Close">
305             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.Close&quot;]/*"/>
306         </member>
307         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.Dispose">
308             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.Dispose&quot;]/*"/>
309         </member>
310         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.Dispose(System.Boolean)">
311             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.Dispose&quot;]/*"/>
312         </member>
313         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.Finalize">
314             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.Finalize&quot;]/*"/>
315         </member>
316         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.CountObjects(System.UInt32,System.UInt32@)">
317             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.CountObjects&quot;]/*"/>
318         </member>
319         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.GetObjects(System.UInt32,System.UInt32,System.Object[])">
320             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.GetObjects&quot;]/*"/>
321         </member>
322         <member name="M:Microsoft.VisualStudio.Package.DocumentProperties.SelectObjects(System.UInt32,System.Object[],System.UInt32)">
323             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.SelectObjects&quot;]/*"/>
324         </member>
325         <member name="P:Microsoft.VisualStudio.Package.DocumentProperties.Visible">
326             <!-- Failed to insert some or all of included XML --><include file="doc\CodeWindowManager.uex" path="docs/doc[@for=&quot;DocumentProperties.Visible&quot;]/*"/>
327         </member>
328         <member name="T:Microsoft.VisualStudio.Package.DocumentTask">
329             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask&quot;]/*"/>
330         </member>
331         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.#ctor(System.IServiceProvider,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
332             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.DocumentTask&quot;]/*"/>
333         </member>
334         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.Finalize">
335             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.Finalize&quot;]/*"/>
336         </member>
337         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.Dispose">
338             <!-- Failed to insert some or all of included XML --><include file="doc\TaskProvider.uex" path="docs/doc[@for=&quot;DocumentTask.Dispose&quot;]/*"/>
339         </member>
340         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.Dispose(System.Boolean)">
341             <!-- Failed to insert some or all of included XML --><include file="doc\TaskProvider.uex" path="docs/doc[@for=&quot;DocumentTask.Dispose1&quot;]/*"/>
342         </member>
343         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnNavigate(System.EventArgs)">
344             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnNavigate&quot;]/*"/>
345         </member>
346         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnRemoved(System.EventArgs)">
347             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnRemoved&quot;]/*"/>
348         </member>
349         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.MarkerInvalidated">
350             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.MarkerInvalidated&quot;]/*"/>
351         </member>
352         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnBufferSave(System.String)">
353             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnBufferSave&quot;]/*"/>
354         </member>
355         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnBeforeBufferClose">
356             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnBeforeBufferClose&quot;]/*"/>
357         </member>
358         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnAfterSpanReload">
359             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnAfterSpanReload&quot;]/*"/>
360         </member>
361         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.OnAfterMarkerChange(Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker)">
362             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.OnAfterMarkerChange&quot;]/*"/>
363         </member>
364         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.GetTipText(Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker,System.String[])">
365             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.GetTipText&quot;]/*"/>
366         </member>
367         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.GetMarkerCommandInfo(Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker,System.Int32,System.String[],System.UInt32[])">
368             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.GetMarkerCommandInfo&quot;]/*"/>
369         </member>
370         <member name="M:Microsoft.VisualStudio.Package.DocumentTask.ExecMarkerCommand(Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker,System.Int32)">
371             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.ExecMarkerCommand&quot;]/*"/>
372         </member>
373         <member name="P:Microsoft.VisualStudio.Package.DocumentTask.IsMarkerValid">
374             <!-- Failed to insert some or all of included XML --><include file="doc\TaskProvider.uex" path="docs/doc[@for=&quot;DocumentTask.IsMarkerValid&quot;]/*"/>
375         </member>
376         <member name="P:Microsoft.VisualStudio.Package.DocumentTask.Site">
377             <!-- Failed to insert some or all of included XML --><include file="doc\TaskProvider.uex" path="docs/doc[@for=&quot;DocumentTask.Site&quot;]/*"/>
378         </member>
379         <member name="P:Microsoft.VisualStudio.Package.DocumentTask.Span">
380             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.Span&quot;]/*"/>
381         </member>
382         <member name="P:Microsoft.VisualStudio.Package.DocumentTask.TextLineMarker">
383             <!-- Failed to insert some or all of included XML --><include file="doc\DocumentTask.uex" path="docs/doc[@for=&quot;DocumentTask.TextLineMarker&quot;]/*"/>
384         </member>
385         <member name="T:Microsoft.VisualStudio.Package.EditSpan">
386             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan&quot;]/*"/>
387             <summary>
388             This class encapsulates one atomic edit operation.
389             Add these to an EditArray then when you are ready call ApplyEdits().
390             </summary>
391         </member>
392         <member name="M:Microsoft.VisualStudio.Package.EditSpan.#ctor(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
393             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan.EditSpan&quot;]/*"/>
394             <summary>
395             Construct a new edit span object
396             </summary>
397             <param name="toReplace">The text span to remove from the buffer (can be empty)</param>
398             <param name="insertText">The text to insert in it's place (can be null)</param>
399         </member>
400         <member name="P:Microsoft.VisualStudio.Package.EditSpan.Span">
401             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan.Span&quot;]/*"/>
402         </member>
403         <member name="P:Microsoft.VisualStudio.Package.EditSpan.Text">
404             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan.Text&quot;]/*"/>
405         </member>
406         <member name="P:Microsoft.VisualStudio.Package.EditSpan.LineCount">
407             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan.LineCount&quot;]/*"/>
408             <summary>
409             Returns the number of lines in the new text being inserted.
410             </summary>
411         </member>
412         <member name="P:Microsoft.VisualStudio.Package.EditSpan.LengthOfLastLine">
413             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditSpan.LengthOfLastLine&quot;]/*"/>
414             <summary>
415             Returns the length of the last line of text being inserted.
416             </summary>
417         </member>
418         <member name="T:Microsoft.VisualStudio.Package.EditArray">
419             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray&quot;]/*"/>
420             <summary>
421             This class encapsulates a batch edit operation.  The reason this class exists is because
422             performing thousands of tiny edits on a large document can be pretty slow, so the best thing
423             to do is merge the edits into bigger chunks and that is exactly what this class will do
424             for you.  The trick is that when merging edits you need to be careful not to include any 
425             IVsTextLineMarkers in the merged chunks, because editing over the top of the marker
426             will blow it away, which is not what the user wants.  The user wants to keep all their
427             breakpoints and bookmarks, and red and blue squigglies and so on.  So this class also takes
428             care of that.
429             </summary>
430         </member>
431         <member name="M:Microsoft.VisualStudio.Package.EditArray.#ctor(Microsoft.VisualStudio.Package.Source,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Boolean,System.String)">
432             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.EditArray1&quot;]/*"/>
433             <summary>
434             This constructor takes a view and will use CompoundViewAction to make the updates
435             and it will update the current selection accordingly.
436             <param name="source">The buffer to operate on</param>
437             <param name="view">The text view to use for CompoundViewAction and whose selection you want updated</param>
438             <param name="merge">Whether to attempt to merge edits</param>
439             <param name="description">Name used in compound action</param>
440             </summary>
441         </member>
442         <member name="M:Microsoft.VisualStudio.Package.EditArray.ToString">
443             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.ToString&quot;]/*"/>
444         </member>
445         <member name="M:Microsoft.VisualStudio.Package.EditArray.Add(Microsoft.VisualStudio.Package.EditSpan)">
446             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.Add&quot;]/*"/>
447             <summary>
448             Add a new atomic edit to the array.  The edits cannot intersect each other.  
449             The spans in each edit must be based on the current state of the buffer, 
450             and not based on post-edit spans.  This EditArray will calculate the
451             post edit spans for you.
452             </summary>
453             <param name="editSpan"></param>
454         </member>
455         <member name="M:Microsoft.VisualStudio.Package.EditArray.ApplyEdits">
456             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.ApplyEdits&quot;]/*"/>
457         </member>
458         <member name="M:Microsoft.VisualStudio.Package.EditArray.GetEnumerator">
459             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.GetEnumerator&quot;]/*"/>
460             <summary>Allows enumeration of EditSpan objects</summary>
461         </member>
462         <member name="P:Microsoft.VisualStudio.Package.EditArray.Count">
463             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.Count&quot;]/*"/>
464             <summary>
465             Return the number of edits in the array.
466             </summary>
467         </member>
468         <member name="P:Microsoft.VisualStudio.Package.EditArray.TextView">
469             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.TextView&quot;]/*"/>
470         </member>
471         <member name="P:Microsoft.VisualStudio.Package.EditArray.Source">
472             <!-- Failed to insert some or all of included XML --><include file="doc\EditArray.uex" path="docs/doc[@for=&quot;EditArray.Source&quot;]/*"/>
473         </member>
474         <member name="T:Microsoft.VisualStudio.Package.EditorFactory">
475             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory&quot;]/*"/>
476             <summary>
477             You must inherit from this class and simply add a [ComVisible] and 
478             [GuidAttribute] and then specify the EditorFactoryGuid, EditorFactoryGuid 
479             and EditorName variables in your Registration class.
480             This base class provides a default editor factory implementation
481             that hosts the Visual Studio Core editor.  
482             </summary>
483         </member>
484         <member name="F:Microsoft.VisualStudio.Package.EditorFactory.GuidVSBufferDetectLangSid">
485             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GUID_VsBufferDetectLangSID;&quot;]/*"/>
486         </member>
487         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.#ctor(Microsoft.VisualStudio.Shell.Package)">
488             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorFactory&quot;]/*"/>
489         </member>
490         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.#ctor">
491             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorFactory&quot;]/*"/>
492         </member>
493         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.Finalize">
494             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.Finalize&quot;]/*"/>
495         </member>
496         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetSite">
497             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetSite&quot;]/*"/>
498         </member>
499         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetPackage">
500             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetPackage&quot;]/*"/>
501         </member>
502         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.IsRegisteredExtension(System.String)">
503             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.IsRegisteredExtension&quot;]/*"/>
504             <summary>Returns true if the given extension is one of our registered extensions</summary>
505         </member>
506         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetExtensions">
507             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetExtensions&quot;]/*"/>
508             <summary>Return list of file extensions registered for this editor factory under 
509             HKLM\Software\Microsoft\Visual Studio\8.0\Editors\\{" + this.GetType().GUID.ToString() + "}\\Extensions
510             </summary>
511         </member>
512         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetLanguageService(System.String)">
513             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetLanguageService&quot;]/*"/>
514             <summary>Returns the guid of the language service registered for this file extension
515             HKLM\Software\Microsoft\Visual Studio\8.0\Language Services\Extensions</summary>
516         </member>
517         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetLanguageServiceGuid">
518             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetLanguageServiceGuid&quot;]/*"/>
519         </member>
520         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetRegisteredEditor(System.String)">
521             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetRegisteredEditor&quot;]/*"/>
522             <summary>Returns the guid of the highest priority editor registered for this extension.
523             This will also pick up user defined file extension to editor associations</summary>
524         </member>
525         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetRegisteredEditorInfo(System.String)">
526             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetRegisteredEditor&quot;]/*"/>
527             <summary>Returns the guid of the highest priority editor registered for this extension.
528             This will also pick up user defined file extension to editor associations.
529             You can then access all registered editors via the .Next property.</summary>
530         </member>
531         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.GetUserDefinedEditor(System.String)">
532             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.GetUserDefinedEditor&quot;]/*"/>
533             <summary>Returns the guid of the editor that the user has defined for this file extension or
534             Guid.Empty if none is found</summary>
535         </member>
536         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.IsFileExtensionWeShouldEditAnyway(System.String)">
537             <summary>Returns true if the file extension is one that you registered for this editor
538             factory, or your have registered the "*" extension and (this file type matches your 
539             GetLanguageServiceGuid() or there is no other language service registered for this file extension).</summary>
540         </member>
541         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.IsOurFileFormat(System.String)">
542             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.IsOurFileFormat&quot;]/*"/>
543         </member>
544         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.CreateEditorInstance(System.UInt32,System.String,System.String,Microsoft.VisualStudio.Shell.Interop.IVsHierarchy,System.UInt32,System.IntPtr,System.IntPtr@,System.IntPtr@,System.String@,System.Guid@,System.Int32@)">
545             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.CreateEditorInstance&quot;]/*"/>
546             <summary>
547             This method checks to see if the specified file is one that your editor supports
548             and if so, creates the core text editor and associated your language service 
549             with it.  To figure out if the file is one that your editor supports it performs
550             the following check:
551             <list>
552             <item>
553             Call IsRegisteredExtension to see if the file extension is explicitly 
554             registered to your editor.      
555             </item>
556             <item>
557             Call GetUserDefinedEditor to see if the user has explicitly mapped the
558             extension to your editor.
559             </item>
560             <item>
561             If your editor registered the "*" extension, then it also calls 
562             IsFileExtensionWeShouldEditAnyway and IsOurFileFormat to let you sniff
563             the file and see if you think it contains stuff that your editor recognizes
564             </item>
565             </list>
566             If all this is true then it goes ahead with the next step which is to
567             get an IVsTextLines buffer and set it up as follows:
568             <list>
569             <item>
570             If existingDocData is non-null then it checks to see if it can get an
571             IVsTextLines buffer from this docData, and if not, returns VS_E_INCOMPATIBLEDOCDATA.
572             Otherwise it creates a new VsTextBufferClass.
573             </item>
574             Calls IVsUserData.SetData on the IVsTextLines buffer with any code page prompt
575             flags you have provided via the CodePagePrompt property.
576             </list>
577             <list>
578             Calls SetLanguageServiceID to pass in your language service Guid and 
579             sets the GuidVSBufferDetectLangSid IVsUserData to false to stop the core
580             text editor from looking up a different language service.
581             </list>
582             Lastly it calls CreateEditorView to create the docView.
583             </summary>
584         </member>
585         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.CreateEditorView(System.String,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,System.String,System.String@,System.Guid@)">
586             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.CreateEditorView&quot;]/*"/>
587             <summary>Return docView IUnknown COM object.</summary>
588         </member>
589         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.MapLogicalView(System.Guid@,System.String@)">
590             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.MapLogicalView&quot;]/*"/>
591             <devdoc>The default implementation supports LOGVIEWID_Code, LOGVIEWID_TextView,
592             LOGVIEWID_Debugging, and LOGVIEWID_Primary returning null for
593             the physicalView string.</devdoc>
594         </member>
595         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.SetSite(Microsoft.VisualStudio.OLE.Interop.IServiceProvider)">
596             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.SetSite&quot;]/*"/>
597         </member>
598         <member name="M:Microsoft.VisualStudio.Package.EditorFactory.Close">
599             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.Close&quot;]/*"/>
600         </member>
601         <member name="P:Microsoft.VisualStudio.Package.EditorFactory.CodePagePrompt">
602             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.WithEncoding&quot;]/*"/>
603         </member>
604         <member name="T:Microsoft.VisualStudio.Package.EditorFactory.EditorInfo">
605             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorInfo&quot;]/*"/>
606         </member>
607         <member name="P:Microsoft.VisualStudio.Package.EditorFactory.EditorInfo.Name">
608             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorInfo.Name&quot;]/*"/>
609         </member>
610         <member name="P:Microsoft.VisualStudio.Package.EditorFactory.EditorInfo.Guid">
611             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorInfo.Guid&quot;]/*"/>
612         </member>
613         <member name="P:Microsoft.VisualStudio.Package.EditorFactory.EditorInfo.Priority">
614             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorInfo.Priority&quot;]/*"/>
615         </member>
616         <member name="P:Microsoft.VisualStudio.Package.EditorFactory.EditorInfo.Next">
617             <!-- Failed to insert some or all of included XML --><include file="doc\EditorFactory.uex" path="docs/doc[@for=&quot;EditorFactory.EditorInfo.Next&quot;]/*"/>
618         </member>
619         <member name="T:Microsoft.VisualStudio.Package.SimpleEditorView">
620             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView&quot;]/*"/>
621             <summary>
622             This class View provides an abstract base class for simple editor views
623             that follow the VS simple embedding model.
624             </summary>
625         </member>
626         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.#ctor(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
627             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.SimpleEditorView&quot;]/*"/>
628         </member>
629         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.QueryStatus(System.Guid@,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLECMD[],System.IntPtr)">
630             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.IOleCommandTarget.QueryStatus&quot;]/*"/>
631             <internalonly/>
632             <summary>
633             IOleCommandTarget implementation
634             </summary>
635         </member>
636         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.Exec(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
637             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.IOleCommandTarget.Exec&quot;]/*"/>
638             <internalonly/>
639         </member>
640         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.ClosePane">
641             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.ClosePane&quot;]/*"/>
642         </member>
643         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.CreatePaneWindow(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr@)">
644             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.CreatePaneWindow&quot;]/*"/>
645         </member>
646         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.GetDefaultSize(Microsoft.VisualStudio.OLE.Interop.SIZE[])">
647             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.GetDefaultSize&quot;]/*"/>
648         </member>
649         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.LoadViewState(Microsoft.VisualStudio.OLE.Interop.IStream)">
650             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.LoadViewState&quot;]/*"/>
651         </member>
652         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.SaveViewState(Microsoft.VisualStudio.OLE.Interop.IStream)">
653             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.SaveViewState&quot;]/*"/>
654         </member>
655         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.SetSite(Microsoft.VisualStudio.OLE.Interop.IServiceProvider)">
656             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.SetSite&quot;]/*"/>
657         </member>
658         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.TranslateAccelerator(Microsoft.VisualStudio.OLE.Interop.MSG[])">
659             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.TranslateAccelerator&quot;]/*"/>
660         </member>
661         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.IsSupported(Microsoft.VisualStudio.OLE.Interop.IDataObject)">
662             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.IsSupported&quot;]/*"/>
663         </member>
664         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.ItemPicked(Microsoft.VisualStudio.OLE.Interop.IDataObject)">
665             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.ItemPicked&quot;]/*"/>
666         </member>
667         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.SetInfo">
668             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.SetInfo&quot;]/*"/>
669         </member>
670         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.CommitPendingEdit(System.Int32@)">
671             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.CommitPendingEdit&quot;]/*"/>
672         </member>
673         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.FDoIdle(System.UInt32)">
674             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.FDoIdle&quot;]/*"/>
675         </member>
676         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.Terminate">
677             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.Terminate&quot;]/*"/>
678         </member>
679         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.FPreTranslateMessage(Microsoft.VisualStudio.OLE.Interop.MSG[])">
680             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.FPreTranslateMessage&quot;]/*"/>
681         </member>
682         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.OnEnterState(System.UInt32,System.Int32)">
683             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.OnEnterState&quot;]/*"/>
684         </member>
685         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.OnAppActivate(System.Int32,System.UInt32)">
686             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.OnAppActivate&quot;]/*"/>
687         </member>
688         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.OnLoseActivation">
689             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.OnLoseActivation&quot;]/*"/>
690         </member>
691         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.OnActivationChange(Microsoft.VisualStudio.OLE.Interop.IOleComponent,System.Int32,Microsoft.VisualStudio.OLE.Interop.OLECRINFO[],System.Int32,Microsoft.VisualStudio.OLE.Interop.OLECHOSTINFO[],System.UInt32)">
692             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.OnActivationChange&quot;]/*"/>
693         </member>
694         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.FContinueMessageLoop(System.UInt32,System.IntPtr,Microsoft.VisualStudio.OLE.Interop.MSG[])">
695             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.FContinueMessageLoop&quot;]/*"/>
696         </member>
697         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.FQueryTerminate(System.Int32)">
698             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.FQueryTerminate&quot;]/*"/>
699         </member>
700         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.HwndGetWindow(System.UInt32,System.UInt32)">
701             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.HwndGetWindow&quot;]/*"/>
702         </member>
703         <member name="M:Microsoft.VisualStudio.Package.SimpleEditorView.FReserved1(System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
704             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.FReserved1&quot;]/*"/>
705         </member>
706         <member name="P:Microsoft.VisualStudio.Package.SimpleEditorView.Site">
707             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.Site;&quot;]/*"/>
708         </member>
709         <member name="P:Microsoft.VisualStudio.Package.SimpleEditorView.Buffer">
710             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.Buffer;&quot;]/*"/>
711         </member>
712         <member name="P:Microsoft.VisualStudio.Package.SimpleEditorView.ComponentManager">
713             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.ComponentManager;&quot;]/*"/>
714         </member>
715         <member name="P:Microsoft.VisualStudio.Package.SimpleEditorView.ComponentId">
716             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.ComponentId;&quot;]/*"/>
717         </member>
718         <member name="T:Microsoft.VisualStudio.Package.EditorControl">
719             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl&quot;]/*"/>
720             <summary>
721             This class wraps a managed WinForm control and uses that as the editor window.
722             </summary>
723         </member>
724         <member name="M:Microsoft.VisualStudio.Package.EditorControl.#ctor(System.IServiceProvider,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,System.Windows.Forms.Control)">
725             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.EditorControl&quot;]/*"/>
726         </member>
727         <member name="M:Microsoft.VisualStudio.Package.EditorControl.ClosePane">
728             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.ClosePane&quot;]/*"/>
729         </member>
730         <member name="M:Microsoft.VisualStudio.Package.EditorControl.CreatePaneWindow(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr@)">
731             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.CreatePaneWindow&quot;]/*"/>
732         </member>
733         <member name="M:Microsoft.VisualStudio.Package.EditorControl.CommitPendingEdit(System.Int32@)">
734             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.CommitPendingEdit&quot;]/*"/>
735         </member>
736         <member name="M:Microsoft.VisualStudio.Package.EditorControl.FDoIdle(System.UInt32)">
737             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.FDoIdle&quot;]/*"/>
738         </member>
739         <member name="M:Microsoft.VisualStudio.Package.EditorControl.OnAppActivate(System.Int32,System.UInt32)">
740             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.OnAppActivate&quot;]/*"/>
741         </member>
742         <member name="M:Microsoft.VisualStudio.Package.EditorControl.FQueryTerminate(System.Int32)">
743             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.FQueryTerminate&quot;]/*"/>
744         </member>
745         <member name="M:Microsoft.VisualStudio.Package.EditorControl.OnLoseActivation">
746             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.OnLoseActivation&quot;]/*"/>
747         </member>
748         <member name="M:Microsoft.VisualStudio.Package.EditorControl.HwndGetWindow(System.UInt32,System.UInt32)">
749             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.HwndGetWindow&quot;]/*"/>
750         </member>
751         <member name="P:Microsoft.VisualStudio.Package.EditorControl.Control">
752             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;EditorControl.Control;&quot;]/*"/>
753         </member>
754         <member name="T:Microsoft.VisualStudio.Package.DefaultFieldValue">
755             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;DefaultFieldValue&quot;]/*"/>
756         </member>
757         <member name="M:Microsoft.VisualStudio.Package.DefaultFieldValue.#ctor(System.String,System.String)">
758             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;DefaultFieldValue.DefaultFieldValue&quot;]/*"/>
759         </member>
760         <member name="P:Microsoft.VisualStudio.Package.DefaultFieldValue.Field">
761             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;DefaultFieldValue.Field&quot;]/*"/>
762         </member>
763         <member name="P:Microsoft.VisualStudio.Package.DefaultFieldValue.Value">
764             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;DefaultFieldValue.Value&quot;]/*"/>
765         </member>
766         <member name="T:Microsoft.VisualStudio.Package.ExpansionProvider">
767             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider&quot;]/*"/>
768         </member>
769         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.#ctor(Microsoft.VisualStudio.Package.Source)">
770             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.ExpansionProvider&quot;]/*"/>
771         </member>
772         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.Finalize">
773             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.Finalize&quot;]/*"/>
774         </member>
775         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.Dispose">
776             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.Dispose&quot;]/*"/>
777         </member>
778         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.HandleQueryStatus(System.Guid@,System.UInt32,System.Int32@)">
779             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.HandleQueryStatus&quot;]/*"/>
780         </member>
781         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.GetExpansionSpan">
782             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.InTemplateEditingMode&quot;]/*"/>
783         </member>
784         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.HandlePreExec(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
785             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.HandlePreExec&quot;]/*"/>
786         </member>
787         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.HandlePostExec(System.Guid@,System.UInt32,System.UInt32,System.Boolean,System.IntPtr,System.IntPtr)">
788             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.HandlePostExec&quot;]/*"/>
789         </member>
790         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.DisplayExpansionBrowser(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String,System.String[],System.Boolean,System.String[],System.Boolean)">
791             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.DisplayExpansionBrowser&quot;]/*"/>
792         </member>
793         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.InsertSpecificExpansion(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Xml.XmlElement,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
794             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.InsertSpecificExpansion&quot;]/*"/>
795         </member>
796         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.InsertNamedExpansion(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String,System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Boolean)">
797             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.InsertNamedExpansion&quot;]/*"/>
798         </member>
799         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.FindExpansionByShortcut(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Boolean,System.String@,System.String@)">
800             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.FindExpansionByShortcut&quot;]/*"/>
801             <summary>Returns S_OK if match found, S_FALSE if expansion UI is shown, and error otherwise</summary>
802         </member>
803         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.GetExpansionFunction(System.Xml.XmlElement,System.String)">
804             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.GetExpansionFunction1&quot;]/*"/>
805         </member>
806         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.PrepareTemplate(System.String,System.String)">
807             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.PrepareTemplate&quot;]/*"/>
808         </member>
809         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.BeginTemplateEditing(System.Int32,System.Int32)">
810             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.BeginTemplateEditing&quot;]/*"/>
811         </member>
812         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.EndTemplateEditing(System.Boolean)">
813             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.EndTemplateEditing&quot;]/*"/>
814         </member>
815         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.GetFieldSpan(System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
816             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.GetFieldSpan&quot;]/*"/>
817         </member>
818         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.GetFieldValue(System.String,System.String@)">
819             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.GetFieldValue&quot;]/*"/>
820         </member>
821         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.EndExpansion">
822             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.EndExpansion&quot;]/*"/>
823         </member>
824         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.FormatSpan(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
825             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.FormatSpan&quot;]/*"/>
826         </member>
827         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.IsValidKind(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[],System.String,System.Int32@)">
828             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.IsValidKind&quot;]/*"/>
829         </member>
830         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.IsValidType(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[],System.String[],System.Int32,System.Int32@)">
831             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.IsValidType&quot;]/*"/>
832         </member>
833         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.OnItemChosen(System.String,System.String)">
834             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.OnItemChosen&quot;]/*"/>
835         </member>
836         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.PositionCaretForEditing(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
837             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.PositionCaretForEditing&quot;]/*"/>
838         </member>
839         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.OnAfterInsertion(Microsoft.VisualStudio.TextManager.Interop.IVsExpansionSession)">
840             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.OnAfterInsertion&quot;]/*"/>
841         </member>
842         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.OnBeforeInsertion(Microsoft.VisualStudio.TextManager.Interop.IVsExpansionSession)">
843             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.OnBeforeInsertion&quot;]/*"/>
844         </member>
845         <member name="M:Microsoft.VisualStudio.Package.ExpansionProvider.GetExpansionFunction(MSXML.IXMLDOMNode,System.String,Microsoft.VisualStudio.TextManager.Interop.IVsExpansionFunction@)">
846             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.GetExpansionFunction&quot;]/*"/>
847         </member>
848         <member name="P:Microsoft.VisualStudio.Package.ExpansionProvider.Source">
849             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.Source&quot;]/*"/>
850         </member>
851         <member name="P:Microsoft.VisualStudio.Package.ExpansionProvider.TextView">
852             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.TextView&quot;]/*"/>
853         </member>
854         <member name="P:Microsoft.VisualStudio.Package.ExpansionProvider.Expansion">
855             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.Expansion&quot;]/*"/>
856         </member>
857         <member name="P:Microsoft.VisualStudio.Package.ExpansionProvider.ExpansionSession">
858             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.ExpansionSession&quot;]/*"/>
859         </member>
860         <member name="P:Microsoft.VisualStudio.Package.ExpansionProvider.InTemplateEditingMode">
861             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionProvider.InTemplateEditingMode&quot;]/*"/>
862         </member>
863         <member name="T:Microsoft.VisualStudio.Package.ExpansionFunction">
864             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction&quot;]/*"/>
865         </member>
866         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.#ctor">
867             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.ExpansionFunction&quot;]/*"/>
868             <summary>You must construct this object with an ExpansionProvider</summary>
869         </member>
870         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.#ctor(Microsoft.VisualStudio.Package.ExpansionProvider)">
871             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.ExpansionFunction2&quot;]/*"/>
872         </member>
873         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetCurrentValue">
874             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetCurrentValue&quot;]/*"/>
875         </member>
876         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetDefaultValue">
877             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetDefaultValue&quot;]/*"/>
878         </member>
879         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetIntellisenseList">
880             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetIntellisenseList&quot;]/*"/>
881             <summary>Override this method if you want intellisense drop support on a list of possible values.</summary>
882         </member>
883         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetArgument(System.Int32)">
884             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetArgument&quot;]/*"/>
885             <summary>
886             Gets the value of the specified argument, resolving any fields referenced in the argument.
887             In the substitution, "$$" is replaced with "$" and any floating '$' signs are left unchanged,
888             for example "$US 23.45" is returned as is.  Only if the two dollar signs enclose a string of
889             letters or digits is this considered a field name (e.g. "$foo123$").  If the field is not found
890             then the unresolved string "$foo" is returned.
891             </summary>
892         </member>
893         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetFieldValue(System.String,System.String@)">
894             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetFieldValue&quot;]/*"/>
895         </member>
896         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetSelection">
897             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;DefaultFieldValue.GetSelection&quot;]/*"/>
898         </member>
899         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.FieldChanged(System.String,System.Int32@)">
900             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.FieldChanged&quot;]/*"/>
901         </member>
902         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetCurrentValue(System.String@,System.Int32@)">
903             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetCurrentValue1&quot;]/*"/>
904         </member>
905         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetDefaultValue(System.String@,System.Int32@)">
906             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetDefaultValue1&quot;]/*"/>
907         </member>
908         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetFunctionType(System.UInt32@)">
909             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetFunctionType&quot;]/*"/>
910         </member>
911         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetListCount(System.Int32@)">
912             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetListCount&quot;]/*"/>
913         </member>
914         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.GetListText(System.Int32,System.String@)">
915             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.GetListText&quot;]/*"/>
916         </member>
917         <member name="M:Microsoft.VisualStudio.Package.ExpansionFunction.ReleaseFunction">
918             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.ReleaseFunction&quot;]/*"/>
919         </member>
920         <member name="P:Microsoft.VisualStudio.Package.ExpansionFunction.ExpansionProvider">
921             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.ExpansionProvider&quot;]/*"/>
922         </member>
923         <member name="P:Microsoft.VisualStudio.Package.ExpansionFunction.Arguments">
924             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.Arguments&quot;]/*"/>
925         </member>
926         <member name="P:Microsoft.VisualStudio.Package.ExpansionFunction.FieldName">
927             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ExpansionFunction.FieldName&quot;]/*"/>
928         </member>
929         <member name="T:Microsoft.VisualStudio.Package.ParseReason">
930             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason&quot;]/*"/>
931         </member>
932         <member name="F:Microsoft.VisualStudio.Package.ParseReason.None">
933             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.None&quot;]/*"/>
934         </member>
935         <member name="F:Microsoft.VisualStudio.Package.ParseReason.MemberSelect">
936             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.MemberSelect&quot;]/*"/>
937         </member>
938         <member name="F:Microsoft.VisualStudio.Package.ParseReason.HighlightBraces">
939             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.HighlightBraces&quot;]/*"/>
940         </member>
941         <member name="F:Microsoft.VisualStudio.Package.ParseReason.MemberSelectAndHighlightBraces">
942             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.MemberSelectAndHighlightBraces&quot;]/*"/>
943         </member>
944         <member name="F:Microsoft.VisualStudio.Package.ParseReason.MatchBraces">
945             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.MatchBraces&quot;]/*"/>
946         </member>
947         <member name="F:Microsoft.VisualStudio.Package.ParseReason.Check">
948             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.Check&quot;]/*"/>
949         </member>
950         <member name="F:Microsoft.VisualStudio.Package.ParseReason.CompleteWord">
951             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.CompleteWord&quot;]/*"/>
952         </member>
953         <member name="F:Microsoft.VisualStudio.Package.ParseReason.DisplayMemberList">
954             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.DisplayMemberList&quot;]/*"/>
955         </member>
956         <member name="F:Microsoft.VisualStudio.Package.ParseReason.QuickInfo">
957             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.QuickInfo&quot;]/*"/>
958         </member>
959         <member name="F:Microsoft.VisualStudio.Package.ParseReason.MethodTip">
960             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.MethodTip&quot;]/*"/>
961         </member>
962         <member name="F:Microsoft.VisualStudio.Package.ParseReason.Autos">
963             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.Autos&quot;]/*"/>
964         </member>
965         <member name="F:Microsoft.VisualStudio.Package.ParseReason.CodeSpan">
966             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.CodeSpan&quot;]/*"/>
967         </member>
968         <member name="F:Microsoft.VisualStudio.Package.ParseReason.Goto">
969             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseReason.Goto&quot;]/*"/>
970         </member>
971         <member name="T:Microsoft.VisualStudio.Package.LanguageService">
972             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService&quot;]/*"/>
973         </member>
974         <member name="M:Microsoft.VisualStudio.Package.LanguageService.#ctor">
975             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.LanguageService&quot;]/*"/>
976         </member>
977         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Initialize">
978             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Initialize&quot;]/*"/>
979         </member>
980         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Dispose">
981             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Done&quot;]/*"/>
982             <summary>
983             Cleanup the sources, uiShell, shell, preferences and imageList objects
984             and unregister this language service with VS.
985             </summary>
986         </member>
987         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetLanguagePreferences">
988             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetLanguagePreferences&quot;]/*"/>
989             It is expected that you will have one static language preferences object
990             for your package.
991         </member>
992         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetScanner(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
993             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetScanner&quot;]/*"/>
994         </member>
995         <member name="M:Microsoft.VisualStudio.Package.LanguageService.ParseSource(Microsoft.VisualStudio.Package.ParseRequest)">
996             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.ParseSource&quot;]/*"/>
997         </member>
998         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetLanguageServiceGuid">
999             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetLanguageServiceGuid&quot;]/*"/>
1000         </member>
1001         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetItemCount(System.Int32@)">
1002             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetItemCount&quot;]/*"/>
1003         </member>
1004         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetColorableItem(System.Int32,Microsoft.VisualStudio.TextManager.Interop.IVsColorableItem@)">
1005             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetColorableItem&quot;]/*"/>
1006         </member>
1007         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Microsoft#VisualStudio#TextManager#Interop#IVsLanguageContextProvider#UpdateLanguageContext(System.UInt32,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[],System.Object)">
1008             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IVsLanguageContextProvider.UpdateLanguageContext&quot;]/*"/>
1009             <internalonly/>
1010         </member>
1011         <member name="M:Microsoft.VisualStudio.Package.LanguageService.SetUserContextDirty(System.String)">
1012             <summary>
1013             Call this method if you want UpdateLanguageContext to be called again.
1014             </summary>
1015         </member>
1016         <member name="M:Microsoft.VisualStudio.Package.LanguageService.UpdateLanguageContext(Microsoft.VisualStudio.TextManager.Interop.LanguageContextHint,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.TextSpan[],Microsoft.VisualStudio.Shell.Interop.IVsUserContext)">
1017             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.UpdateLanguageContext&quot;]/*"/>
1018         </member>
1019         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetImageList">
1020             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetImageList&quot;]/*"/>
1021         </member>
1022         <member name="M:Microsoft.VisualStudio.Package.LanguageService.IsMacroRecordingOn">
1023             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IsMacroRecordingOn&quot;]/*"/>
1024         </member>
1025         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetIVsDebugger">
1026             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetIVsDebugger&quot;]/*"/>
1027         </member>
1028         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetIVsTextMacroHelperIfRecordingOn">
1029             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetIVsTextMacroHelperIfRecordingOn&quot;]/*"/>
1030         </member>
1031         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OpenDocument(System.String)">
1032             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OpenDocument&quot;]/*"/>
1033         </member>
1034         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnIdle(System.Boolean)">
1035             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnIdle&quot;]/*"/>
1036         </member>
1037         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateDropDownHelper(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1038             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetDropDownHelper&quot;]/*"/>
1039             <devdoc>
1040             Return your implementation of TypeAndMemberDropdownBars if you want 
1041             drop down combos to appear at the top of your code window.
1042             </devdoc>
1043         </member>
1044         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnActiveViewChanged(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1045             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnActiveViewChanged&quot;]/*"/>
1046         </member>
1047         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnCaretMoved(Microsoft.VisualStudio.Package.CodeWindowManager,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32)">
1048             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnCaretMoved&quot;]/*"/>
1049         </member>
1050         <member name="M:Microsoft.VisualStudio.Package.LanguageService.SynchronizeDropdowns">
1051             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.SynchronizeDropdowns&quot;]/*"/>
1052         </member>
1053         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnChangesCommitted(System.UInt32,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
1054             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnChangesCommitted&quot;]/*"/>
1055         </member>
1056         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetColorizer(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
1057             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetColorizer&quot;]/*"/>
1058         </member>
1059         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateSource(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
1060             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateSource&quot;]/*"/>
1061         </member>
1062         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetSources">
1063             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetSources&quot;]/*"/>
1064             <summary>For enumerating all the known 'Source' objects.</summary>
1065         </member>
1066         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetSource(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
1067             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetSource&quot;]/*"/>
1068         </member>
1069         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetSource(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1070             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetSource2&quot;]/*"/>
1071         </member>
1072         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetSource(System.String)">
1073             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetSource1&quot;]/*"/>
1074         </member>
1075         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnCloseSource(Microsoft.VisualStudio.Package.Source)">
1076             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnCloseSource&quot;]/*"/>
1077         </member>
1078         <member name="M:Microsoft.VisualStudio.Package.LanguageService.IsSourceOpen(Microsoft.VisualStudio.Package.Source)">
1079             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IsSourceOpen&quot;]/*"/>
1080         </member>
1081         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateDocumentProperties(Microsoft.VisualStudio.Package.CodeWindowManager)">
1082             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateDocumentProperties&quot;]/*"/>
1083         </member>
1084         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateExpansionFunction(Microsoft.VisualStudio.Package.ExpansionProvider,System.String)">
1085             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateExpansionFunction&quot;]/*"/>
1086             If the functionName is supported, return a new IVsExpansionFunction object.
1087         </member>
1088         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateExpansionProvider(Microsoft.VisualStudio.Package.Source)">
1089             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateExpansionProvider&quot;]/*"/>
1090         </member>
1091         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetCodeWindowManager(Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow,Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindowManager@)">
1092             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetCodeWindowManager&quot;]/*"/>
1093         </member>
1094         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateCodeWindowManager(Microsoft.VisualStudio.TextManager.Interop.IVsCodeWindow,Microsoft.VisualStudio.Package.Source)">
1095             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateCodeWindowManager&quot;]/*"/>
1096         </member>
1097         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetColorizer(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.TextManager.Interop.IVsColorizer@)">
1098             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetColorizer1&quot;]/*"/>
1099         </member>
1100         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetLanguageName(System.String@)">
1101             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetLanguageName&quot;]/*"/>        
1102         </member>
1103         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetFileExtensions(System.String@)">
1104             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetFileExtensions&quot;]/*"/>
1105         </member>
1106         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetLanguageID(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer,System.Int32,System.Int32,System.Guid@)">
1107             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetLanguageID&quot;]/*"/>
1108         </member>
1109         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetLocationOfName(System.String,System.String@,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
1110             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetLocationOfName&quot;]/*"/>
1111         </member>
1112         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetNameOfLocation(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer,System.Int32,System.Int32,System.String@,System.Int32@)">
1113             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetNameOfLocation&quot;]/*"/>
1114         </member>
1115         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetProximityExpressions(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer,System.Int32,System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR@)">
1116             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetProximityExpressions&quot;]/*"/>
1117         </member>
1118         <member name="M:Microsoft.VisualStudio.Package.LanguageService.IsMappedLocation(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer,System.Int32,System.Int32)">
1119             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IsMappedLocation&quot;]/*"/>
1120         </member>
1121         <member name="M:Microsoft.VisualStudio.Package.LanguageService.ResolveName(System.String,System.UInt32,Microsoft.VisualStudio.TextManager.Interop.IVsEnumDebugName@)">
1122             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.ResolveName&quot;]/*"/>
1123         </member>
1124         <member name="M:Microsoft.VisualStudio.Package.LanguageService.ValidateBreakpointLocation(Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer,System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
1125             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.ValidateBreakpointLocation&quot;]/*"/>
1126         </member>
1127         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetService(System.Type)">
1128             <!-- Failed to insert some or all of included XML --><include file="doc\Package.uex" path="docs/doc[@for=&quot;LanguageService.GetService&quot;]"/>
1129         </member>
1130         <member name="M:Microsoft.VisualStudio.Package.LanguageService.QueryService(System.Guid@,System.Guid@,System.IntPtr@)">
1131             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.QueryService&quot;]/*"/>
1132         </member>
1133         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateViewFilter(Microsoft.VisualStudio.Package.CodeWindowManager,Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1134             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateViewFilter&quot;]/*"/>
1135         </member>
1136         <member name="M:Microsoft.VisualStudio.Package.LanguageService.AddCodeWindowManager(Microsoft.VisualStudio.Package.CodeWindowManager)">
1137             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.AddCodeWindowManager&quot;]/*"/>
1138         </member>
1139         <member name="M:Microsoft.VisualStudio.Package.LanguageService.RemoveCodeWindowManager(Microsoft.VisualStudio.Package.CodeWindowManager)">
1140             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.RemoveCodeWindowManager&quot;]/*"/>
1141         </member>
1142         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetCodeWindowManagerForView(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1143             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetCodeWindowManagerForView&quot;]/*"/>
1144         </member>
1145         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetCodeWindowManagerForSource(Microsoft.VisualStudio.Package.Source)">
1146             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetCodeWindowManagerForSource&quot;]/*"/>
1147         </member>
1148         <member name="M:Microsoft.VisualStudio.Package.LanguageService.DispatchCommand(System.Guid,System.UInt32,System.IntPtr,System.IntPtr)">
1149             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.DispatchCommand&quot;]/*"/>
1150         </member>
1151         <member name="M:Microsoft.VisualStudio.Package.LanguageService.DispatchCommand(System.Guid,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
1152             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.DispatchCommand2&quot;]/*"/>
1153             <summary>Executes the given command if it is enabled and supported using the
1154             current SUIHostCommandDispatcher.</summary>
1155         </member>
1156         <member name="M:Microsoft.VisualStudio.Package.LanguageService.ScrollToEnd(Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame)">
1157             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.ScrollToEnd&quot;]/*"/>
1158         </member>
1159         <member name="M:Microsoft.VisualStudio.Package.LanguageService.ScrollToEnd(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1160             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.ScrollToEnd2&quot;]/*"/>
1161         </member>
1162         <member name="M:Microsoft.VisualStudio.Package.LanguageService.BeginParse(Microsoft.VisualStudio.Package.ParseRequest,Microsoft.VisualStudio.Package.ParseResultHandler)">
1163             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.BeginParse&quot;]/*"/>
1164         </member>
1165         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CreateParseRequest(Microsoft.VisualStudio.Package.Source,System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo,System.String,System.String,Microsoft.VisualStudio.Package.ParseReason,Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1166             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CreateParseRequest&quot;]/*"/>
1167         </member>
1168         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnParseComplete(Microsoft.VisualStudio.Package.ParseRequest)">
1169             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnParseComplete&quot;]/*"/>
1170             <summary>Override this method if you need to do any post-parse work on the main UI thread.
1171             Be sure to call this base method in order to get the dynamic help context updated.</summary>
1172         </member>
1173         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetSite(System.Guid@,System.IntPtr@)">
1174             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IObjectWithSite.GetSite&quot;]/*"/>
1175         </member>
1176         <member name="M:Microsoft.VisualStudio.Package.LanguageService.SetSite(System.Object)">
1177             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IObjectWithSite.SetSite&quot;]/*"/>
1178             <internalonly/>
1179         </member>
1180         <member name="M:Microsoft.VisualStudio.Package.LanguageService.BeginInvoke(System.Delegate,System.Object[])">
1181             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.BeginInvoke&quot;]/*"/>
1182         </member>
1183         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Invoke(System.Delegate,System.Object[])">
1184             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Invoke&quot;]/*"/>
1185         </member>
1186         <member name="M:Microsoft.VisualStudio.Package.LanguageService.EndInvoke(System.IAsyncResult)">
1187             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.EndInvoke&quot;]/*"/>
1188         </member>
1189         <member name="M:Microsoft.VisualStudio.Package.LanguageService.OnModeChange(Microsoft.VisualStudio.Shell.Interop.DBGMODE)">
1190             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnModeChange&quot;]/*"/>
1191         </member>
1192         <member name="M:Microsoft.VisualStudio.Package.LanguageService.QueryInvalidEncoding(Microsoft.VisualStudio.TextManager.Interop.__VSTFF,System.String@)">
1193             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.QueryInvalidEncoding&quot;]/*"/>
1194             Return true if the given encoding information is invalid for your language service
1195             Default always returns false.  If you return true, then also return an error
1196             message to display to the user.
1197         </member>
1198         <member name="M:Microsoft.VisualStudio.Package.LanguageService.GetFormatFilterList">
1199             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.GetFormatFilterList&quot;]/*"/>
1200         </member>
1201         <member name="M:Microsoft.VisualStudio.Package.LanguageService.CurFileExtensionFormat(System.String)">
1202             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.CurFileExtensionFormat&quot;]/*"/>
1203         </member>
1204         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Microsoft#VisualStudio#TextManager#Interop#IVsFormatFilterProvider#QueryInvalidEncoding(System.UInt32,System.String@)">
1205             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IVsFormatFilterProvider.QueryInvalidEncoding&quot;]/*"/>
1206             <internalonly/>
1207         </member>
1208         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Microsoft#VisualStudio#TextManager#Interop#IVsFormatFilterProvider#CurFileExtensionFormat(System.String,System.UInt32@)">
1209             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IVsFormatFilterProvider.CurFileExtensionFormat&quot;]/*"/>
1210             <internalonly/>
1211         </member>
1212         <member name="M:Microsoft.VisualStudio.Package.LanguageService.Microsoft#VisualStudio#TextManager#Interop#IVsFormatFilterProvider#GetFormatFilterList(System.String@)">
1213             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IVsFormatFilterProvider.GetFormatFilterList&quot;]/*"/>
1214             <internalonly/>
1215         </member>
1216         <member name="P:Microsoft.VisualStudio.Package.LanguageService.Site">
1217             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Site;&quot;]/*"/>
1218         </member>
1219         <member name="P:Microsoft.VisualStudio.Package.LanguageService.MainThreadId">
1220             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.MainThreadId&quot;]/*"/>
1221         </member>
1222         <member name="P:Microsoft.VisualStudio.Package.LanguageService.Preferences">
1223             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Preferences&quot;]/*"/>
1224         </member>
1225         <member name="P:Microsoft.VisualStudio.Package.LanguageService.Name">
1226             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.Name&quot;]/*"/>
1227             <summary>Return the name of the language, such as "HTML" or "C++", and so on.</summary>
1228         </member>
1229         <member name="P:Microsoft.VisualStudio.Package.LanguageService.LastActiveTextView">
1230             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.LastActiveTextView&quot;]/*"/>
1231             <devdoc>
1232             Returns the last active IVsTextView that is managed by this language service.
1233             </devdoc>
1234         </member>
1235         <member name="P:Microsoft.VisualStudio.Package.LanguageService.IsActive">
1236             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IsActive&quot;]/*"/>
1237             <devdoc>
1238             Return whether or not the last active text view is one of ours or not.
1239             </devdoc>
1240         </member>
1241         <member name="P:Microsoft.VisualStudio.Package.LanguageService.IsDebugging">
1242             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.IsDebugging&quot;]/*"/>
1243         </member>
1244         <member name="P:Microsoft.VisualStudio.Package.LanguageService.IsParsing">
1245             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.OnParseComplete&quot;]/*"/>
1246         </member>
1247         <member name="P:Microsoft.VisualStudio.Package.LanguageService.InvokeRequired">
1248             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;LanguageService.InvokeRequired&quot;]/*"/>
1249         </member>
1250         <member name="T:Microsoft.VisualStudio.Package.LanguageService.ParseWaitHandle">
1251             <summary>
1252             This class provides a special wrapper on WaitHandle that allows a caller
1253             to block on a parse request, while still pumping the RunTasks queue so they
1254             don't cause a deadlock.
1255             </summary>
1256         </member>
1257         <member name="T:Microsoft.VisualStudio.Package.ParseResultHandler">
1258             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseResultHandler&quot;]/*"/>
1259         </member>
1260         <member name="T:Microsoft.VisualStudio.Package.ParseRequest">
1261             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest&quot;]/*"/>
1262         </member>
1263         <member name="M:Microsoft.VisualStudio.Package.ParseRequest.#ctor(System.Boolean)">
1264             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.ParseRequest&quot;]/*"/>
1265         </member>
1266         <member name="M:Microsoft.VisualStudio.Package.ParseRequest.#ctor(System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo,System.String,System.String,Microsoft.VisualStudio.Package.ParseReason,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.Package.AuthoringSink,System.Boolean)">
1267             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.ParseRequest1&quot;]/*"/>
1268         </member>
1269         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.IsSynchronous">
1270             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.IsSynchronous;&quot;]/*"/>
1271         </member>
1272         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Line">
1273             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Line;&quot;]/*"/>
1274         </member>
1275         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Col">
1276             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Col;&quot;]/*"/>
1277         </member>
1278         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.DirtySpan">
1279             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.DirtySpan;&quot;]/*"/>
1280         </member>
1281         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.FileName">
1282             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.FileName;&quot;]/*"/>
1283         </member>
1284         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Text">
1285             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Text;&quot;]/*"/>
1286         </member>
1287         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Reason">
1288             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Reason;&quot;]/*"/>
1289         </member>
1290         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.View">
1291             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.View;&quot;]/*"/>
1292         </member>
1293         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Terminate">
1294             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Terminate;&quot;]/*"/>
1295         </member>
1296         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Callback">
1297             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Callback;&quot;]/*"/>
1298         </member>
1299         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Sink">
1300             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Sink;&quot;]/*"/>
1301         </member>
1302         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Scope">
1303             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Scope;&quot;]/*"/>
1304         </member>
1305         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.TokenInfo">
1306             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.TokenInfo;&quot;]/*"/>
1307         </member>
1308         <member name="P:Microsoft.VisualStudio.Package.ParseRequest.Timestamp">
1309             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ParseRequest.Timestamp;&quot;]/*"/>
1310         </member>
1311         <member name="T:Microsoft.VisualStudio.Package.AuthoringScope">
1312             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringScope&quot;]/*"/>
1313         </member>
1314         <member name="M:Microsoft.VisualStudio.Package.AuthoringScope.GetDataTipText(System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
1315             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringScope.GetDataTipText&quot;]/*"/>
1316         </member>
1317         <member name="M:Microsoft.VisualStudio.Package.AuthoringScope.GetDeclarations(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo,Microsoft.VisualStudio.Package.ParseReason)">
1318             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringScope.GetDeclarations&quot;]/*"/>
1319         </member>
1320         <member name="M:Microsoft.VisualStudio.Package.AuthoringScope.GetMethods(System.Int32,System.Int32,System.String)">
1321             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringScope.GetMethods&quot;]/*"/>
1322         </member>
1323         <member name="M:Microsoft.VisualStudio.Package.AuthoringScope.Goto(Microsoft.VisualStudio.VSConstants.VSStd97CmdID,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
1324             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringScope.Goto&quot;]/*"/>
1325         </member>
1326         <member name="T:Microsoft.VisualStudio.Package.Declarations">
1327             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations&quot;]/*"/>
1328         </member>
1329         <member name="M:Microsoft.VisualStudio.Package.Declarations.#ctor">
1330             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.Declarations&quot;]/*"/>
1331         </member>
1332         <member name="M:Microsoft.VisualStudio.Package.Declarations.Dispose">
1333             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.Dispose&quot;]/*"/>
1334         </member>
1335         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetCount">
1336             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetCount&quot;]/*"/>
1337         </member>
1338         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetDisplayText(System.Int32)">
1339             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetDisplayText&quot;]/*"/>
1340         </member>
1341         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetName(System.Int32)">
1342             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetName&quot;]/*"/>
1343         </member>
1344         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetDescription(System.Int32)">
1345             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetDescription&quot;]/*"/>
1346         </member>
1347         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetGlyph(System.Int32)">
1348             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetGlyph&quot;]/*"/>
1349         </member>
1350         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetInitialExtent(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32@,System.Int32@,System.Int32@)">
1351             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Declarations.GetInitialExtent&quot;]/*"/>
1352             <summary>Override this method if you want to customize how the initial extent
1353             is calculated.  If you do not implement this method the the Source object 
1354             GetWordExtent will be used by default.</summary>
1355         </member>
1356         <member name="M:Microsoft.VisualStudio.Package.Declarations.GetBestMatch(System.String,System.Int32@,System.Boolean@)">
1357             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.GetBestMatch&quot;]/*"/>
1358         </member>
1359         <member name="M:Microsoft.VisualStudio.Package.Declarations.IsMatch(System.String,System.Int32)">
1360             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.IsMatch&quot;]/*"/>
1361         </member>
1362         <member name="M:Microsoft.VisualStudio.Package.Declarations.IsCommitChar(System.String,System.Int32,System.Char)">
1363             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.IsCommitChar&quot;]/*"/>
1364         </member>
1365         <member name="M:Microsoft.VisualStudio.Package.Declarations.OnCommit(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String,System.Char,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
1366             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.OnCommit&quot;]/*"/>
1367         </member>
1368         <member name="M:Microsoft.VisualStudio.Package.Declarations.OnAutoComplete(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String,System.Char,System.Int32)">
1369             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.OnAutoComplete&quot;]/*"/>
1370         </member>
1371         <member name="P:Microsoft.VisualStudio.Package.Declarations.LastBestMatch">
1372             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Declarations.LastBestMatch&quot;]/*"/>
1373         </member>
1374         <member name="T:Microsoft.VisualStudio.Package.Methods">
1375             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods&quot;]/*"/>
1376         </member>
1377         <member name="M:Microsoft.VisualStudio.Package.Methods.GetName(System.Int32)">
1378             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetName&quot;]/*"/>
1379         </member>
1380         <member name="M:Microsoft.VisualStudio.Package.Methods.GetCount">
1381             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetCount&quot;]/*"/>
1382         </member>
1383         <member name="M:Microsoft.VisualStudio.Package.Methods.GetDescription(System.Int32)">
1384             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetDescription&quot;]/*"/>
1385         </member>
1386         <member name="M:Microsoft.VisualStudio.Package.Methods.GetType(System.Int32)">
1387             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetType&quot;]/*"/>
1388         </member>
1389         <member name="M:Microsoft.VisualStudio.Package.Methods.GetParameterCount(System.Int32)">
1390             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetParameterCount&quot;]/*"/>
1391         </member>
1392         <member name="M:Microsoft.VisualStudio.Package.Methods.GetParameterInfo(System.Int32,System.Int32,System.String@,System.String@,System.String@)">
1393             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.GetParameterInfo&quot;]/*"/>
1394         </member>
1395         <member name="P:Microsoft.VisualStudio.Package.Methods.DefaultMethod">
1396             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.DefaultMethod&quot;]/*"/>
1397             <summary>Returns the method that should be selected first (based on what was found
1398             at parse time at the ParseRequest source location).</summary>
1399         </member>
1400         <member name="P:Microsoft.VisualStudio.Package.Methods.OpenBracket">
1401             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.OpenBracket&quot;]/*"/>
1402         </member>
1403         <member name="P:Microsoft.VisualStudio.Package.Methods.CloseBracket">
1404             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.CloseBracket&quot;]/*"/>
1405         </member>
1406         <member name="P:Microsoft.VisualStudio.Package.Methods.Delimiter">
1407             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.Delimiter&quot;]/*"/>
1408         </member>
1409         <member name="P:Microsoft.VisualStudio.Package.Methods.TypePrefixed">
1410             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.TypePrefixed&quot;]/*"/>
1411         </member>
1412         <member name="P:Microsoft.VisualStudio.Package.Methods.TypePrefix">
1413             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.TypePrefix&quot;]/*"/>
1414         </member>
1415         <member name="P:Microsoft.VisualStudio.Package.Methods.TypePostfix">
1416             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Methods.TypePostfix&quot;]/*"/>
1417         </member>
1418         <member name="T:Microsoft.VisualStudio.Package.AuthoringSink">
1419             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink&quot;]/*"/>
1420             <summary>
1421             AuthoringSink is used to gather information from the parser to help in the following:
1422             - error reporting
1423             - matching braces (ctrl-])
1424             - intellisense: Member Selection, CompleteWord, QuickInfo, MethodTips
1425             - management of the autos window in the debugger
1426             - breakpoint validation
1427             </summary>
1428         </member>
1429         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.#ctor(Microsoft.VisualStudio.Package.ParseReason,System.Int32,System.Int32,System.Int32)">
1430             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.AuthoringSink&quot;]/*"/>
1431         </member>
1432         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.MatchPair(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32)">
1433             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.MatchPair&quot;]/*"/>
1434             <summary>
1435             Whenever a matching pair is parsed, e.g. '{' and '}', this method is called
1436             with the text span of both the left and right item. The
1437             information is used when a user types "ctrl-]" in VS
1438             to find a matching brace and when auto-highlight matching
1439             braces is enabled.  A priority can also be given so that multiple overlapping pairs 
1440             can be prioritized for brace matching.  The matching pair with the highest priority 
1441             (largest integer value) wins.
1442             </summary>
1443         </member>
1444         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.MatchTriple(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32)">
1445             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.MatchTriple&quot;]/*"/>
1446             <summary>
1447             Matching tripples are used to highlight in bold a completed statement.  For example
1448             when you type the closing brace on a foreach statement VS highlights in bold the statement
1449             that was closed.  The first two source contexts are the beginning and ending of the statement that
1450             opens the block (for example, the span of the "foreach(...){" and the third source context
1451             is the closing brace for the block (e.g., the "}").  A priority can also be given so that
1452             multiple overlapping pairs can be prioritized for brace matching.  
1453             The matching pair with the highest priority  (largest integer value) wins.
1454             </summary>
1455         </member>
1456         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.MatchMultiple(Microsoft.VisualStudio.TextManager.Interop.TextSpan[],System.Int32)">
1457             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.MatchMultiple&quot;]/*"/>
1458             <summary>
1459             Matching multiples are used to highlight in bold a completed statement.  For example
1460             a language can define a construct like if ... elif ... elif ... else ... endif
1461             A priority can also be given so that multiple overlapping pairs can be prioritized for 
1462             brace matching.
1463             The matching pair with the highest priority  (largest integer value) wins.
1464             </summary>
1465         </member>
1466         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.StartName(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
1467             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.StartName&quot;]/*"/>
1468             <summary>
1469             In support of Member Selection, CompleteWord, QuickInfo, 
1470             MethodTip, and Autos, the StartName and QualifyName methods
1471             are called.
1472             StartName is called for each identifier that is parsed (e.g. "Console")
1473             </summary>
1474         </member>
1475         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.QualifyName(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
1476             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.QualifyName&quot;]/*"/>
1477             <summary>
1478             QualifyName is called for each qualification with both
1479             the text span of the selector (e.g. ".")  and the text span 
1480             of the name ("WriteLine").
1481             </summary>
1482         </member>
1483         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.AutoExpression(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1484             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.AutoExpression&quot;]/*"/>
1485             <summary>
1486             AutoExpression is in support of IVsLanguageDebugInfo.GetProximityExpressions.
1487             It is called for each expression that might be interesting for
1488             a user in the "Auto Debugging" window. All names that are
1489             set using StartName and QualifyName are already automatically
1490             added to the "Auto" window! This means that AutoExpression
1491             is rarely used.
1492             </summary>
1493         </member>
1494         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.CodeSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1495             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.CodeSpan&quot;]/*"/>
1496             <summary>
1497             CodeSpan is in support of IVsLanguageDebugInfo.ValidateBreakpointLocation.
1498             It is called for each region that contains "executable" code.
1499             This is used to validate breakpoints. Comments are
1500             automatically taken care of based on TokenInfo returned from scanner. 
1501             Normally this method is called when a procedure is started/ended.
1502             </summary>
1503         </member>
1504         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.StartParameters(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1505             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.StartParameters&quot;]/*"/>
1506             <summary>
1507             The StartParameters, Parameter and EndParameter methods are
1508             called in support of method tip intellisense (ECMD_PARAMINFO).
1509             [StartParameters] is called when the parameters of a method
1510             are started, ie. "(".
1511             [Parameter] is called on the start of a new parameter, ie. ",".
1512             [EndParameter] is called on the end of the paramters, ie. ")".
1513             </summary>
1514         </member>
1515         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.NextParameter(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1516             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.NextParameter&quot;]/*"/>
1517             <summary>
1518             NextParameter is called after StartParameters on the start of each new parameter, ie. ",".
1519             </summary>
1520         </member>
1521         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.EndParameters(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1522             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.EndParameters&quot;]/*"/>
1523             <summary>
1524             EndParameter is called on the end of the paramters, ie. ")".
1525             </summary>
1526         </member>
1527         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.AddError(System.String,System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.Package.Severity)">
1528             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.AddTask&quot;]/*"/>
1529             <summary>
1530             Add an error message. This method also filters out duplicates so you only
1531             see the unique errors in the error list window.
1532             </summary>
1533         </member>
1534         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.AddHiddenRegion(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
1535             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.AddHiddenRegion&quot;]/*"/>
1536             <summary>
1537             This is in support of outlining.
1538             </summary>
1539         </member>
1540         <member name="M:Microsoft.VisualStudio.Package.AuthoringSink.AddHiddenRegion(Microsoft.VisualStudio.TextManager.Interop.NewHiddenRegion)">
1541             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.AddHiddenRegion&quot;]/*"/>
1542             <summary>
1543             AddHiddenRegion calls this for you, you can call it directly or override it
1544             to modify the default behavior.
1545             </summary>
1546         </member>
1547         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.Line">
1548             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.Line&quot;]/*"/>
1549         </member>
1550         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.Column">
1551             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.Column&quot;]/*"/>
1552         </member>
1553         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.Reason">
1554             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.Reason&quot;]/*"/>
1555         </member>
1556         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.FoundMatchingBrace">
1557             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.FoundMatchingBrace&quot;]/*"/>
1558         </member>
1559         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.ProcessHiddenRegions">
1560             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.UpdateHiddenRegions&quot;]/*"/>
1561             <summary>Determines whether or not hidden regions should be updated
1562             or not based on the calls to AddHiddenRegion.  Default is false.</summary>
1563         </member>
1564         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.BraceMatching">
1565             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.BraceMatching&quot;]/*"/>
1566             <summary>Use this property to find if your parser should call MatchPair or MatchTriple</summary>
1567         </member>
1568         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.FindNames">
1569             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.FindNames&quot;]/*"/>
1570             <summary>Use this property to find if your parser should call StartName or QualifyName</summary>
1571         </member>
1572         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.MethodParameters">
1573             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.MethodParameters&quot;]/*"/>
1574             <summary>Use this property to find if your parser should call StartParameters, NextParameter or EndParameters</summary>
1575         </member>
1576         <member name="P:Microsoft.VisualStudio.Package.AuthoringSink.HiddenRegions">
1577             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;AuthoringSink.HiddenRegions&quot;]/*"/>
1578             <summary>Use this property to find if your parser should call AddHiddenRegion</summary>
1579         </member>
1580         <member name="T:Microsoft.VisualStudio.Package.IndentingStyle">
1581             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;IndentingStyle&quot;]/*"/>
1582         </member>
1583         <member name="F:Microsoft.VisualStudio.Package.IndentingStyle.None">
1584             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;IndentingStyle.None&quot;]/*"/>
1585         </member>
1586         <member name="F:Microsoft.VisualStudio.Package.IndentingStyle.Block">
1587             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;IndentingStyle.Block&quot;]/*"/>
1588         </member>
1589         <member name="F:Microsoft.VisualStudio.Package.IndentingStyle.Smart">
1590             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;IndentingStyle.Smart&quot;]/*"/>
1591         </member>
1592         <member name="T:Microsoft.VisualStudio.Package.LanguagePreferences">
1593             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences&quot;]/*"/>
1594             <summary>
1595             LanguagePreferences encapsulates the standard General and Tab settings for a language service
1596             and provides a way of getting and setting the values.  It is expected that you
1597             will have one global LanguagePreferences created by your package.  The General and Tabs
1598             settings are automatically persisted in .vssettings files by the core editor package.
1599             All you need to do is register your language under AutomationProperties/TextEditor
1600             and specify:
1601             <code>
1602              YourLanguage = s '%YourLocalizedName%'
1603              {
1604                 val Name = s 'YourLanguage'
1605                 val Package = s '{F5E7E720-1401-11D1-883B-0000F87579D2}'
1606                 val ProfileSave = d 1
1607                 val ResourcePackage = s '%YourPackage%'
1608              }
1609             </code>
1610             Therefore this class hides all it's properties from user setting persistence using
1611             DesignerSerializationVisibility.Hidden.  This is so that if you give this object
1612             to the Package.ExportSettings method as the AutomationObject then it will only
1613             write out your new settings which is what you want, otherwise the General and Tab
1614             settings will appear in two places in the .vsssettings file.
1615             </summary>
1616         </member>
1617         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.#ctor(System.IServiceProvider,System.Guid,System.String)">
1618             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.LanguagePreferences&quot;]/*"/>
1619             <summary>
1620             Gets the language preferences.
1621             </summary>
1622         </member>
1623         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.#ctor">
1624             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.LanguagePreferences1&quot;]/*"/>
1625         </member>
1626         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.GetSite">
1627             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Site;&quot;]/*"/>
1628         </member>
1629         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.Init">
1630             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Init&quot;]/*"/>
1631         </member>
1632         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.InitUserPreferences(Microsoft.Win32.RegistryKey,System.String)">
1633             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.InitUserPreferences&quot;]/*"/>
1634         </member>
1635         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.GetIntegerValue(Microsoft.Win32.RegistryKey,System.String,System.Int32)">
1636             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.GetIntegerValue&quot;]/*"/>
1637         </member>
1638         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.GetBooleanValue(Microsoft.Win32.RegistryKey,System.String,System.Boolean)">
1639             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.GetBooleanValue&quot;]/*"/>
1640         </member>
1641         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.InitMachinePreferences(Microsoft.Win32.RegistryKey,System.String)">
1642             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.InitMachinePreferences&quot;]/*"/>
1643         </member>
1644         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.Dispose">
1645             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Dispose&quot;]/*"/>
1646         </member>
1647         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.GetLanguagePreferences">
1648             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.GetLanguagePrefs&quot;]/*"/>
1649         </member>
1650         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.Apply">
1651             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Apply&quot;]/*"/>
1652         </member>
1653         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnRegisterMarkerType(System.Int32)">
1654             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnRegisterMarkerType&quot;]/*"/>
1655         </member>
1656         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnRegisterView(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1657             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnRegisterView&quot;]/*"/>
1658         </member>
1659         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnUnregisterView(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
1660             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnUnregisterView&quot;]/*"/>
1661         </member>
1662         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnReplaceAllInFilesBegin">
1663             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnReplaceAllInFilesBegin&quot;]/*"/>
1664         </member>
1665         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnReplaceAllInFilesEnd">
1666             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnReplaceAllInFilesEnd&quot;]/*"/>
1667         </member>
1668         <member name="M:Microsoft.VisualStudio.Package.LanguagePreferences.OnUserPreferencesChanged2(Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES2[],Microsoft.VisualStudio.TextManager.Interop.FRAMEPREFERENCES2[],Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES2[],Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[])">
1669             <!-- Failed to insert some or all of included XML --><include file="doc\Preferences.uex" path="docs/doc[@for=&quot;LanguagePreferences.OnUserPreferencesChanged2&quot;]/*"/>
1670         </member>
1671         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.LanguageName">
1672             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.LanguageName;&quot;]/*"/>
1673         </member>
1674         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.Site">
1675             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Site;&quot;]/*"/>
1676             <summary>
1677             This property is not public for a reason. If it were public it would
1678             get called during LoadSettingsFromStorage which will break it.  
1679             Instead use GetSite().
1680             </summary>
1681         </member>
1682         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableCodeSense">
1683             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableCodeSense;&quot;]/*"/>
1684         </member>
1685         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableMatchBraces">
1686             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableMatchBraces;&quot;]/*"/>
1687         </member>
1688         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableQuickInfo">
1689             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableQuickInfo;&quot;]/*"/>
1690         </member>
1691         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableShowMatchingBrace">
1692             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableShowMatchingBrace;&quot;]/*"/>
1693         </member>
1694         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableMatchBracesAtCaret">
1695             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableMatchBracesAtCaret;&quot;]/*"/>
1696         </member>
1697         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.MaxErrorMessages">
1698             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.MaxErrorMessages;&quot;]/*"/>
1699         </member>
1700         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.CodeSenseDelay">
1701             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.CodeSenseDelay;&quot;]/*"/>
1702         </member>
1703         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableAsyncCompletion">
1704             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableAsyncCompletion;&quot;]/*"/>
1705         </member>
1706         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableFormatSelection">
1707             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableFormatSelection;&quot;]/*"/>
1708         </member>
1709         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableCommenting">
1710             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableCommenting;&quot;]/*"/>
1711         </member>
1712         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.MaxRegionTime">
1713             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.MaxRegionTime;&quot;]/*"/>
1714         </member>
1715         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.HighlightMatchingBraceFlags">
1716             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.HighlightMatchingBraceFlags;&quot;]/*"/>
1717         </member>
1718         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.AutoListMembers">
1719             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.AutoListMembers&quot;]/*"/>
1720         </member>
1721         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.HideAdvancedMembers">
1722             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.HideAdvancedMembers&quot;]/*"/>
1723         </member>
1724         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.ParameterInformation">
1725             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.ParameterInformation&quot;]/*"/>
1726         </member>
1727         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.VirtualSpace">
1728             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.VirtualSpace&quot;]/*"/>
1729         </member>
1730         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.WordWrap">
1731             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.WordWrap&quot;]/*"/>
1732         </member>
1733         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.WordWrapGlyphs">
1734             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.WordWrapGlyphs&quot;]/*"/>
1735         </member>
1736         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.CutCopyBlankLines">
1737             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.CutCopyBlankLines&quot;]/*"/>
1738         </member>
1739         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.LineNumbers">
1740             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.LineNumbers&quot;]/*"/>
1741         </member>
1742         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.EnableLeftClickForURLs">
1743             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableLeftClickForURLs&quot;]/*"/>
1744         </member>
1745         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.IndentStyle">
1746             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.Indenting&quot;]/*"/>
1747         </member>
1748         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.TabSize">
1749             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.TabSize&quot;]/*"/>
1750         </member>
1751         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.IndentSize">
1752             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.IndentSize&quot;]/*"/>
1753         </member>
1754         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.InsertTabs">
1755             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.InsertSpaces&quot;]/*"/>
1756         </member>
1757         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.ShowNavigationBar">
1758             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.ShowNavigationBar&quot;]/*"/>
1759         </member>
1760         <member name="P:Microsoft.VisualStudio.Package.LanguagePreferences.AutoOutlining">
1761             <!-- Failed to insert some or all of included XML --><include file="doc\PropertySheet.uex" path="docs/doc[@for=&quot;LanguagePreferences.EnableAutoOutlining&quot;]/*"/>
1762         </member>
1763         <member name="T:Microsoft.VisualStudio.NativeMethods">
1764             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods&quot;]/*"/>
1765         </member>
1766         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSCTX_INPROC_SERVER">
1767             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CLSCTX_INPROC_SERVER&quot;]/*"/>
1768         </member>
1769         <member name="F:Microsoft.VisualStudio.NativeMethods.S_FALSE">
1770             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1771         </member>
1772         <member name="F:Microsoft.VisualStudio.NativeMethods.S_OK">
1773             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1774         </member>
1775         <member name="F:Microsoft.VisualStudio.NativeMethods.IDOK">
1776             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1777         </member>
1778         <member name="F:Microsoft.VisualStudio.NativeMethods.IDCANCEL">
1779             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1780         </member>
1781         <member name="F:Microsoft.VisualStudio.NativeMethods.IDABORT">
1782             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1783         </member>
1784         <member name="F:Microsoft.VisualStudio.NativeMethods.IDRETRY">
1785             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1786         </member>
1787         <member name="F:Microsoft.VisualStudio.NativeMethods.IDIGNORE">
1788             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1789         </member>
1790         <member name="F:Microsoft.VisualStudio.NativeMethods.IDYES">
1791             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1792         </member>
1793         <member name="F:Microsoft.VisualStudio.NativeMethods.IDNO">
1794             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1795         </member>
1796         <member name="F:Microsoft.VisualStudio.NativeMethods.IDCLOSE">
1797             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1798         </member>
1799         <member name="F:Microsoft.VisualStudio.NativeMethods.IDHELP">
1800             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1801         </member>
1802         <member name="F:Microsoft.VisualStudio.NativeMethods.IDTRYAGAIN">
1803             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1804         </member>
1805         <member name="F:Microsoft.VisualStudio.NativeMethods.IDCONTINUE">
1806             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1807         </member>
1808         <member name="F:Microsoft.VisualStudio.NativeMethods.ILD_NORMAL">
1809             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1810         </member>
1811         <member name="F:Microsoft.VisualStudio.NativeMethods.ILD_TRANSPARENT">
1812             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1813         </member>
1814         <member name="F:Microsoft.VisualStudio.NativeMethods.ILD_MASK">
1815             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1816         </member>
1817         <member name="F:Microsoft.VisualStudio.NativeMethods.ILD_ROP">
1818             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1819         </member>
1820         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECMDERR_E_NOTSUPPORTED">
1821             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1822         </member>
1823         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECMDERR_E_UNKNOWNGROUP">
1824             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1825         </member>
1826         <member name="F:Microsoft.VisualStudio.NativeMethods.UNDO_E_CLIENTABORT">
1827             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1828         </member>
1829         <member name="F:Microsoft.VisualStudio.NativeMethods.E_OUTOFMEMORY">
1830             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1831         </member>
1832         <member name="F:Microsoft.VisualStudio.NativeMethods.E_INVALIDARG">
1833             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1834         </member>
1835         <member name="F:Microsoft.VisualStudio.NativeMethods.E_FAIL">
1836             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1837         </member>
1838         <member name="F:Microsoft.VisualStudio.NativeMethods.E_NOINTERFACE">
1839             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1840         </member>
1841         <member name="F:Microsoft.VisualStudio.NativeMethods.E_POINTER">
1842             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1843         </member>
1844         <member name="F:Microsoft.VisualStudio.NativeMethods.E_NOTIMPL">
1845             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1846         </member>
1847         <member name="F:Microsoft.VisualStudio.NativeMethods.E_UNEXPECTED">
1848             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1849         </member>
1850         <member name="F:Microsoft.VisualStudio.NativeMethods.E_HANDLE">
1851             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1852         </member>
1853         <member name="F:Microsoft.VisualStudio.NativeMethods.E_ABORT">
1854             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1855         </member>
1856         <member name="F:Microsoft.VisualStudio.NativeMethods.E_ACCESSDENIED">
1857             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1858         </member>
1859         <member name="F:Microsoft.VisualStudio.NativeMethods.E_PENDING">
1860             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.S_FALSE&quot;]/*"/>
1861         </member>
1862         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_UNSUPPORTEDFORMAT">
1863             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1864         </member>
1865         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_INCOMPATIBLEDOCDATA">
1866             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1867         </member>
1868         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_PACKAGENOTLOADED">
1869             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1870         </member>
1871         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_PROJECTNOTLOADED">
1872             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1873         </member>
1874         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_SOLUTIONNOTOPEN">
1875             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1876         </member>
1877         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_SOLUTIONALREADYOPEN">
1878             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1879         </member>
1880         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_PROJECTMIGRATIONFAILED">
1881             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1882         </member>
1883         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_E_WIZARDBACKBUTTONPRESS">
1884             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1885         </member>
1886         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_S_PROJECTFORWARDED">
1887             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1888         </member>
1889         <member name="F:Microsoft.VisualStudio.NativeMethods.VS_S_TBXMARKER">
1890             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VS_E_UNSUPPORTEDFORMAT&quot;]/*"/>
1891         </member>
1892         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECLOSE_SAVEIFDIRTY">
1893             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLECLOSE_SAVEIFDIRTY&quot;]/*"/>
1894         </member>
1895         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECLOSE_NOSAVE">
1896             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLECLOSE_SAVEIFDIRTY&quot;]/*"/>
1897         </member>
1898         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECLOSE_PROMPTSAVE">
1899             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLECLOSE_SAVEIFDIRTY&quot;]/*"/>
1900         </member>
1901         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_PRIMARY">
1902             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1903         </member>
1904         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_SHOW">
1905             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1906         </member>
1907         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_OPEN">
1908             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1909         </member>
1910         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_HIDE">
1911             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1912         </member>
1913         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_UIACTIVATE">
1914             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1915         </member>
1916         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_INPLACEACTIVATE">
1917             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1918         </member>
1919         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_DISCARDUNDOSTATE">
1920             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1921         </member>
1922         <member name="F:Microsoft.VisualStudio.NativeMethods.OLEIVERB_PROPERTIES">
1923             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OLEIVERB_PRIMARY&quot;]/*"/>
1924         </member>
1925         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_OLEVERB">
1926             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1927         </member>
1928         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_ADVF">
1929             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1930         </member>
1931         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_ENUM_NOMORE">
1932             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1933         </member>
1934         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_ADVISENOTSUPPORTED">
1935             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1936         </member>
1937         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_NOCONNECTION">
1938             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1939         </member>
1940         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_NOTRUNNING">
1941             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1942         </member>
1943         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_NOCACHE">
1944             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1945         </member>
1946         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_BLANK">
1947             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1948         </member>
1949         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_CLASSDIFF">
1950             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1951         </member>
1952         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_CANT_GETMONIKER">
1953             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1954         </member>
1955         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_CANT_BINDTOSOURCE">
1956             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1957         </member>
1958         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_STATIC">
1959             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1960         </member>
1961         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_PROMPTSAVECANCELLED">
1962             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1963         </member>
1964         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_INVALIDRECT">
1965             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1966         </member>
1967         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_WRONGCOMPOBJ">
1968             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1969         </member>
1970         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_INVALIDHWND">
1971             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1972         </member>
1973         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_NOT_INPLACEACTIVE">
1974             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1975         </member>
1976         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_CANTCONVERT">
1977             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1978         </member>
1979         <member name="F:Microsoft.VisualStudio.NativeMethods.OLE_E_NOSTORAGE">
1980             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleErrors&quot;]/*"/>
1981         </member>
1982         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_UNKNOWNINTERFACE">
1983             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1984         </member>
1985         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_MEMBERNOTFOUND">
1986             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1987         </member>
1988         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_PARAMNOTFOUND">
1989             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1990         </member>
1991         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_TYPEMISMATCH">
1992             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1993         </member>
1994         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_UNKNOWNNAME">
1995             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1996         </member>
1997         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_NONAMEDARGS">
1998             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
1999         </member>
2000         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_BADVARTYPE">
2001             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2002         </member>
2003         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_EXCEPTION">
2004             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2005         </member>
2006         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_OVERFLOW">
2007             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2008         </member>
2009         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_BADINDEX">
2010             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2011         </member>
2012         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_UNKNOWNLCID">
2013             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2014         </member>
2015         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_ARRAYISLOCKED">
2016             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2017         </member>
2018         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_BADPARAMCOUNT">
2019             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2020         </member>
2021         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_PARAMNOTOPTIONAL">
2022             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2023         </member>
2024         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_BADCALLEE">
2025             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2026         </member>
2027         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_NOTACOLLECTION">
2028             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2029         </member>
2030         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_DIVBYZERO">
2031             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2032         </member>
2033         <member name="F:Microsoft.VisualStudio.NativeMethods.DISP_E_BUFFERTOOSMALL">
2034             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.OleDispatchErrors&quot;]/*"/>
2035         </member>
2036         <member name="F:Microsoft.VisualStudio.NativeMethods.VSITEMID_NIL">
2037             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VSITEMID_NIL&quot;]/*"/>
2038         </member>
2039         <member name="F:Microsoft.VisualStudio.NativeMethods.VSITEMID_ROOT">
2040             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VSITEMID_NIL&quot;]/*"/>
2041         </member>
2042         <member name="F:Microsoft.VisualStudio.NativeMethods.VSITEMID_SELECTION">
2043             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.VSITEMID_NIL&quot;]/*"/>
2044         </member>
2045         <member name="F:Microsoft.VisualStudio.NativeMethods.ALL">
2046             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.ALL&quot;]/*"/>
2047         </member>
2048         <member name="F:Microsoft.VisualStudio.NativeMethods.SELECTED">
2049             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.ALL&quot;]/*"/>
2050         </member>
2051         <member name="F:Microsoft.VisualStudio.NativeMethods.UndoManager">
2052             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2053         </member>
2054         <member name="F:Microsoft.VisualStudio.NativeMethods.WindowFrame">
2055             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2056         </member>
2057         <member name="F:Microsoft.VisualStudio.NativeMethods.DocumentFrame">
2058             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2059         </member>
2060         <member name="F:Microsoft.VisualStudio.NativeMethods.StartupProject">
2061             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2062         </member>
2063         <member name="F:Microsoft.VisualStudio.NativeMethods.PropertyBrowserSID">
2064             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2065         </member>
2066         <member name="F:Microsoft.VisualStudio.NativeMethods.UserContext">
2067             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.UndoManager&quot;]/*"/>
2068         </member>
2069         <member name="F:Microsoft.VisualStudio.NativeMethods.ROSTATUS_NotReadOnly">
2070             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.ROSTATUS_NotReadOnly&quot;]/*"/>
2071         </member>
2072         <member name="F:Microsoft.VisualStudio.NativeMethods.ROSTATUS_ReadOnly">
2073             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.ROSTATUS_NotReadOnly&quot;]/*"/>
2074         </member>
2075         <member name="F:Microsoft.VisualStudio.NativeMethods.ROSTATUS_Unknown">
2076             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.ROSTATUS_NotReadOnly&quot;]/*"/>
2077         </member>
2078         <member name="F:Microsoft.VisualStudio.NativeMethods.IEI_DoNotLoadDocData">
2079             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.IEI_DoNotLoadDocData&quot;]/*"/>
2080         </member>
2081         <member name="F:Microsoft.VisualStudio.NativeMethods.CB_SETDROPPEDWIDTH">
2082             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2083         </member>
2084         <member name="F:Microsoft.VisualStudio.NativeMethods.GWL_STYLE">
2085             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2086         </member>
2087         <member name="F:Microsoft.VisualStudio.NativeMethods.GWL_EXSTYLE">
2088             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2089         </member>
2090         <member name="F:Microsoft.VisualStudio.NativeMethods.DWL_MSGRESULT">
2091             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2092         </member>
2093         <member name="F:Microsoft.VisualStudio.NativeMethods.SW_SHOWNORMAL">
2094             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2095         </member>
2096         <member name="F:Microsoft.VisualStudio.NativeMethods.HTMENU">
2097             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2098         </member>
2099         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_POPUP">
2100             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2101         </member>
2102         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_CHILD">
2103             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2104         </member>
2105         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_MINIMIZE">
2106             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2107         </member>
2108         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_VISIBLE">
2109             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2110         </member>
2111         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_DISABLED">
2112             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2113         </member>
2114         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_CLIPSIBLINGS">
2115             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2116         </member>
2117         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_CLIPCHILDREN">
2118             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2119         </member>
2120         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_MAXIMIZE">
2121             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2122         </member>
2123         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_CAPTION">
2124             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2125         </member>
2126         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_BORDER">
2127             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2128         </member>
2129         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_DLGFRAME">
2130             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2131         </member>
2132         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_VSCROLL">
2133             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2134         </member>
2135         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_HSCROLL">
2136             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2137         </member>
2138         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_SYSMENU">
2139             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2140         </member>
2141         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_THICKFRAME">
2142             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2143         </member>
2144         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_TABSTOP">
2145             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2146         </member>
2147         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_MINIMIZEBOX">
2148             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2149         </member>
2150         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_MAXIMIZEBOX">
2151             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2152         </member>
2153         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_DLGMODALFRAME">
2154             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2155         </member>
2156         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_MDICHILD">
2157             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2158         </member>
2159         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_TOOLWINDOW">
2160             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2161         </member>
2162         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_CLIENTEDGE">
2163             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2164         </member>
2165         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_CONTEXTHELP">
2166             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2167         </member>
2168         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_RIGHT">
2169             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2170         </member>
2171         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_LEFT">
2172             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2173         </member>
2174         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_RTLREADING">
2175             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2176         </member>
2177         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_LEFTSCROLLBAR">
2178             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2179         </member>
2180         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_CONTROLPARENT">
2181             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2182         </member>
2183         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_STATICEDGE">
2184             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2185         </member>
2186         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_APPWINDOW">
2187             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2188         </member>
2189         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_LAYERED">
2190             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2191         </member>
2192         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_TOPMOST">
2193             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2194         </member>
2195         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_EX_NOPARENTNOTIFY">
2196             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2197         </member>
2198         <member name="F:Microsoft.VisualStudio.NativeMethods.LVM_SETEXTENDEDLISTVIEWSTYLE">
2199             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2200         </member>
2201         <member name="F:Microsoft.VisualStudio.NativeMethods.LVS_EX_LABELTIP">
2202             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2203         </member>
2204         <member name="F:Microsoft.VisualStudio.NativeMethods.WH_JOURNALPLAYBACK">
2205             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2206         </member>
2207         <member name="F:Microsoft.VisualStudio.NativeMethods.WH_GETMESSAGE">
2208             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2209         </member>
2210         <member name="F:Microsoft.VisualStudio.NativeMethods.WH_MOUSE">
2211             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2212         </member>
2213         <member name="F:Microsoft.VisualStudio.NativeMethods.WSF_VISIBLE">
2214             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2215         </member>
2216         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NULL">
2217             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2218         </member>
2219         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CREATE">
2220             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2221         </member>
2222         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DELETEITEM">
2223             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2224         </member>
2225         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DESTROY">
2226             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2227         </member>
2228         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOVE">
2229             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2230         </member>
2231         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SIZE">
2232             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2233         </member>
2234         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ACTIVATE">
2235             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2236         </member>
2237         <member name="F:Microsoft.VisualStudio.NativeMethods.WA_INACTIVE">
2238             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2239         </member>
2240         <member name="F:Microsoft.VisualStudio.NativeMethods.WA_ACTIVE">
2241             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2242         </member>
2243         <member name="F:Microsoft.VisualStudio.NativeMethods.WA_CLICKACTIVE">
2244             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2245         </member>
2246         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETFOCUS">
2247             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2248         </member>
2249         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_KILLFOCUS">
2250             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2251         </member>
2252         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ENABLE">
2253             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2254         </member>
2255         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETREDRAW">
2256             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2257         </member>
2258         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETTEXT">
2259             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2260         </member>
2261         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETTEXT">
2262             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2263         </member>
2264         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETTEXTLENGTH">
2265             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2266         </member>
2267         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PAINT">
2268             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2269         </member>
2270         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CLOSE">
2271             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2272         </member>
2273         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUERYENDSESSION">
2274             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2275         </member>
2276         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUIT">
2277             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2278         </member>
2279         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUERYOPEN">
2280             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2281         </member>
2282         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ERASEBKGND">
2283             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2284         </member>
2285         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSCOLORCHANGE">
2286             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2287         </member>
2288         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ENDSESSION">
2289             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2290         </member>
2291         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SHOWWINDOW">
2292             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2293         </member>
2294         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_WININICHANGE">
2295             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2296         </member>
2297         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETTINGCHANGE">
2298             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2299         </member>
2300         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DEVMODECHANGE">
2301             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2302         </member>
2303         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ACTIVATEAPP">
2304             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2305         </member>
2306         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_FONTCHANGE">
2307             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2308         </member>
2309         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_TIMECHANGE">
2310             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2311         </member>
2312         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CANCELMODE">
2313             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2314         </member>
2315         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETCURSOR">
2316             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2317         </member>
2318         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSEACTIVATE">
2319             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2320         </member>
2321         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHILDACTIVATE">
2322             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2323         </member>
2324         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUEUESYNC">
2325             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2326         </member>
2327         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETMINMAXINFO">
2328             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2329         </member>
2330         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PAINTICON">
2331             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2332         </member>
2333         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ICONERASEBKGND">
2334             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2335         </member>
2336         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NEXTDLGCTL">
2337             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2338         </member>
2339         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SPOOLERSTATUS">
2340             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2341         </member>
2342         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DRAWITEM">
2343             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2344         </member>
2345         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MEASUREITEM">
2346             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2347         </member>
2348         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_VKEYTOITEM">
2349             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2350         </member>
2351         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHARTOITEM">
2352             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2353         </member>
2354         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETFONT">
2355             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2356         </member>
2357         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETFONT">
2358             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2359         </member>
2360         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETHOTKEY">
2361             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2362         </member>
2363         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETHOTKEY">
2364             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2365         </member>
2366         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUERYDRAGICON">
2367             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2368         </member>
2369         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COMPAREITEM">
2370             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2371         </member>
2372         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETOBJECT">
2373             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2374         </member>
2375         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COMPACTING">
2376             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2377         </member>
2378         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COMMNOTIFY">
2379             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2380         </member>
2381         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_WINDOWPOSCHANGING">
2382             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2383         </member>
2384         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_WINDOWPOSCHANGED">
2385             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2386         </member>
2387         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_POWER">
2388             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2389         </member>
2390         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COPYDATA">
2391             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2392         </member>
2393         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CANCELJOURNAL">
2394             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2395         </member>
2396         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NOTIFY">
2397             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2398         </member>
2399         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_INPUTLANGCHANGEREQUEST">
2400             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2401         </member>
2402         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_INPUTLANGCHANGE">
2403             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2404         </member>
2405         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_TCARD">
2406             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2407         </member>
2408         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HELP">
2409             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2410         </member>
2411         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_USERCHANGED">
2412             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2413         </member>
2414         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NOTIFYFORMAT">
2415             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2416         </member>
2417         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CONTEXTMENU">
2418             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2419         </member>
2420         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_STYLECHANGING">
2421             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2422         </member>
2423         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_STYLECHANGED">
2424             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2425         </member>
2426         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DISPLAYCHANGE">
2427             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2428         </member>
2429         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETICON">
2430             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2431         </member>
2432         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SETICON">
2433             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2434         </member>
2435         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCCREATE">
2436             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2437         </member>
2438         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCDESTROY">
2439             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2440         </member>
2441         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCCALCSIZE">
2442             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2443         </member>
2444         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCHITTEST">
2445             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2446         </member>
2447         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCPAINT">
2448             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2449         </member>
2450         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCACTIVATE">
2451             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2452         </member>
2453         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_GETDLGCODE">
2454             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2455         </member>
2456         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCMOUSEMOVE">
2457             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2458         </member>
2459         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCLBUTTONDOWN">
2460             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2461         </member>
2462         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCLBUTTONUP">
2463             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2464         </member>
2465         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCLBUTTONDBLCLK">
2466             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2467         </member>
2468         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCRBUTTONDOWN">
2469             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2470         </member>
2471         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCRBUTTONUP">
2472             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2473         </member>
2474         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCRBUTTONDBLCLK">
2475             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2476         </member>
2477         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCMBUTTONDOWN">
2478             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2479         </member>
2480         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCMBUTTONUP">
2481             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2482         </member>
2483         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCMBUTTONDBLCLK">
2484             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2485         </member>
2486         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCXBUTTONDOWN">
2487             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2488         </member>
2489         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCXBUTTONUP">
2490             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2491         </member>
2492         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NCXBUTTONDBLCLK">
2493             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2494         </member>
2495         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_KEYFIRST">
2496             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2497         </member>
2498         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_KEYDOWN">
2499             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2500         </member>
2501         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_KEYUP">
2502             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2503         </member>
2504         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHAR">
2505             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2506         </member>
2507         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DEADCHAR">
2508             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2509         </member>
2510         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLOR">
2511             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2512         </member>
2513         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSKEYDOWN">
2514             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2515         </member>
2516         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSKEYUP">
2517             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2518         </member>
2519         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSCHAR">
2520             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2521         </member>
2522         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSDEADCHAR">
2523             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2524         </member>
2525         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_KEYLAST">
2526             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2527         </member>
2528         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_STARTCOMPOSITION">
2529             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2530         </member>
2531         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_ENDCOMPOSITION">
2532             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2533         </member>
2534         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_COMPOSITION">
2535             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2536         </member>
2537         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_KEYLAST">
2538             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2539         </member>
2540         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_INITDIALOG">
2541             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2542         </member>
2543         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COMMAND">
2544             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2545         </member>
2546         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SYSCOMMAND">
2547             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2548         </member>
2549         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_TIMER">
2550             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2551         </member>
2552         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HSCROLL">
2553             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2554         </member>
2555         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_VSCROLL">
2556             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2557         </member>
2558         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_INITMENU">
2559             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2560         </member>
2561         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_INITMENUPOPUP">
2562             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2563         </member>
2564         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MENUSELECT">
2565             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2566         </member>
2567         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MENUCHAR">
2568             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2569         </member>
2570         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ENTERIDLE">
2571             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2572         </member>
2573         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHANGEUISTATE">
2574             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2575         </member>
2576         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_UPDATEUISTATE">
2577             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2578         </member>
2579         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUERYUISTATE">
2580             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2581         </member>
2582         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORMSGBOX">
2583             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2584         </member>
2585         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLOREDIT">
2586             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2587         </member>
2588         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORLISTBOX">
2589             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2590         </member>
2591         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORBTN">
2592             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2593         </member>
2594         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORDLG">
2595             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2596         </member>
2597         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORSCROLLBAR">
2598             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2599         </member>
2600         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CTLCOLORSTATIC">
2601             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2602         </member>
2603         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSEFIRST">
2604             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2605         </member>
2606         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSEMOVE">
2607             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2608         </member>
2609         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_LBUTTONDOWN">
2610             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2611         </member>
2612         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_LBUTTONUP">
2613             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2614         </member>
2615         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_LBUTTONDBLCLK">
2616             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2617         </member>
2618         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_RBUTTONDOWN">
2619             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2620         </member>
2621         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_RBUTTONUP">
2622             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2623         </member>
2624         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_RBUTTONDBLCLK">
2625             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2626         </member>
2627         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MBUTTONDOWN">
2628             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2629         </member>
2630         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MBUTTONUP">
2631             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2632         </member>
2633         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MBUTTONDBLCLK">
2634             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2635         </member>
2636         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_XBUTTONDOWN">
2637             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2638         </member>
2639         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_XBUTTONUP">
2640             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2641         </member>
2642         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_XBUTTONDBLCLK">
2643             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2644         </member>
2645         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSEWHEEL">
2646             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2647         </member>
2648         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSELAST">
2649             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2650         </member>
2651         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PARENTNOTIFY">
2652             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2653         </member>
2654         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ENTERMENULOOP">
2655             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2656         </member>
2657         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_EXITMENULOOP">
2658             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2659         </member>
2660         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_NEXTMENU">
2661             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2662         </member>
2663         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SIZING">
2664             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2665         </member>
2666         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CAPTURECHANGED">
2667             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2668         </member>
2669         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOVING">
2670             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2671         </member>
2672         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_POWERBROADCAST">
2673             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2674         </member>
2675         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DEVICECHANGE">
2676             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2677         </member>
2678         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_SETCONTEXT">
2679             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2680         </member>
2681         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_NOTIFY">
2682             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2683         </member>
2684         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_CONTROL">
2685             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2686         </member>
2687         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_COMPOSITIONFULL">
2688             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2689         </member>
2690         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_SELECT">
2691             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2692         </member>
2693         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_CHAR">
2694             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2695         </member>
2696         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_KEYDOWN">
2697             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2698         </member>
2699         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_IME_KEYUP">
2700             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2701         </member>
2702         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDICREATE">
2703             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2704         </member>
2705         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIDESTROY">
2706             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2707         </member>
2708         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIACTIVATE">
2709             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2710         </member>
2711         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIRESTORE">
2712             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2713         </member>
2714         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDINEXT">
2715             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2716         </member>
2717         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIMAXIMIZE">
2718             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2719         </member>
2720         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDITILE">
2721             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2722         </member>
2723         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDICASCADE">
2724             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2725         </member>
2726         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIICONARRANGE">
2727             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2728         </member>
2729         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIGETACTIVE">
2730             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2731         </member>
2732         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDISETMENU">
2733             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2734         </member>
2735         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ENTERSIZEMOVE">
2736             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2737         </member>
2738         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_EXITSIZEMOVE">
2739             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2740         </member>
2741         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DROPFILES">
2742             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2743         </member>
2744         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MDIREFRESHMENU">
2745             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2746         </member>
2747         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSEHOVER">
2748             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2749         </member>
2750         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_MOUSELEAVE">
2751             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2752         </member>
2753         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CUT">
2754             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2755         </member>
2756         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_COPY">
2757             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2758         </member>
2759         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PASTE">
2760             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2761         </member>
2762         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CLEAR">
2763             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2764         </member>
2765         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_UNDO">
2766             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2767         </member>
2768         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_RENDERFORMAT">
2769             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2770         </member>
2771         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_RENDERALLFORMATS">
2772             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2773         </member>
2774         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DESTROYCLIPBOARD">
2775             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2776         </member>
2777         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_DRAWCLIPBOARD">
2778             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2779         </member>
2780         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PAINTCLIPBOARD">
2781             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2782         </member>
2783         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_VSCROLLCLIPBOARD">
2784             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2785         </member>
2786         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_SIZECLIPBOARD">
2787             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2788         </member>
2789         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_ASKCBFORMATNAME">
2790             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2791         </member>
2792         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHANGECBCHAIN">
2793             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2794         </member>
2795         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HSCROLLCLIPBOARD">
2796             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2797         </member>
2798         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_QUERYNEWPALETTE">
2799             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2800         </member>
2801         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PALETTEISCHANGING">
2802             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2803         </member>
2804         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PALETTECHANGED">
2805             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2806         </member>
2807         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HOTKEY">
2808             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2809         </member>
2810         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PRINT">
2811             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2812         </member>
2813         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PRINTCLIENT">
2814             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2815         </member>
2816         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HANDHELDFIRST">
2817             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2818         </member>
2819         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_HANDHELDLAST">
2820             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2821         </member>
2822         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_AFXFIRST">
2823             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2824         </member>
2825         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_AFXLAST">
2826             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2827         </member>
2828         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PENWINFIRST">
2829             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2830         </member>
2831         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_PENWINLAST">
2832             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2833         </member>
2834         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_APP">
2835             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2836         </member>
2837         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_USER">
2838             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2839         </member>
2840         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_REFLECT">
2841             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2842         </member>
2843         <member name="F:Microsoft.VisualStudio.NativeMethods.WS_OVERLAPPED">
2844             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2845         </member>
2846         <member name="F:Microsoft.VisualStudio.NativeMethods.WPF_SETMINPOSITION">
2847             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2848         </member>
2849         <member name="F:Microsoft.VisualStudio.NativeMethods.WM_CHOOSEFONT_GETLOGFONT">
2850             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2851         </member>
2852         <member name="F:Microsoft.VisualStudio.NativeMethods.WHEEL_DELTA">
2853             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2854         </member>
2855         <member name="F:Microsoft.VisualStudio.NativeMethods.DWLP_MSGRESULT">
2856             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2857         </member>
2858         <member name="F:Microsoft.VisualStudio.NativeMethods.PSNRET_NOERROR">
2859             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2860         </member>
2861         <member name="F:Microsoft.VisualStudio.NativeMethods.PSNRET_INVALID">
2862             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2863         </member>
2864         <member name="F:Microsoft.VisualStudio.NativeMethods.PSNRET_INVALID_NOCHANGEPAGE">
2865             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CB_SETDROPPEDWIDTH&quot;]/*"/>
2866         </member>
2867         <member name="F:Microsoft.VisualStudio.NativeMethods.PSN_APPLY">
2868             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.PSN_APPLY&quot;]/*"/>
2869         </member>
2870         <member name="F:Microsoft.VisualStudio.NativeMethods.PSN_KILLACTIVE">
2871             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.PSN_APPLY&quot;]/*"/>
2872         </member>
2873         <member name="F:Microsoft.VisualStudio.NativeMethods.PSN_RESET">
2874             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.PSN_APPLY&quot;]/*"/>
2875         </member>
2876         <member name="F:Microsoft.VisualStudio.NativeMethods.PSN_SETACTIVE">
2877             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.PSN_APPLY&quot;]/*"/>
2878         </member>
2879         <member name="F:Microsoft.VisualStudio.NativeMethods.GMEM_MOVEABLE">
2880             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GMEM_MOVEABLE&quot;]/*"/>
2881         </member>
2882         <member name="F:Microsoft.VisualStudio.NativeMethods.GMEM_ZEROINIT">
2883             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GMEM_MOVEABLE&quot;]/*"/>
2884         </member>
2885         <member name="F:Microsoft.VisualStudio.NativeMethods.GMEM_DDESHARE">
2886             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GMEM_MOVEABLE&quot;]/*"/>
2887         </member>
2888         <member name="F:Microsoft.VisualStudio.NativeMethods.SWP_NOACTIVATE">
2889             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SWP_NOACTIVATE&quot;]/*"/>
2890         </member>
2891         <member name="F:Microsoft.VisualStudio.NativeMethods.SWP_NOZORDER">
2892             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SWP_NOACTIVATE&quot;]/*"/>
2893         </member>
2894         <member name="F:Microsoft.VisualStudio.NativeMethods.SWP_NOSIZE">
2895             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SWP_NOACTIVATE&quot;]/*"/>
2896         </member>
2897         <member name="F:Microsoft.VisualStudio.NativeMethods.SWP_NOMOVE">
2898             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SWP_NOACTIVATE&quot;]/*"/>
2899         </member>
2900         <member name="F:Microsoft.VisualStudio.NativeMethods.SWP_FRAMECHANGED">
2901             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SWP_NOACTIVATE&quot;]/*"/>
2902         </member>
2903         <member name="F:Microsoft.VisualStudio.NativeMethods.TVM_SETINSERTMARK">
2904             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.TVM_SETINSERTMARK&quot;]/*"/>
2905         </member>
2906         <member name="F:Microsoft.VisualStudio.NativeMethods.TVM_GETEDITCONTROL">
2907             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.TVM_SETINSERTMARK&quot;]/*"/>
2908         </member>
2909         <member name="F:Microsoft.VisualStudio.NativeMethods.FILE_ATTRIBUTE_READONLY">
2910             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.FILE_ATTRIBUTE_READONLY&quot;]/*"/>
2911         </member>
2912         <member name="F:Microsoft.VisualStudio.NativeMethods.CEF_CLONEFILE">
2913             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CEF_CLONEFILE&quot;]/*"/>
2914         </member>
2915         <member name="F:Microsoft.VisualStudio.NativeMethods.CEF_OPENFILE">
2916             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CEF_CLONEFILE&quot;]/*"/>
2917         </member>
2918         <member name="F:Microsoft.VisualStudio.NativeMethods.CEF_SILENT">
2919             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CEF_CLONEFILE&quot;]/*"/>
2920         </member>
2921         <member name="F:Microsoft.VisualStudio.NativeMethods.CEF_OPENASNEW">
2922             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CEF_CLONEFILE&quot;]/*"/>
2923         </member>
2924         <member name="F:Microsoft.VisualStudio.NativeMethods.cmdidToolsOptions">
2925             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.cmdidToolsOptions&quot;]/*"/>
2926         </member>
2927         <member name="F:Microsoft.VisualStudio.NativeMethods.GWL_WNDPROC">
2928             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GWL_WNDPROC&quot;]/*"/>
2929         </member>
2930         <member name="F:Microsoft.VisualStudio.NativeMethods.InvalidIntPtr">
2931             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.InvalidIntPtr&quot;]/*"/>
2932         </member>
2933         <member name="F:Microsoft.VisualStudio.NativeMethods.IID_IServiceProvider">
2934             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.IID_IServiceProvider&quot;]/*"/>
2935         </member>
2936         <member name="F:Microsoft.VisualStudio.NativeMethods.IID_IObjectWithSite">
2937             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.IID_IObjectWithSite&quot;]/*"/>
2938         </member>
2939         <member name="F:Microsoft.VisualStudio.NativeMethods.IID_IUnknown">
2940             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.IID_IUnknown&quot;]/*"/>
2941         </member>
2942         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_PropertyBrowserToolWindow">
2943             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GUID_PropertyBrowserToolWindow&quot;]/*"/>
2944         </member>
2945         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VSStandardCommandSet97">
2946             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GUID_VSStandardCommandSet97&quot;]/*"/>
2947         </member>
2948         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_HtmDocData">
2949             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CLSID_HtmDocData&quot;]/*"/>
2950         </member>
2951         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_HtmedPackage">
2952             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CLSID_HtmedPackage&quot;]/*"/>
2953         </member>
2954         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_HtmlLanguageService">
2955             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.CLSID_HtmlLanguageService&quot;]/*"/>
2956         </member>
2957         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_HtmlEditorFactory">
2958             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GUID_HtmlEditorFactory&quot;]/*"/>
2959         </member>
2960         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_TextEditorFactory">
2961             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GUID_TextEditorFactory&quot;]/*"/>
2962         </member>
2963         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_HTMEDAllowExistingDocData">
2964             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GUID_HTMEDAllowExistingDocData&quot;]/*"/>
2965         </member>
2966         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsEnvironmentPackage">
2967             <summary>GUID for the environment package.</summary>
2968         </member>
2969         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsNewProjectPseudoFolder">
2970             <summary>GUID for the "Visual Studio" pseudo folder in the registry.</summary>
2971         </member>
2972         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_MiscellaneousFilesProject">
2973             <summary>GUID for the "Miscellaneous Files" project.</summary>
2974         </member>
2975         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_SolutionItemsProject">
2976             <summary>GUID for Solution Items project.</summary>
2977         </member>
2978         <member name="F:Microsoft.VisualStudio.NativeMethods.SID_SVsGeneralOutputWindowPane">
2979             <summary>Pseudo service that returns a IID_IVsOutputWindowPane interface of the General output pane in the VS environment.
2980             Querying for this service will cause the General output pane to be created if it hasn't yet been created.
2981             </summary>
2982         </member>
2983         <member name="F:Microsoft.VisualStudio.NativeMethods.SID_SUIHostCommandDispatcher">
2984             <summary>
2985             SUIHostCommandDispatcher service returns an object that implements IOleCommandTarget.
2986             This object handles command routing for the Environment. Use this service if you need to
2987             route a command based on the current selection/state of the Environment.
2988             </summary>
2989         </member>
2990         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsUIHierarchyWindow">
2991             <summary></summary>
2992         </member>
2993         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_DefaultEditor">
2994             <summary></summary>
2995         </member>
2996         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ExternalEditor">
2997             <summary></summary>
2998         </member>
2999         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_OutWindowGeneralPane">
3000             <summary>GUID of the general output pane inside the output window.</summary>
3001         </member>
3002         <member name="F:Microsoft.VisualStudio.NativeMethods.BuildOrder">
3003             <!-- Failed to insert some or all of included XML --><include file="doc\Package.uex" path="docs/doc[@for=&quot;Package.BuildOrder&quot;]/*"/>
3004         </member>
3005         <member name="F:Microsoft.VisualStudio.NativeMethods.BuildOutput">
3006             <!-- Failed to insert some or all of included XML --><include file="doc\Package.uex" path="docs/doc[@for=&quot;Package.BuildOutput&quot;]/*"/>
3007         </member>
3008         <member name="F:Microsoft.VisualStudio.NativeMethods.DebugOutput">
3009             <!-- Failed to insert some or all of included XML --><include file="doc\Package.uex" path="docs/doc[@for=&quot;Package.DebugOutput&quot;]/*"/>
3010         </member>
3011         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ItemType_PhysicalFile">
3012             <summary>Physical file on disk or web (IVsProject::GetMkDocument returns a file path).</summary>
3013         </member>
3014         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ItemType_PhysicalFolder">
3015             <summary>Physical folder on disk or web (IVsProject::GetMkDocument returns a directory path).</summary>
3016         </member>
3017         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ItemType_VirtualFolder">
3018             <summary>Non-physical folder (folder is logical and not a physical file system directory).</summary>
3019         </member>
3020         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ItemType_SubProject">
3021             <summary>A nested hierarchy project.</summary>
3022         </member>
3023         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionBuilding">
3024             <summary></summary>
3025         </member>
3026         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_Debugging">
3027             <summary></summary>
3028         </member>
3029         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_Dragging">
3030             <summary></summary>
3031         </member>
3032         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_FullScreenMode">
3033             <summary></summary>
3034         </member>
3035         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_DesignMode">
3036             <summary></summary>
3037         </member>
3038         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_NoSolution">
3039             <summary></summary>
3040         </member>
3041         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionExists">
3042             <summary></summary>
3043         </member>
3044         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_EmptySolution">
3045             <summary></summary>
3046         </member>
3047         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionHasSingleProject">
3048             <summary></summary>
3049         </member>
3050         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionHasMultipleProjects">
3051             <summary></summary>
3052         </member>
3053         <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_CodeWindow">
3054             <summary></summary>
3055         </member>
3056         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewAll">
3057             <summary></summary>
3058         </member>
3059         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewUserTasks">
3060             <summary></summary>
3061         </member>
3062         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewShortcutTasks">
3063             <summary></summary>
3064         </member>
3065         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewHTMLTasks">
3066             <summary></summary>
3067         </member>
3068         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCompilerTasks">
3069             <summary></summary>
3070         </member>
3071         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCommentTasks">
3072             <summary></summary>
3073         </member>
3074         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCurrentFileTasks">
3075             <summary></summary>
3076         </member>
3077         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCheckedTasks">
3078             <summary></summary>
3079         </member>
3080         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewUncheckedTasks">
3081             <summary></summary>
3082         </member>
3083         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsTaskList">
3084             <summary></summary>
3085         </member>
3086         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsTaskListPackage">
3087             <summary></summary>
3088         </member>
3089         <member name="F:Microsoft.VisualStudio.NativeMethods.SID_SVsToolboxActiveXDataProvider">
3090             <summary></summary>
3091         </member>
3092         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsDocOutlinePackage">
3093             <summary></summary>
3094         </member>
3095         <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsCfgProviderEventsHelper">
3096             <summary></summary>
3097         </member>
3098         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_COMPlusPage">
3099             <summary></summary>
3100         </member>
3101         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_COMClassicPage">
3102             <summary></summary>
3103         </member>
3104         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_SolutionPage">
3105             <summary></summary>
3106         </member>
3107         <member name="M:Microsoft.VisualStudio.NativeMethods.Succeeded(System.Int32)">
3108             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.Succeeded&quot;]/*"/>
3109         </member>
3110         <member name="M:Microsoft.VisualStudio.NativeMethods.Failed(System.Int32)">
3111             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.Failed&quot;]/*"/>
3112         </member>
3113         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_Any">
3114             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_Any&quot;]/*"/>
3115         </member>
3116         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_Primary">
3117             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_Primary&quot;]/*"/>
3118         </member>
3119         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_Debugging">
3120             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_Debugging&quot;]/*"/>
3121         </member>
3122         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_Code">
3123             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_Code&quot;]/*"/>
3124         </member>
3125         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_Designer">
3126             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_Designer&quot;]/*"/>
3127         </member>
3128         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_TextView">
3129             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_TextView&quot;]/*"/>
3130         </member>
3131         <member name="F:Microsoft.VisualStudio.NativeMethods.LOGVIEWID_UserChooseView">
3132             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.LOGVIEWID_UserChooseView&quot;]/*"/>
3133         </member>
3134         <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsUIHierarchyWindowCmds">
3135             <summary>Command Group GUID for commands that only apply to the UIHierarchyWindow.</summary>
3136         </member>
3137         <member name="M:Microsoft.VisualStudio.NativeMethods.IsSamePath(System.String,System.String)">
3138             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.IsSamePath&quot;]/*"/>
3139             <devdoc>
3140             Please use this "approved" method to compare file names.
3141             </devdoc>
3142         </member>
3143         <member name="M:Microsoft.VisualStudio.NativeMethods.PostMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
3144             <summary>
3145             Places a message in the message queue associated with the thread that created the 
3146             specified window and then returns without waiting for the thread to process the message. 
3147             </summary>
3148             <param name="hwnd">Handle to the window whose window procedure is to receive the message.</param>
3149             <param name="msg">Specifies the message to be posted.</param>
3150             <param name="wparam">Specifies additional message-specific information.</param>
3151             <param name="lparam">Specifies additional message-specific information.</param>
3152             <returns>Nonzero indicates success. Zero indicates failure.</returns>
3153         </member>
3154         <member name="M:Microsoft.VisualStudio.NativeMethods.GetWindowLong(System.Runtime.InteropServices.HandleRef,System.Int32)">
3155             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GetWindowLong&quot;]/*"/>
3156         </member>
3157         <member name="M:Microsoft.VisualStudio.NativeMethods.SetWindowLong(System.IntPtr,System.Int16,System.Int32)">
3158             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SetWindowLong&quot;]/*"/>
3159         </member>
3160         <member name="M:Microsoft.VisualStudio.NativeMethods.SetParent(System.IntPtr,System.IntPtr)">
3161             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SetParent&quot;]/*"/>
3162             <summary>
3163             Changes the parent window of the specified child window.
3164             </summary>
3165             <param name="hWnd">Handle to the child window.</param>
3166             <param name="hWndParent">Handle to the new parent window. If this parameter is NULL, the desktop window becomes the new parent window.</param>
3167             <returns>A handle to the previous parent window indicates success. NULL indicates failure.</returns>
3168         </member>
3169         <member name="M:Microsoft.VisualStudio.NativeMethods.SetFocus(System.IntPtr)">
3170             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.SetFocus&quot;]/*"/>
3171         </member>
3172         <member name="M:Microsoft.VisualStudio.NativeMethods.GetClientRect(System.IntPtr,Microsoft.VisualStudio.NativeMethods.RECT@)">
3173             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.GetClientRect&quot;]/*"/>
3174         </member>
3175         <member name="M:Microsoft.VisualStudio.NativeMethods.IsSameComObject(System.Object,System.Object)">
3176             <summary>
3177             Compares two COM objects to see if they represent the same underlying object.
3178             </summary>
3179         </member>
3180         <member name="T:Microsoft.VisualStudio.NativeMethods.VSTASKBITMAP">
3181             <summary>
3182             Specifies options for a bitmap image associated with a task item.
3183             </summary>
3184         </member>
3185         <member name="T:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds">
3186             <summary>
3187             The following commands are special commands that only apply to the UIHierarchyWindow.
3188             They are defined as part of the command group GUID: GUID_VsUIHierarchyWindowCmds.
3189             </summary>
3190         </member>
3191         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_RightClick">
3192             <summary></summary>
3193         </member>
3194         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_DoubleClick">
3195             <summary></summary>
3196         </member>
3197         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_EnterKey">
3198             <summary></summary>
3199         </member>
3200         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_StartLabelEdit">
3201             <summary></summary>
3202         </member>
3203         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_CommitLabelEdit">
3204             <summary></summary>
3205         </member>
3206         <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_CancelLabelEdit">
3207             <summary></summary>
3208         </member>
3209         <member name="T:Microsoft.VisualStudio.NativeMethods.VSSELELEMID">
3210             <summary>
3211             These element IDs are the only element IDs that can be used with the selection service.
3212             </summary>
3213         </member>
3214         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_UndoManager">
3215             <summary></summary>
3216         </member>
3217         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_WindowFrame">
3218             <summary></summary>
3219         </member>
3220         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_DocumentFrame">
3221             <summary></summary>
3222         </member>
3223         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_StartupProject">
3224             <summary></summary>
3225         </member>
3226         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_PropertyBrowserSID">
3227             <summary></summary>
3228         </member>
3229         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_UserContext">
3230             <summary></summary>
3231         </member>
3232         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_ResultList">
3233             <summary></summary>
3234         </member>
3235         <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_LastWindowFrame">
3236             <summary></summary>
3237         </member>
3238         <member name="T:Microsoft.VisualStudio.NativeMethods.NMHDR">
3239             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NMHDR&quot;]/*"/>
3240         </member>
3241         <member name="F:Microsoft.VisualStudio.NativeMethods.NMHDR.hwndFrom">
3242             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NMHDR.hwndFrom;&quot;]/*"/>
3243         </member>
3244         <member name="F:Microsoft.VisualStudio.NativeMethods.NMHDR.idFrom">
3245             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NMHDR.idFrom;&quot;]/*"/>
3246         </member>
3247         <member name="F:Microsoft.VisualStudio.NativeMethods.NMHDR.code">
3248             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NMHDR.code;&quot;]/*"/>
3249         </member>
3250         <member name="T:Microsoft.VisualStudio.NativeMethods.RECT">
3251             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;RECT&quot;]/*"/>
3252         </member>
3253         <member name="F:Microsoft.VisualStudio.NativeMethods.RECT.left">
3254             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;RECT.left;&quot;]/*"/>
3255         </member>
3256         <member name="F:Microsoft.VisualStudio.NativeMethods.RECT.top">
3257             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;RECT.top;&quot;]/*"/>
3258         </member>
3259         <member name="F:Microsoft.VisualStudio.NativeMethods.RECT.right">
3260             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;RECT.right;&quot;]/*"/>
3261         </member>
3262         <member name="F:Microsoft.VisualStudio.NativeMethods.RECT.bottom">
3263             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;RECT.bottom;&quot;]/*"/>
3264         </member>
3265         <member name="T:Microsoft.VisualStudio.NativeMethods.OLECMDTEXT">
3266             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;OLECMDTEXT&quot;]/*"/>
3267             <devdoc>
3268             Helper class for setting the text parameters to OLECMDTEXT structures.
3269             </devdoc>
3270         </member>
3271         <member name="T:Microsoft.VisualStudio.NativeMethods.OLECMDTEXT.OLECMDTEXTF">
3272             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;OLECMDTEXTF&quot;]/*"/>
3273             <summary>
3274             Flags for the OLE command text
3275             </summary>
3276         </member>
3277         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECMDTEXT.OLECMDTEXTF.OLECMDTEXTF_NONE">
3278             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;OLECMDTEXTF.OLECMDTEXTF_NONE&quot;]/*"/>
3279             <summary>No flag</summary>
3280         </member>
3281         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECMDTEXT.OLECMDTEXTF.OLECMDTEXTF_NAME">
3282             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;OLECMDTEXTF.OLECMDTEXTF_NAME&quot;]/*"/>
3283             <summary>The name of the command is required.</summary>
3284         </member>
3285         <member name="F:Microsoft.VisualStudio.NativeMethods.OLECMDTEXT.OLECMDTEXTF.OLECMDTEXTF_STATUS">
3286             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;OLECMDTEXTF.OLECMDTEXTF_STATUS&quot;]/*"/>
3287             <summary>A description of the status is required.</summary>
3288         </member>
3289         <member name="T:Microsoft.VisualStudio.NativeMethods.tagOLECMDF">
3290             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF&quot;]/*"/>
3291             <devdoc>
3292             OLECMDF enums for IOleCommandTarget
3293             </devdoc>
3294         </member>
3295         <member name="F:Microsoft.VisualStudio.NativeMethods.tagOLECMDF.OLECMDF_SUPPORTED">
3296             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF.OLECMDF_SUPPORTED&quot;]/*"/>
3297         </member>
3298         <member name="F:Microsoft.VisualStudio.NativeMethods.tagOLECMDF.OLECMDF_ENABLED">
3299             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF.OLECMDF_ENABLED&quot;]/*"/>
3300         </member>
3301         <member name="F:Microsoft.VisualStudio.NativeMethods.tagOLECMDF.OLECMDF_LATCHED">
3302             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF.OLECMDF_LATCHED&quot;]/*"/>
3303         </member>
3304         <member name="F:Microsoft.VisualStudio.NativeMethods.tagOLECMDF.OLECMDF_NINCHED">
3305             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF.OLECMDF_NINCHED&quot;]/*"/>
3306         </member>
3307         <member name="F:Microsoft.VisualStudio.NativeMethods.tagOLECMDF.OLECMDF_INVISIBLE">
3308             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;tagOLECMDF.OLECMDF_INVISIBLE&quot;]/*"/>
3309         </member>
3310         <member name="T:Microsoft.VisualStudio.NativeMethods.ConnectionPointCookie">
3311             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;ConnectionPointCookie&quot;]/*"/>
3312             <devdoc>
3313             Class that encapsulates a connection point cookie for COM event handling.
3314             </devdoc>
3315         </member>
3316         <member name="M:Microsoft.VisualStudio.NativeMethods.ConnectionPointCookie.#ctor(System.Object,System.Object,System.Type)">
3317             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;ConnectionPointCookie.ConnectionPointCookie&quot;]/*"/>
3318             <devdoc>
3319             Creates a connection point to of the given interface type.
3320             which will call on a managed code sink that implements that interface.
3321             </devdoc>
3322         </member>
3323         <member name="M:Microsoft.VisualStudio.NativeMethods.ConnectionPointCookie.Finalize">
3324             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;NativeMethods.Finalize1&quot;]/*"/>
3325         </member>
3326         <member name="M:Microsoft.VisualStudio.NativeMethods.ConnectionPointCookie.#ctor(System.Object,System.Object,System.Type,System.Boolean)">
3327             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;ConnectionPointCookie.ConnectionPointCookie1&quot;]/*"/>
3328             <devdoc>
3329             Creates a connection point to of the given interface type.
3330             which will call on a managed code sink that implements that interface.
3331             </devdoc>
3332         </member>
3333         <member name="T:Microsoft.VisualStudio.NativeMethods.IEventHandler">
3334             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IEventHandler&quot;]/*"/>
3335         </member>
3336         <member name="M:Microsoft.VisualStudio.NativeMethods.IEventHandler.AddHandler(System.String)">
3337             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IEventHandler.AddHandler&quot;]/*"/>
3338         </member>
3339         <member name="M:Microsoft.VisualStudio.NativeMethods.IEventHandler.RemoveHandler(System.String)">
3340             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IEventHandler.RemoveHandler&quot;]/*"/>
3341         </member>
3342         <member name="M:Microsoft.VisualStudio.NativeMethods.IEventHandler.GetHandledEvents">
3343             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IEventHandler.GetHandledEvents&quot;]/*"/>
3344         </member>
3345         <member name="M:Microsoft.VisualStudio.NativeMethods.IEventHandler.HandlesEvent(System.String)">
3346             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IEventHandler.HandlesEvent&quot;]/*"/>
3347         </member>
3348         <member name="T:Microsoft.VisualStudio.NativeMethods.IParameterKind">
3349             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind&quot;]/*"/>
3350         </member>
3351         <member name="M:Microsoft.VisualStudio.NativeMethods.IParameterKind.SetParameterPassingMode(Microsoft.VisualStudio.NativeMethods.PARAMETER_PASSING_MODE)">
3352             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind.SetParameterPassingMode&quot;]/*"/>
3353         </member>
3354         <member name="M:Microsoft.VisualStudio.NativeMethods.IParameterKind.SetParameterArrayDimensions(System.Int32)">
3355             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind.SetParameterArrayDimensions&quot;]/*"/>
3356         </member>
3357         <member name="M:Microsoft.VisualStudio.NativeMethods.IParameterKind.GetParameterArrayCount">
3358             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind.GetParameterArrayCount&quot;]/*"/>
3359         </member>
3360         <member name="M:Microsoft.VisualStudio.NativeMethods.IParameterKind.GetParameterArrayDimensions(System.Int32)">
3361             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind.GetParameterArrayDimensions&quot;]/*"/>
3362         </member>
3363         <member name="M:Microsoft.VisualStudio.NativeMethods.IParameterKind.GetParameterPassingMode">
3364             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IParameterKind.GetParameterPassingMode&quot;]/*"/>
3365         </member>
3366         <member name="T:Microsoft.VisualStudio.NativeMethods.PARAMETER_PASSING_MODE">
3367             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;PARAMETER_PASSING_MODE&quot;]/*"/>
3368         </member>
3369         <member name="F:Microsoft.VisualStudio.NativeMethods.PARAMETER_PASSING_MODE.cmParameterTypeIn">
3370             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;PARAMETER_PASSING_MODE.cmParameterTypeIn&quot;]/*"/>
3371         </member>
3372         <member name="F:Microsoft.VisualStudio.NativeMethods.PARAMETER_PASSING_MODE.cmParameterTypeOut">
3373             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;PARAMETER_PASSING_MODE.cmParameterTypeOut&quot;]/*"/>
3374         </member>
3375         <member name="F:Microsoft.VisualStudio.NativeMethods.PARAMETER_PASSING_MODE.cmParameterTypeInOut">
3376             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;PARAMETER_PASSING_MODE.cmParameterTypeInOut&quot;]/*"/>
3377         </member>
3378         <member name="T:Microsoft.VisualStudio.NativeMethods.IMethodXML">
3379             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IMethodXML&quot;]/*"/>
3380         </member>
3381         <member name="M:Microsoft.VisualStudio.NativeMethods.IMethodXML.GetXML(System.String@)">
3382             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IMethodXML.GetXML&quot;]/*"/>
3383         </member>
3384         <member name="M:Microsoft.VisualStudio.NativeMethods.IMethodXML.SetXML(System.String)">
3385             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IMethodXML.SetXML&quot;]/*"/>
3386         </member>
3387         <member name="M:Microsoft.VisualStudio.NativeMethods.IMethodXML.GetBodyPoint(System.Object@)">
3388             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IMethodXML.GetBodyPoint&quot;]/*"/>
3389         </member>
3390         <member name="T:Microsoft.VisualStudio.NativeMethods.IVBFileCodeModelEvents">
3391             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IVBFileCodeModelEvents&quot;]/*"/>
3392         </member>
3393         <member name="M:Microsoft.VisualStudio.NativeMethods.IVBFileCodeModelEvents.StartEdit">
3394             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IVBFileCodeModelEvents.StartEdit&quot;]/*"/>
3395         </member>
3396         <member name="M:Microsoft.VisualStudio.NativeMethods.IVBFileCodeModelEvents.EndEdit">
3397             <!-- Failed to insert some or all of included XML --><include file="doc\NativeMethods.uex" path="docs/doc[@for=&quot;IVBFileCodeModelEvents.EndEdit&quot;]/*"/>
3398         </member>
3399         <member name="T:Microsoft.VisualStudio.NativeMethods.ICodeClassBase">
3400             --------------------------------------------------------------------------
3401              ICodeClassBase:
3402             --------------------------------------------------------------------------
3403         </member>
3404         <member name="T:Microsoft.VisualStudio.Package.IScanner">
3405             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;IScanner&quot;]/*"/>
3406             <summary>
3407             Scans individual source lines and provides coloring and trigger information about tokens.
3408             </summary>
3409         </member>
3410         <member name="M:Microsoft.VisualStudio.Package.IScanner.SetSource(System.String,System.Int32)">
3411             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;IScanner.SetSource&quot;]/*"/>
3412             <summary>
3413             Used to (re)initialize the scanner before scanning a small portion of text, such as single source line for syntax coloring purposes
3414             </summary>
3415             <param name="source">The source text portion to be scanned</param>
3416             <param name="offset">The index of the first character to be scanned</param>
3417         </member>
3418         <member name="M:Microsoft.VisualStudio.Package.IScanner.ScanTokenAndProvideInfoAboutIt(Microsoft.VisualStudio.Package.TokenInfo,System.Int32@)">
3419             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;IScanner.ScanTokenAndProvideInfoAboutIt&quot;]/*"/>
3420             <summary>
3421             Scan the next token and fill in syntax coloring details about it in tokenInfo.
3422             </summary>
3423             <param name="tokenInfo">Keeps information about token.</param>
3424             <param name="state">Keeps track of scanner state. In: state after last token. Out: state after current token.</param>
3425             <returns></returns>
3426         </member>
3427         <member name="T:Microsoft.VisualStudio.Package.TokenColor">
3428             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor&quot;]/*"/>
3429         </member>
3430         <member name="F:Microsoft.VisualStudio.Package.TokenColor.Text">
3431             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.Text&quot;]/*"/>
3432         </member>
3433         <member name="F:Microsoft.VisualStudio.Package.TokenColor.Keyword">
3434             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.Keyword&quot;]/*"/>
3435         </member>
3436         <member name="F:Microsoft.VisualStudio.Package.TokenColor.Comment">
3437             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.Comment&quot;]/*"/>
3438         </member>
3439         <member name="F:Microsoft.VisualStudio.Package.TokenColor.Identifier">
3440             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.Identifier&quot;]/*"/>
3441         </member>
3442         <member name="F:Microsoft.VisualStudio.Package.TokenColor.String">
3443             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.String&quot;]/*"/>
3444         </member>
3445         <member name="F:Microsoft.VisualStudio.Package.TokenColor.Number">
3446             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenColor.Number&quot;]/*"/>
3447         </member>
3448         <member name="T:Microsoft.VisualStudio.Package.TokenInfo">
3449             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo&quot;]/*"/>
3450         </member>
3451         <member name="M:Microsoft.VisualStudio.Package.TokenInfo.#ctor">
3452             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.TokenInfo&quot;]/*"/>
3453         </member>
3454         <member name="M:Microsoft.VisualStudio.Package.TokenInfo.#ctor(System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenType)">
3455             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.TokenInfo1&quot;]/*"/>
3456         </member>
3457         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.StartIndex">
3458             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.StartIndex;&quot;]/*"/>
3459         </member>
3460         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.EndIndex">
3461             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.EndIndex;&quot;]/*"/>
3462         </member>
3463         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.Color">
3464             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.Color;&quot;]/*"/>
3465         </member>
3466         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.Type">
3467             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.Type;&quot;]/*"/>
3468         </member>
3469         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.Trigger">
3470             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.Trigger;&quot;]/*"/>
3471         </member>
3472         <member name="P:Microsoft.VisualStudio.Package.TokenInfo.Token">
3473             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenInfo.StartIndex;&quot;]/*"/>
3474             <summary>Language Specific</summary>
3475         </member>
3476         <member name="T:Microsoft.VisualStudio.Package.TokenTriggers">
3477             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers&quot;]/*"/>
3478             <summary>
3479             TokenTriggers:
3480             If a character has (a) trigger(s) associated with it, it may
3481             fire one or both of the following triggers:
3482             MemberSelect - a member selection tip window
3483             MatchBraces - highlight matching braces
3484             or the following trigger:
3485             MethodTip - a method tip window
3486                 
3487             The following triggers exist for speed reasons: the (fast) lexer 
3488             determines when a (slow) parse might be needed. 
3489             The Trigger.MethodTip trigger is subdivided in 4 
3490             other triggers. It is the best to be as specific as possible;
3491             it is better to return Trigger.ParamStart than Trigger.Param
3492             (or Trigger.MethodTip) 
3493             </summary>
3494         </member>
3495         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.None">
3496             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.None&quot;]/*"/>
3497         </member>
3498         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.MemberSelect">
3499             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.MemberSelect&quot;]/*"/>
3500         </member>
3501         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.MatchBraces">
3502             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.MatchBraces&quot;]/*"/>
3503         </member>
3504         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.MethodTip">
3505             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.MethodTip&quot;]/*"/>
3506         </member>
3507         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.ParameterStart">
3508             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.ParamStart&quot;]/*"/>
3509         </member>
3510         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.ParameterNext">
3511             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.ParamNext&quot;]/*"/>
3512         </member>
3513         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.ParameterEnd">
3514             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.ParamEnd&quot;]/*"/>
3515         </member>
3516         <member name="F:Microsoft.VisualStudio.Package.TokenTriggers.Parameter">
3517             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenTriggers.Param&quot;]/*"/>
3518         </member>
3519         <member name="T:Microsoft.VisualStudio.Package.TokenType">
3520             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType&quot;]/*"/>
3521         </member>
3522         <member name="F:Microsoft.VisualStudio.Package.TokenType.Unknown">
3523             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Unknown&quot;]/*"/>
3524         </member>
3525         <member name="F:Microsoft.VisualStudio.Package.TokenType.Text">
3526             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Text&quot;]/*"/>
3527         </member>
3528         <member name="F:Microsoft.VisualStudio.Package.TokenType.Keyword">
3529             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Keyword&quot;]/*"/>
3530         </member>
3531         <member name="F:Microsoft.VisualStudio.Package.TokenType.Identifier">
3532             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Identifier&quot;]/*"/>
3533         </member>
3534         <member name="F:Microsoft.VisualStudio.Package.TokenType.String">
3535             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.String&quot;]/*"/>
3536         </member>
3537         <member name="F:Microsoft.VisualStudio.Package.TokenType.Literal">
3538             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Literal&quot;]/*"/>
3539         </member>
3540         <member name="F:Microsoft.VisualStudio.Package.TokenType.Operator">
3541             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Operator&quot;]/*"/>
3542         </member>
3543         <member name="F:Microsoft.VisualStudio.Package.TokenType.Delimiter">
3544             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Delimiter&quot;]/*"/>
3545         </member>
3546         <member name="F:Microsoft.VisualStudio.Package.TokenType.WhiteSpace">
3547             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.WhiteSpace&quot;]/*"/>
3548         </member>
3549         <member name="F:Microsoft.VisualStudio.Package.TokenType.LineComment">
3550             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.LineComment&quot;]/*"/>
3551         </member>
3552         <member name="F:Microsoft.VisualStudio.Package.TokenType.Comment">
3553             <!-- Failed to insert some or all of included XML --><include file="doc\Scanner.uex" path="docs/doc[@for=&quot;TokenType.Comment&quot;]/*"/>
3554         </member>
3555         <member name="T:Microsoft.VisualStudio.Package.Severity">
3556             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Severity&quot;]/*"/>
3557         </member>
3558         <member name="F:Microsoft.VisualStudio.Package.Severity.Hint">
3559             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Severity.Hint&quot;]/*"/>
3560         </member>
3561         <member name="F:Microsoft.VisualStudio.Package.Severity.Warning">
3562             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Severity.Warning&quot;]/*"/>
3563         </member>
3564         <member name="F:Microsoft.VisualStudio.Package.Severity.Error">
3565             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Severity.Error&quot;]/*"/>
3566         </member>
3567         <member name="F:Microsoft.VisualStudio.Package.Severity.Fatal">
3568             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Severity.Fatal&quot;]/*"/>
3569         </member>
3570         <member name="T:Microsoft.VisualStudio.Package.CommentInfo">
3571             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CommentInfo&quot;]/*"/>
3572         </member>
3573         <member name="P:Microsoft.VisualStudio.Package.CommentInfo.LineStart">
3574             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CommentInfo.LineStart;&quot;]/*"/>
3575         </member>
3576         <member name="P:Microsoft.VisualStudio.Package.CommentInfo.BlockStart">
3577             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CommentInfo.BlockStart;&quot;]/*"/>
3578         </member>
3579         <member name="P:Microsoft.VisualStudio.Package.CommentInfo.BlockEnd">
3580             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CommentInfo.BlockEnd;&quot;]/*"/>
3581         </member>
3582         <member name="P:Microsoft.VisualStudio.Package.CommentInfo.UseLineComments">
3583             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CommentInfo.UseLineComments;&quot;]/*"/>
3584         </member>
3585         <member name="T:Microsoft.VisualStudio.Package.Source">
3586             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source&quot;]/*"/>
3587             <summary>
3588             Source represents one source file and manages the parsing and intellisense on this file
3589             and keeping things like the drop down combos in sync with the source and so on.
3590             </summary>
3591         </member>
3592         <member name="M:Microsoft.VisualStudio.Package.Source.#ctor(Microsoft.VisualStudio.Package.LanguageService,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines,Microsoft.VisualStudio.Package.Colorizer)">
3593             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Source&quot;]/*"/>
3594         </member>
3595         <member name="M:Microsoft.VisualStudio.Package.Source.Finalize">
3596             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Finalize&quot;]/*"/>
3597         </member>
3598         <member name="M:Microsoft.VisualStudio.Package.Source.RegisterTextBufferEventHandlers(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
3599             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.RegisterTextBufferEventHandlers&quot;]/*"/>
3600         </member>
3601         <member name="M:Microsoft.VisualStudio.Package.Source.GetColorizer">
3602             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetColorizer&quot;]/*"/>
3603         </member>
3604         <member name="M:Microsoft.VisualStudio.Package.Source.Recolorize(System.Int32,System.Int32)">
3605             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Recolorize&quot;]/*"/>
3606         </member>
3607         <member name="M:Microsoft.VisualStudio.Package.Source.CreateAuthoringSink(Microsoft.VisualStudio.Package.ParseReason,System.Int32,System.Int32)">
3608             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CreateAuthoringSink&quot;]/*"/>
3609         </member>
3610         <member name="M:Microsoft.VisualStudio.Package.Source.CreateCompletionSet">
3611             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CreateCompletionSet&quot;]/*"/>
3612         </member>
3613         <member name="M:Microsoft.VisualStudio.Package.Source.CreateMethodData">
3614             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetMethodData&quot;]/*"/>
3615         </member>
3616         <member name="M:Microsoft.VisualStudio.Package.Source.GetTaskProvider">
3617             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTaskProvider&quot;]/*"/>
3618         </member>
3619         <member name="M:Microsoft.VisualStudio.Package.Source.GetExpansionProvider">
3620             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetExpansionProvider&quot;]/*"/>
3621         </member>
3622         <member name="M:Microsoft.VisualStudio.Package.Source.DismissCompletor">
3623             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.DismissCompletor&quot;]/*"/>
3624         </member>
3625         <member name="M:Microsoft.VisualStudio.Package.Source.Open">
3626             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Open&quot;]/*"/>
3627         </member>
3628         <member name="M:Microsoft.VisualStudio.Package.Source.Close">
3629             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Close&quot;]/*"/>
3630         </member>
3631         <member name="M:Microsoft.VisualStudio.Package.Source.Dispose">
3632             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Source.Dispose&quot;]/*"/>
3633         </member>
3634         <member name="M:Microsoft.VisualStudio.Package.Source.GetTextLines">
3635             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTextLines&quot;]/*"/>
3636         </member>
3637         <member name="M:Microsoft.VisualStudio.Package.Source.GetLineLength(System.Int32)">
3638             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetLineLength&quot;]/*"/>
3639         </member>
3640         <member name="M:Microsoft.VisualStudio.Package.Source.GetLineCount">
3641             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetLineCount&quot;]/*"/>
3642         </member>
3643         <member name="M:Microsoft.VisualStudio.Package.Source.GetPositionOfLineIndex(System.Int32,System.Int32)">
3644             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetPositionOfLineIndex&quot;]/*"/>
3645         </member>
3646         <member name="M:Microsoft.VisualStudio.Package.Source.GetLineIndexOfPosition(System.Int32,System.Int32@,System.Int32@)">
3647             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetLineIndexOfPosition&quot;]/*"/>
3648         </member>
3649         <member name="M:Microsoft.VisualStudio.Package.Source.GetLine(System.Int32)">
3650             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetLine&quot;]/*"/>
3651         </member>
3652         <member name="M:Microsoft.VisualStudio.Package.Source.GetText">
3653             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetText&quot;]/*"/>
3654         </member>
3655         <member name="M:Microsoft.VisualStudio.Package.Source.GetText(System.Int32,System.Int32,System.Int32,System.Int32)">
3656             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetText1&quot;]/*"/>
3657         </member>
3658         <member name="M:Microsoft.VisualStudio.Package.Source.GetText(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
3659             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetText2&quot;]/*"/>
3660         </member>
3661         <member name="M:Microsoft.VisualStudio.Package.Source.GetTextUpToLine(System.Int32)">
3662             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTextUpToLine&quot;]/*"/>
3663         </member>
3664         <member name="M:Microsoft.VisualStudio.Package.Source.SetText(System.String)">
3665             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.SetText&quot;]/*"/>
3666         </member>
3667         <member name="M:Microsoft.VisualStudio.Package.Source.SetText(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
3668             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.SetText&quot;]/*"/>
3669         </member>
3670         <member name="M:Microsoft.VisualStudio.Package.Source.SetText(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
3671             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.SetText&quot;]/*"/>
3672         </member>
3673         <member name="M:Microsoft.VisualStudio.Package.Source.GetUserData(System.Guid@)">
3674             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetUserData&quot;]/*"/>
3675         </member>
3676         <member name="M:Microsoft.VisualStudio.Package.Source.SetUserData(System.Guid@,System.Object)">
3677             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.SetUserData&quot;]/*"/>
3678         </member>
3679         <member name="M:Microsoft.VisualStudio.Package.Source.ReformatSpan(Microsoft.VisualStudio.Package.EditArray,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
3680             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ViewFilter.Reformat&quot;]/*"/>
3681             <summary>
3682             This method formats the given span using the given EditArray. The default behavior does nothing.  
3683             So you need to override this method if you want formatting to work.  
3684             An empty input span means reformat the entire document.
3685             You also need to turn on Preferences.EnableFormatSelection.
3686             </summary>
3687         </member>
3688         <member name="M:Microsoft.VisualStudio.Package.Source.GetCommentFormat">
3689             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Source.GetCommentFormat&quot;]/*"/>
3690             <summary>Override this method if you want to provide different comment dilimiters.
3691             You can turn off commenting by setting Preferences.EnableCommenting to false.</summary>
3692         </member>
3693         <member name="M:Microsoft.VisualStudio.Package.Source.CommentSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
3694             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;Source.CommentSpan&quot;]/*"/>
3695         </member>
3696         <member name="M:Microsoft.VisualStudio.Package.Source.CommentLines(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
3697             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;Source.CommentBlock&quot;]/*"/>
3698             <summary>
3699             Called from Comment Selection. Default behavior is to insert line style comments
3700             at beginning and end of selection. Override to add custome behavior.
3701             </summary>
3702             <param name="span"></param>
3703             <param name="lineComment"></param>
3704             <returns>The final span of the commented lines including the comment delimiters</returns>
3705         </member>
3706         <member name="M:Microsoft.VisualStudio.Package.Source.CommentBlock(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String,System.String)">
3707             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;Source.CommentBlock&quot;]/*"/>
3708             <summary>
3709             Called from Comment Selection. Default behavior is to insert block style comments
3710             at beginning and end of selection. Override to add custome behavior.
3711             </summary>
3712             <returns>The final span of the commented block including the comment delimiters</returns>
3713         </member>
3714         <member name="M:Microsoft.VisualStudio.Package.Source.UncommentSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
3715             <summary>
3716             Uncomments the given span of text and returns the span of the uncommented block.
3717             </summary>
3718         </member>
3719         <member name="M:Microsoft.VisualStudio.Package.Source.UncommentLines(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String)">
3720             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.UncommentLines&quot;]/*"/>
3721         </member>
3722         <member name="M:Microsoft.VisualStudio.Package.Source.UncommentBlock(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String,System.String)">
3723             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.UncommentBlock&quot;]/*"/>
3724             <summary>Uncomments the given block and returns the span of the uncommented block</summary>
3725         </member>
3726         <member name="M:Microsoft.VisualStudio.Package.Source.OnChangeLineText(Microsoft.VisualStudio.TextManager.Interop.TextLineChange[],System.Int32)">
3727             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnChangeLineText&quot;]/*"/>
3728         </member>
3729         <member name="M:Microsoft.VisualStudio.Package.Source.OnChangeLineAttributes(System.Int32,System.Int32)">
3730             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnChangeLineAttributes&quot;]/*"/>
3731         </member>
3732         <member name="M:Microsoft.VisualStudio.Package.Source.GetFilePath">
3733             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetFilePath&quot;]/*"/>
3734         </member>
3735         <member name="M:Microsoft.VisualStudio.Package.Source.ScanToNonWhitespaceChar(System.Int32)">
3736             <summary>
3737             Return the column position of 1st non whitespace character on line
3738             </summary>
3739             <param name="line"></param>
3740             <returns></returns>
3741         </member>
3742         <member name="M:Microsoft.VisualStudio.Package.Source.ColumnToVisiblePosition(System.Int32,System.Int32)">
3743             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.ColumnToVisiblePosition&quot;]/*"/>
3744             <summary>
3745             Return the column position that the user will see given the current
3746             tab size setting.  This is the opposite of VisiblePositionToColumn
3747             </summary>
3748         </member>
3749         <member name="M:Microsoft.VisualStudio.Package.Source.VisiblePositionToColumn(System.Int32,System.Int32)">
3750             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.VisiblePositionToColumn&quot;]/*"/>
3751             <summary>
3752             Convert a user visible position back to char position in the buffer.
3753             This is the opposite of ColumnToVisiblePosition. In this case the 
3754             visible position was off the end of the line, it just returns the 
3755             column position at the end of the line.
3756             </summary>
3757         </member>
3758         <member name="M:Microsoft.VisualStudio.Package.Source.GetDocumentSpan">
3759             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetDocumentSpan&quot;]/*"/>
3760         </member>
3761         <member name="M:Microsoft.VisualStudio.Package.Source.CreateErrorTaskItem(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String,System.String,Microsoft.VisualStudio.Shell.TaskPriority,Microsoft.VisualStudio.Shell.TaskCategory,Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE,Microsoft.VisualStudio.Shell.TaskErrorCategory)">
3762             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CreateErrorTaskItem&quot;]/*"/>
3763         </member>
3764         <member name="M:Microsoft.VisualStudio.Package.Source.CreateErrorTaskItem(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE,System.String)">
3765             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CreateErrorTaskItem2&quot;]/*"/>
3766         </member>
3767         <member name="M:Microsoft.VisualStudio.Package.Source.GetNewLine(System.Int32)">
3768             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetNewLine&quot;]/*"/>
3769         </member>
3770         <member name="M:Microsoft.VisualStudio.Package.Source.NormalizeNewlines(System.String,System.String)">
3771             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.NormalizeNewlines&quot;]/*"/>
3772             <summary>Convert the newlines in the given input string to the style of newline
3773             provided in the second argument.</summary>
3774         </member>
3775         <member name="M:Microsoft.VisualStudio.Package.Source.GetTokenInfoAt(Microsoft.VisualStudio.Package.TokenInfo[],System.Int32,Microsoft.VisualStudio.Package.TokenInfo@)">
3776             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTokenInfoAt&quot;]/*"/>
3777         </member>
3778         <member name="M:Microsoft.VisualStudio.Package.Source.OnIdle(System.Boolean)">
3779             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnIdle&quot;]/*"/>
3780         </member>
3781         <member name="M:Microsoft.VisualStudio.Package.Source.BeginParse">
3782             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.BeginParse&quot;]/*"/>
3783         </member>
3784         <member name="M:Microsoft.VisualStudio.Package.Source.GetTokenInfo(System.Int32,System.Int32)">
3785             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTokenInfo&quot;]/*"/>
3786         </member>
3787         <member name="M:Microsoft.VisualStudio.Package.Source.OnCommand(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.VSConstants.VSStd2KCmdID,System.Char)">
3788             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnCommand&quot;]/*"/>
3789         </member>
3790         <member name="M:Microsoft.VisualStudio.Package.Source.GetWordExtent(System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.WORDEXTFLAGS,System.Int32@,System.Int32@)">
3791             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetWordExtent&quot;]/*"/>
3792         </member>
3793         <member name="M:Microsoft.VisualStudio.Package.Source.TrimSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
3794             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.TrimSpan(ref span);&quot;]/*"/>
3795             Trim whitespace from the beginning and ending of the given span.
3796         </member>
3797         <member name="M:Microsoft.VisualStudio.Package.Source.Completion(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.Package.TokenInfo,Microsoft.VisualStudio.Package.ParseReason)">
3798             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Completion&quot;]/*"/>
3799         </member>
3800         <member name="M:Microsoft.VisualStudio.Package.Source.MethodTip(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo)">
3801             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.MethodTip&quot;]/*"/>
3802         </member>
3803         <member name="M:Microsoft.VisualStudio.Package.Source.MatchBraces(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo)">
3804             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.MatchBraces&quot;]/*"/>
3805         </member>
3806         <member name="M:Microsoft.VisualStudio.Package.Source.GetPairExtents(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
3807             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetPairExtents&quot;]/*"/>
3808         </member>
3809         <member name="M:Microsoft.VisualStudio.Package.Source.BeginParse(System.Int32,System.Int32,Microsoft.VisualStudio.Package.TokenInfo,Microsoft.VisualStudio.Package.ParseReason,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.Package.ParseResultHandler)">
3810             <summary>
3811             BeginParse is called when this Source object needs to be parsed.  The default implementation
3812             uses the LanguageService background parse thread to do the work.
3813             </summary>
3814             <param name="line">The line position where intellisense is being requested (if any)</param>
3815             <param name="idx">The column position where intellisense is being requested</param>
3816             <param name="info">The token at the line/col position or an empty token</param>
3817             <param name="reason">The reason for this parse request</param>
3818             <param name="view">The IVsTextView or null if the view is not known.</param>
3819             <param name="callback">A callback delegate to call when the parse is completed.  If a callback 
3820             delegate is provided then the ParseRequest will be processed asynchronously on a background thread 
3821             and this method will return immediately, then the callback will be called on the UI thread when the 
3822             parse is completed.  The completed ParseRequest will then contain an AuthoringScope object which can 
3823             be used to complete intellisense requests.</param>
3824             <returns></returns>
3825         </member>
3826         <member name="M:Microsoft.VisualStudio.Package.Source.RemoveTask(Microsoft.VisualStudio.Package.DocumentTask)">
3827             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.RemoveTask&quot;]/*"/>
3828         </member>
3829         <member name="M:Microsoft.VisualStudio.Package.Source.RemoveHiddenRegions">
3830             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.RemoveHiddenRegions&quot;]/*"/>
3831         </member>
3832         <member name="M:Microsoft.VisualStudio.Package.Source.ProcessHiddenRegions(System.Collections.ArrayList)">
3833             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.ProcessHiddenRegions&quot;]/*"/>
3834         </member>
3835         <member name="M:Microsoft.VisualStudio.Package.Source.GetHiddenTextSession">
3836             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetHiddenTextSession&quot;]/*"/>
3837         </member>
3838         <member name="M:Microsoft.VisualStudio.Package.Source.OnHiddenRegionChange(Microsoft.VisualStudio.TextManager.Interop.IVsHiddenRegion,Microsoft.VisualStudio.TextManager.Interop.HIDDEN_REGION_EVENT,System.Int32)">
3839             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnHiddenRegionChange&quot;]/*"/>
3840         </member>
3841         <member name="M:Microsoft.VisualStudio.Package.Source.GetTipText(Microsoft.VisualStudio.TextManager.Interop.IVsHiddenRegion,System.String[])">
3842             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetTipText&quot;]/*"/>
3843         </member>
3844         <member name="M:Microsoft.VisualStudio.Package.Source.GetMarkerCommandInfo(Microsoft.VisualStudio.TextManager.Interop.IVsHiddenRegion,System.Int32,System.String[],System.UInt32[])">
3845             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.GetMarkerCommandInfo&quot;]/*"/>
3846         </member>
3847         <member name="M:Microsoft.VisualStudio.Package.Source.ExecMarkerCommand(Microsoft.VisualStudio.TextManager.Interop.IVsHiddenRegion,System.Int32)">
3848             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.ExecMarkerCommand&quot;]/*"/>
3849         </member>
3850         <member name="M:Microsoft.VisualStudio.Package.Source.MakeBaseSpanVisible(Microsoft.VisualStudio.TextManager.Interop.IVsHiddenRegion,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
3851             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.MakeBaseSpanVisible&quot;]/*"/>
3852         </member>
3853         <member name="M:Microsoft.VisualStudio.Package.Source.OnBeforeSessionEnd">
3854             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnBeforeSessionEnd&quot;]/*"/>
3855         </member>
3856         <member name="M:Microsoft.VisualStudio.Package.Source.OnUserDataChange(System.Guid@,System.Object)">
3857             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OnUserDataChange&quot;]/*"/>
3858         </member>
3859         <member name="P:Microsoft.VisualStudio.Package.Source.CompletedFirstParse">
3860             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CompletedFirstParse&quot;]/*"/>
3861         </member>
3862         <member name="P:Microsoft.VisualStudio.Package.Source.ColorState">
3863             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.ColorState;&quot;]/*"/>
3864         </member>
3865         <member name="P:Microsoft.VisualStudio.Package.Source.LanguageService">
3866             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.LanguageService&quot;]/*"/>
3867         </member>
3868         <member name="P:Microsoft.VisualStudio.Package.Source.CompletionSet">
3869             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.CompletionSet&quot;]/*"/>
3870         </member>
3871         <member name="P:Microsoft.VisualStudio.Package.Source.IsCompletorActive">
3872             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.IsCompletorActive&quot;]/*"/>
3873             <devdiv>returns true if either CompletionSet or MethodData is being displayed.</devdiv>
3874         </member>
3875         <member name="P:Microsoft.VisualStudio.Package.Source.IsClosed">
3876             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.IsClosed&quot;]/*"/>
3877         </member>
3878         <member name="P:Microsoft.VisualStudio.Package.Source.LastParseTime">
3879             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.LastParseTime&quot;]/*"/>
3880         </member>
3881         <member name="P:Microsoft.VisualStudio.Package.Source.IsDirty">
3882             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.Dirty&quot;]/*"/>
3883         </member>
3884         <member name="P:Microsoft.VisualStudio.Package.Source.ChangeCount">
3885             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.ChangeCount&quot;]/*"/>
3886             Returns a number indicating whether the buffer has changed since you last called.
3887         </member>
3888         <member name="P:Microsoft.VisualStudio.Package.Source.DirtySpan">
3889             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.DirtySpan&quot;]/*"/>
3890         </member>
3891         <member name="P:Microsoft.VisualStudio.Package.Source.OutliningEnabled">
3892             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Source.OutliningEnabled&quot;]/*"/>
3893         </member>
3894         <member name="T:Microsoft.VisualStudio.Package.Completor">
3895             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor&quot;]/*"/>
3896         </member>
3897         <member name="M:Microsoft.VisualStudio.Package.Completor.#ctor(Microsoft.VisualStudio.Package.LanguageService,Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String)">
3898             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.Completor&quot;]/*"/>
3899         </member>
3900         <member name="M:Microsoft.VisualStudio.Package.Completor.RefreshLine">
3901             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.RefreshLine&quot;]/*"/>
3902         </member>
3903         <member name="M:Microsoft.VisualStudio.Package.Completor.Dispose">
3904             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.Dispose&quot;]/*"/>
3905             <summary>This method calls Apply() if you have not already done it.</summary>
3906         </member>
3907         <member name="M:Microsoft.VisualStudio.Package.Completor.Apply">
3908             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.Apply&quot;]/*"/>
3909         </member>
3910         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeChar(System.Char)">
3911             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeChar&quot;]/*"/>
3912         </member>
3913         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeChars(System.String)">
3914             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeChars&quot;]/*"/>
3915         </member>
3916         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeLeft(System.Int32)">
3917             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeLeft&quot;]/*"/>
3918         </member>
3919         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeRight(System.Int32)">
3920             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeRight&quot;]/*"/>
3921         </member>
3922         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeBackspace(System.Int32)">
3923             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeBackspace&quot;]/*"/>
3924         </member>
3925         <member name="M:Microsoft.VisualStudio.Package.Completor.TypeDelete(System.Int32)">
3926             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.TypeDelete&quot;]/*"/>
3927         </member>
3928         <member name="P:Microsoft.VisualStudio.Package.Completor.IsExpansionActive">
3929             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.IsExpansionActive&quot;]/*"/>
3930         </member>
3931         <member name="P:Microsoft.VisualStudio.Package.Completor.AtEndOfLine">
3932             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;Completor.AtEndOfLine&quot;]/*"/>
3933         </member>
3934         <member name="M:Microsoft.VisualStudio.Package.CompoundActionBase.FlushEditActions">
3935             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundActionBase.FlushEditActions&quot;]/*"/>
3936         </member>
3937         <member name="M:Microsoft.VisualStudio.Package.CompoundActionBase.Dispose">
3938             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundActionBase.Dispose&quot;]/*"/>
3939             <summary>This method calls Close if you have not already called Close</summary>
3940         </member>
3941         <member name="M:Microsoft.VisualStudio.Package.CompoundActionBase.Close">
3942             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundActionBase.Close&quot;]/*"/>
3943         </member>
3944         <member name="M:Microsoft.VisualStudio.Package.CompoundActionBase.Abort">
3945             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundActionBase.Abort&quot;]/*"/>
3946         </member>
3947         <member name="T:Microsoft.VisualStudio.Package.CompoundAction">
3948             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction&quot;]/*"/>
3949             <summary>
3950             This class can be used in a using statement to open and close a compound edit action
3951             via IVsCompoundAction interface.  Be sure to call Close() at the end of your using
3952             statement, otherwise Dispose will call Abort.
3953             </summary>
3954         </member>
3955         <member name="M:Microsoft.VisualStudio.Package.CompoundAction.#ctor(Microsoft.VisualStudio.Package.Source,System.String)">
3956             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction.CompoundAction2&quot;]/*"/>
3957         </member>
3958         <member name="M:Microsoft.VisualStudio.Package.CompoundAction.FlushEditActions">
3959             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction.FlushEditActions&quot;]/*"/>
3960         </member>
3961         <member name="M:Microsoft.VisualStudio.Package.CompoundAction.Close">
3962             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction.Close&quot;]/*"/>
3963         </member>
3964         <member name="M:Microsoft.VisualStudio.Package.CompoundAction.Abort">
3965             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction.Abort&quot;]/*"/>
3966         </member>
3967         <member name="T:Microsoft.VisualStudio.Package.CompoundViewAction">
3968             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundAction&quot;]/*"/>
3969             <summary>
3970             This class can be used in a using statement to open and close a compound edit action
3971             via IVsCompoundAction interface from an IVsTextView.  This allows the view to optimize 
3972             it's updates based on edits you are making on the buffer, so it's the preferred way of
3973             doing things if you have access to the IVsTextView.  If not, use CompoundAction.
3974             </summary>
3975         </member>
3976         <member name="M:Microsoft.VisualStudio.Package.CompoundViewAction.#ctor(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.String)">
3977             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompoundViewAction.CompoundViewAction&quot;]/*"/>
3978         </member>
3979         <member name="T:Microsoft.VisualStudio.Package.CompletionSet">
3980             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet&quot;]/*"/>
3981         </member>
3982         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.#ctor(System.Windows.Forms.ImageList,Microsoft.VisualStudio.Package.Source)">
3983             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.CompletionSet&quot;]/*"/>
3984         </member>
3985         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.Init(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.Package.Declarations,System.Boolean)">
3986             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.Init&quot;]/*"/>
3987         </member>
3988         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.Dispose">
3989             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.Dispose&quot;]/*"/>
3990         </member>
3991         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.Close">
3992             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.Close&quot;]/*"/>
3993         </member>
3994         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.OnAutoComplete">
3995             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.OnAutoComplete&quot;]/*"/>
3996         </member>
3997         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetImageList(System.IntPtr@)">
3998             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetImageList&quot;]/*"/>
3999         </member>
4000         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetFlags">
4001             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetFlags&quot;]/*"/>
4002         </member>
4003         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetCount">
4004             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetCount&quot;]/*"/>
4005         </member>
4006         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetDisplayText(System.Int32,System.String@,System.Int32[])">
4007             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetDisplayText&quot;]/*"/>
4008         </member>
4009         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetDescriptionText(System.Int32,System.String@)">
4010             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetDescriptionText&quot;]/*"/>
4011         </member>
4012         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetInitialExtent(System.Int32@,System.Int32@,System.Int32@)">
4013             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetInitialExtent&quot;]/*"/>
4014         </member>
4015         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.GetBestMatch(System.String,System.Int32,System.Int32@,System.UInt32@)">
4016             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.GetBestMatch&quot;]/*"/>
4017         </member>
4018         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.OnCommit(System.String,System.Int32,System.Int32,System.UInt16,System.String@)">
4019             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.OnCommit&quot;]/*"/>
4020         </member>
4021         <member name="M:Microsoft.VisualStudio.Package.CompletionSet.Dismiss">
4022             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.Dismiss&quot;]/*"/>
4023         </member>
4024         <member name="P:Microsoft.VisualStudio.Package.CompletionSet.IsDisplayed">
4025             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.IsDisplayed&quot;]/*"/>
4026         </member>
4027         <member name="P:Microsoft.VisualStudio.Package.CompletionSet.IsCommitted">
4028             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.IsCommitted&quot;]/*"/>
4029         </member>
4030         <member name="P:Microsoft.VisualStudio.Package.CompletionSet.OnCommitText">
4031             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.OnCommitText&quot;]/*"/>
4032         </member>
4033         <member name="P:Microsoft.VisualStudio.Package.CompletionSet.Declarations">
4034             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;CompletionSet.Declarations&quot;]/*"/>
4035         </member>
4036         <member name="T:Microsoft.VisualStudio.Package.MethodData">
4037             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData&quot;]/*"/>
4038         </member>
4039         <member name="M:Microsoft.VisualStudio.Package.MethodData.#ctor(System.IServiceProvider)">
4040             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.MethodData&quot;]/*"/>
4041         </member>
4042         <member name="M:Microsoft.VisualStudio.Package.MethodData.Refresh(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.Package.Methods,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4043             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Refresh&quot;]/*"/>
4044         </member>
4045         <member name="M:Microsoft.VisualStudio.Package.MethodData.AdjustCurrentParameter(System.Int32)">
4046             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.AdjustCurrentParameter&quot;]/*"/>
4047         </member>
4048         <member name="M:Microsoft.VisualStudio.Package.MethodData.Close">
4049             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Close&quot;]/*"/>
4050         </member>
4051         <member name="M:Microsoft.VisualStudio.Package.MethodData.Dismiss">
4052             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Dismiss&quot;]/*"/>
4053         </member>
4054         <member name="M:Microsoft.VisualStudio.Package.MethodData.Dispose">
4055             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Dispose&quot;]/*"/>
4056         </member>
4057         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetOverloadCount">
4058             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetOverloadCount&quot;]/*"/>
4059         </member>
4060         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetCurMethod">
4061             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetCurMethod&quot;]/*"/>
4062         </member>
4063         <member name="M:Microsoft.VisualStudio.Package.MethodData.NextMethod">
4064             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.NextMethod&quot;]/*"/>
4065         </member>
4066         <member name="M:Microsoft.VisualStudio.Package.MethodData.PrevMethod">
4067             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.PrevMethod&quot;]/*"/>
4068         </member>
4069         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetParameterCount(System.Int32)">
4070             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetParameterCount&quot;]/*"/>
4071         </member>
4072         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetCurrentParameter(System.Int32)">
4073             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetCurrentParameter&quot;]/*"/>
4074         </member>
4075         <member name="M:Microsoft.VisualStudio.Package.MethodData.OnDismiss">
4076             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.OnDismiss&quot;]/*"/>
4077         </member>
4078         <member name="M:Microsoft.VisualStudio.Package.MethodData.UpdateView">
4079             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.UpdateView&quot;]/*"/>
4080         </member>
4081         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetContextStream(System.Int32@,System.Int32@)">
4082             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetContextStream&quot;]/*"/>
4083         </member>
4084         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetMethodText(System.Int32,Microsoft.VisualStudio.TextManager.Interop.MethodTextType)">
4085             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetMethodText&quot;]/*"/>
4086         </member>
4087         <member name="M:Microsoft.VisualStudio.Package.MethodData.GetParameterText(System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.ParameterTextType)">
4088             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.GetParameterText&quot;]/*"/>
4089         </member>
4090         <member name="P:Microsoft.VisualStudio.Package.MethodData.Provider">
4091             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Provider;&quot;]/*"/>
4092         </member>
4093         <member name="P:Microsoft.VisualStudio.Package.MethodData.MethodTipWindow">
4094             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.MethodTipWindow;&quot;]/*"/>
4095         </member>
4096         <member name="P:Microsoft.VisualStudio.Package.MethodData.Methods">
4097             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.Methods;&quot;]/*"/>
4098         </member>
4099         <member name="P:Microsoft.VisualStudio.Package.MethodData.TextView">
4100             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.TextView;&quot;]/*"/>
4101         </member>
4102         <member name="P:Microsoft.VisualStudio.Package.MethodData.IsDisplayed">
4103             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;MethodData.IsDisplayed&quot;]/*"/>
4104         </member>
4105         <member name="T:Microsoft.VisualStudio.Package.CompoundActionFactory">
4106             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;CompoundActionHelpers&quot;]/*"/>
4107         </member>
4108         <member name="T:Microsoft.VisualStudio.Package.TextSpanHelper">
4109             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper&quot;]/*"/>
4110         </member>
4111         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.StartsAfterStartOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4112             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.StartsAfterStartOf&quot;]/*"/>
4113             <devdoc>Returns true if the first span starts after the start of the second span.</devdoc>
4114         </member>
4115         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.StartsAfterEndOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4116             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.StartsAfterEndOf&quot;]/*"/>
4117             <devdoc>Returns true if the first span starts after the end of the second span.</devdoc>
4118         </member>
4119         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.StartsBeforeStartOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4120             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.StartsBeforeStartOf&quot;]/*"/>
4121             <devdoc>Returns true if the first span starts before the start of the second span.</devdoc>
4122         </member>
4123         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.StartsBeforeEndOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4124             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.StartsBeforeEndOf&quot;]/*"/>
4125             <devdoc>Returns true if the first span starts before the end of the second span.</devdoc>
4126         </member>
4127         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.EndsBeforeStartOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4128             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.EndsBeforeStartOf&quot;]/*"/>
4129             <devdoc>Returns true if the first span ends before the start of the second span.</devdoc>
4130         </member>
4131         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.EndsBeforeEndOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4132             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.EndsBeforeEndOf&quot;]/*"/>
4133             <devdoc>Returns true if the first span starts before the end of the second span.</devdoc>
4134         </member>
4135         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.EndsAfterStartOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4136             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.EndsAfterStartOf&quot;]/*"/>
4137             <devdoc>Returns true if the first span ends after the start of the second span.</devdoc>
4138         </member>
4139         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.EndsAfterEndOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4140             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.EndsBeforeEndOf&quot;]/*"/>
4141             <devdoc>Returns true if the first span starts after the end of the second span.</devdoc>
4142         </member>
4143         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.Merge(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4144             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.Merge&quot;]/*"/>
4145         </member>
4146         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsPositive(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4147             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsPositive&quot;]/*"/>
4148         </member>
4149         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.Clear(Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
4150             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.ClearTextSpan&quot;]/*"/>
4151         </member>
4152         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsEmpty(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4153             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsEmpty&quot;]/*"/>
4154         </member>
4155         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.MakePositive(Microsoft.VisualStudio.TextManager.Interop.TextSpan@)">
4156             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.MakePositive&quot;]/*"/>
4157         </member>
4158         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.Normalize(Microsoft.VisualStudio.TextManager.Interop.TextSpan@,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
4159             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.TextSpanNormalize&quot;]/*"/>
4160             <devdoc>Pins the text span to valid line bounds returned from IVsTextLines.</devdoc>
4161         </member>
4162         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsSameSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4163             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsSameSpan&quot;]/*"/>
4164         </member>
4165         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsBeforeStartOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32,System.Int32)">
4166             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsBeforeStartOf&quot;]/*"/>
4167         </member>
4168         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsAfterEndOf(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32,System.Int32)">
4169             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsAfterEndOf&quot;]/*"/>
4170         </member>
4171         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.ContainsInclusive(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32,System.Int32)">
4172             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.ContainsInclusive&quot;]/*"/>
4173         </member>
4174         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.ContainsExclusive(Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.Int32,System.Int32)">
4175             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.ContainsExclusive&quot;]/*"/>
4176         </member>
4177         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.IsEmbedded(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4178             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.IsEmbedded&quot;]/*"/>
4179         </member>
4180         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.Intersects(Microsoft.VisualStudio.TextManager.Interop.TextSpan,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4181             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.Intersects&quot;]/*"/>
4182         </member>
4183         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.ValidSpan(Microsoft.VisualStudio.Package.Source,Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
4184             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.ValidSpan&quot;]/*"/>
4185         </member>
4186         <member name="M:Microsoft.VisualStudio.Package.TextSpanHelper.ValidCoord(Microsoft.VisualStudio.Package.Source,System.Int32,System.Int32)">
4187             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TextSpanHelper.ValidCoord&quot;]/*"/>
4188         </member>
4189         <member name="T:Microsoft.VisualStudio.Package.Variant">
4190             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant&quot;]/*"/>
4191         </member>
4192         <member name="M:Microsoft.VisualStudio.Package.Variant.ToVariant(System.IntPtr)">
4193             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.ToVariant&quot;]/*"/>
4194         </member>
4195         <member name="M:Microsoft.VisualStudio.Package.Variant.ToChar">
4196             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.ToChar&quot;]/*"/>
4197         </member>
4198         <member name="P:Microsoft.VisualStudio.Package.Variant.Vt">
4199             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.Vt&quot;]/*"/>
4200         </member>
4201         <member name="P:Microsoft.VisualStudio.Package.Variant.Value">
4202             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.Value&quot;]/*"/>
4203         </member>
4204         <member name="T:Microsoft.VisualStudio.Package.Variant.VariantType">
4205             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType&quot;]/*"/>
4206         </member>
4207         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_EMPTY">
4208             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_EMPTY&quot;]/*"/>
4209         </member>
4210         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_NULL">
4211             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_NULL&quot;]/*"/>
4212         </member>
4213         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_I2">
4214             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_I2&quot;]/*"/>
4215         </member>
4216         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_I4">
4217             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_I4&quot;]/*"/>
4218         </member>
4219         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_R4">
4220             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_R4&quot;]/*"/>
4221         </member>
4222         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_R8">
4223             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_R8&quot;]/*"/>
4224         </member>
4225         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_CY">
4226             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_CY&quot;]/*"/>
4227         </member>
4228         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_DATE">
4229             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_DATE&quot;]/*"/>
4230         </member>
4231         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_BSTR">
4232             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_BSTR&quot;]/*"/>
4233         </member>
4234         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_DISPATCH">
4235             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_DISPATCH&quot;]/*"/>
4236         </member>
4237         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_ERROR">
4238             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_ERROR&quot;]/*"/>
4239         </member>
4240         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_BOOL">
4241             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_BOOL&quot;]/*"/>
4242         </member>
4243         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_VARIANT">
4244             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_VARIANT&quot;]/*"/>
4245         </member>
4246         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UNKNOWN">
4247             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UNKNOWN&quot;]/*"/>
4248         </member>
4249         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_DECIMAL">
4250             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_DECIMAL&quot;]/*"/>
4251         </member>
4252         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_I1">
4253             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_I1&quot;]/*"/>
4254         </member>
4255         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UI1">
4256             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UI1&quot;]/*"/>
4257         </member>
4258         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UI2">
4259             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UI2&quot;]/*"/>
4260         </member>
4261         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UI4">
4262             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UI4&quot;]/*"/>
4263         </member>
4264         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_I8">
4265             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_I8&quot;]/*"/>
4266         </member>
4267         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UI8">
4268             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UI8&quot;]/*"/>
4269         </member>
4270         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_INT">
4271             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_INT&quot;]/*"/>
4272         </member>
4273         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_UINT">
4274             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_UINT&quot;]/*"/>
4275         </member>
4276         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_VOID">
4277             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_VOID&quot;]/*"/>
4278         </member>
4279         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_HRESULT">
4280             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_HRESULT&quot;]/*"/>
4281         </member>
4282         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_PTR">
4283             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_PTR&quot;]/*"/>
4284         </member>
4285         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_SAFEARRAY">
4286             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_SAFEARRAY&quot;]/*"/>
4287         </member>
4288         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_CARRAY">
4289             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_CARRAY&quot;]/*"/>
4290         </member>
4291         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_USERDEFINED">
4292             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_USERDEFINED&quot;]/*"/>
4293         </member>
4294         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_LPSTR">
4295             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_LPSTR&quot;]/*"/>
4296         </member>
4297         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_LPWSTR">
4298             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_LPWSTR&quot;]/*"/>
4299         </member>
4300         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_FILETIME">
4301             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_FILETIME&quot;]/*"/>
4302         </member>
4303         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_BLOB">
4304             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_BLOB&quot;]/*"/>
4305         </member>
4306         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_STREAM">
4307             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_STREAM&quot;]/*"/>
4308         </member>
4309         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_STORAGE">
4310             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_STORAGE&quot;]/*"/>
4311         </member>
4312         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_STREAMED_OBJECT">
4313             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_STREAMED_OBJECT&quot;]/*"/>
4314         </member>
4315         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_STORED_OBJECT">
4316             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_STORED_OBJECT&quot;]/*"/>
4317         </member>
4318         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_BLOB_OBJECT">
4319             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_BLOB_OBJECT&quot;]/*"/>
4320         </member>
4321         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_CF">
4322             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_CF&quot;]/*"/>
4323         </member>
4324         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_CLSID">
4325             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_CLSID&quot;]/*"/>
4326         </member>
4327         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_VECTOR">
4328             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_VECTOR&quot;]/*"/>
4329         </member>
4330         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_ARRAY">
4331             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_ARRAY&quot;]/*"/>
4332         </member>
4333         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_BYREF">
4334             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_BYREF&quot;]/*"/>
4335         </member>
4336         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_RESERVED">
4337             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_RESERVED&quot;]/*"/>
4338         </member>
4339         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_ILLEGAL">
4340             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_ILLEGAL&quot;]/*"/>
4341         </member>
4342         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_ILLEGALMASKED">
4343             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_ILLEGALMASKED&quot;]/*"/>
4344         </member>
4345         <member name="F:Microsoft.VisualStudio.Package.Variant.VariantType.VT_TYPEMASK">
4346             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;Variant.VariantType.VT_TYPEMASK&quot;]/*"/>
4347         </member>
4348         <member name="T:Microsoft.VisualStudio.Package.TimeUtilities">
4349             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;TimeUtilities&quot;]/*"/>
4350         </member>
4351         <member name="T:Microsoft.VisualStudio.Package.FilePathUtilities">
4352             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;FilePathUtilities&quot;]/*"/>
4353         </member>
4354         <member name="M:Microsoft.VisualStudio.Package.FilePathUtilities.GetFilePath(Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
4355             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;FilePathUtilities.GetFilePath&quot;]/*"/>
4356             <summary>
4357             Get path for text buffer.
4358             </summary>
4359             <param name="textLines">The text buffer.</param>
4360             <returns>The path of the text buffer.</returns>
4361         </member>
4362         <member name="M:Microsoft.VisualStudio.Package.FilePathUtilities.GetFilePath(System.IntPtr)">
4363             <!-- Failed to insert some or all of included XML --><include file="doc\Utilities.uex" path="docs/doc[@for=&quot;FilePathUtilities.GetFilePath&quot;]/*"/>
4364             <summary>
4365             Get file path for an object that is implementing IVsUserData.
4366             </summary>
4367             <param name="unknown">Reference to an IUnknown interface.</param>
4368             <returns>The file path</returns>
4369         </member>
4370         <member name="M:Microsoft.VisualStudio.Package.FilePathUtilities.GetFileExtension(System.String)">
4371             <!-- Failed to insert some or all of included XML --><include file="doc\HierarchyItem.uex" path="docs/doc[@for=&quot;VsShell.GetFilePath&quot;]/*"/>
4372             <summary>This method returns the file extension in lower case, including the "."
4373             and trims any blanks or null characters from the string.  Null's can creep in via
4374             interop if we get a badly formed BSTR</summary>
4375         </member>
4376         <member name="T:Microsoft.VisualStudio.Package.ViewFilter">
4377             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter&quot;]/*"/>
4378             <summary>
4379             ViewFilter provides a default implementation of IVsTextViewFilter providing a
4380             handling of the following VS commands:
4381             
4382             VsCommands.GotoDefn
4383             VsCommands.GotoDecl
4384             VsCommands.GotoRef
4385             VsCommands2K.COMMENT_BLOCK
4386             VsCommands2K.UNCOMMENT_BLOCK
4387             VsCommands2K.SHOWMEMBERLIST
4388             VsCommands2K.COMPLETEWORD
4389             VsCommands2K.PARAMINFO
4390             VsCommands2K.QUICKINFO
4391             VsCommands2K.OUTLN_STOP_HIDING_ALL
4392             VsCommands2K.OUTLN_START_AUTOHIDING
4393             VsCommands2K.SHOWCONTEXTMENU
4394             
4395             Most of the work is delegated to the Source object.
4396             </summary>
4397         </member>
4398         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.#ctor(Microsoft.VisualStudio.Package.CodeWindowManager,Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4399             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.ViewFilter&quot;]/*"/>
4400         </member>
4401         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.Finalize">
4402             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.Finalize&quot;]/*"/>
4403         </member>
4404         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.Dispose">
4405             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.Dispose&quot;]/*"/>
4406         </member>
4407         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.Close">
4408             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.Close&quot;]/*"/>
4409         </member>
4410         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.RegisterTextViewEventHandlers(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4411             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.RegisterTextViewEventHandlers&quot;]/*"/>
4412         </member>
4413         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.RegisterExpansionManagerEventHandlers(Microsoft.VisualStudio.TextManager.Interop.IVsExpansionManager)">
4414             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.RegisterTextViewEventHandlers&quot;]/*"/>
4415         </member>
4416         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnAfterSnippetsKeyBindingChange(System.UInt32,System.UInt32,System.Int32)">
4417             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnAfterSnippetsKeyBindingChange&quot;]/*"/>
4418         </member>
4419         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnAfterSnippetsUpdate">
4420             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnAfterSnippetsUpdate&quot;]/*"/>
4421         </member>
4422         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetWordExtent(System.Int32,System.Int32,System.UInt32,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
4423             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetWordExtent&quot;]/*"/>
4424             <summary>Returns the result of Source.GetWordExtent.</summary>
4425         </member>
4426         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetDataTipText(Microsoft.VisualStudio.TextManager.Interop.TextSpan[],System.String@)">
4427             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetDataTipText&quot;]/*"/>
4428             <summary>
4429             If Preferences.EnableQuickInfo is true then this method kicks of a parse with the 
4430             reason ParseReason.QuickInfo to find information about the current token.  If the
4431             parse finds something (returned via the AuthoringScope.GetDataTipText) then it is
4432             displayed using the TextTipData object.  When the asynchronous parse is finished
4433             GetFullDataTipText is called to pop up the tip.
4434             </summary>
4435         </member>
4436         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetPairExtents(System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.TextSpan[])">
4437             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetPairExtents&quot;]/*"/>
4438         </member>
4439         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnChangeCaretLine(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32)">
4440             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnChangeCaretLine&quot;]/*"/>
4441         </member>
4442         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnChangeScrollInfo(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
4443             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnChangeScrollInfo&quot;]/*"/>
4444         </member>
4445         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnKillFocus(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4446             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnKillFocus&quot;]/*"/>
4447         </member>
4448         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnSetBuffer(Microsoft.VisualStudio.TextManager.Interop.IVsTextView,Microsoft.VisualStudio.TextManager.Interop.IVsTextLines)">
4449             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnSetBuffer&quot;]/*"/>
4450         </member>
4451         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnSetFocus(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4452             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.OnSetFocus&quot;]/*"/>
4453         </member>
4454         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.QueryCommandStatus(System.Guid@,System.UInt32)">
4455             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.QueryCommandStatus&quot;]/*"/>
4456             <summary>
4457             Override this method to intercept the IOleCommandTarget::QueryStatus call.
4458             </summary>
4459             <param name="guidCmdGroup"></param>
4460             <param name="nCmdId"></param>
4461             <returns>Usually returns a combination of OLECMDF flags, for example
4462             OLECMDF_ENABLED | OLECMDF_SUPPORTED.  
4463             Return E_FAIL if want to delegate to the next command target.
4464             </returns>
4465         </member>
4466         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.QueryParameterList(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
4467             <!-- Failed to insert some or all of included XML --><include file="doc\EditorView.uex" path="docs/doc[@for=&quot;SimpleEditorView.QueryParameterList&quot;]/*"/>
4468             <summary>
4469             The parameter list of a command is queried by calling Exec with the LOWORD
4470             of nCmdexecopt set to OLECMDEXECOPT_SHOWHELP (instead of the more usual
4471             OLECMDEXECOPT_DODEFAULT), the HIWORD of nCmdexecopt set to
4472             VSCmdOptQueryParameterList, pvaIn set to NULL, and pvaOut pointing to an
4473             empty VARIANT ready to receive the result BSTR.  This should be done only
4474             for commands that are marked with the ALLOWPARAMS flags in the command
4475             table.        
4476             </summary>
4477             <returns>Usually returns 0 if ok, or OLECMDERR_E_NOTSUPPORTED</returns>
4478         </member>
4479         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.HandlePreExec(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
4480             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.HandlePreExec&quot;]/*"/>
4481         </member>
4482         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.HandlePostExec(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr,System.Boolean)">
4483             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.HanelPostExec&quot;]/*"/>
4484             <summary>This method hooks up HandleSmartIndent and Source.OnCommand.  </summary>
4485         </member>
4486         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.ExecCommand(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
4487             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.ExecCommand&quot;]/*"/>
4488             <summary>
4489             Override this method to intercept the IOleCommandTarget::Exec call.
4490             </summary>
4491             <returns>Usually returns 0 if ok, or OLECMDERR_E_NOTSUPPORTED</returns>
4492         </member>
4493         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.OnAutoComplete">
4494             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.OnAutoComplete&quot;]/*"/>
4495         </member>
4496         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.TypeChar(System.Char)">
4497             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.TypeChar&quot;]/*"/>
4498         </member>
4499         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.HandleSmartIndent">
4500             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.HandleSmartIndent&quot;]/*"/>
4501             Override this method if you want to support smart indenting.
4502             This will only be called if Preferences.Indenting == IndentingStyle.Smart which is
4503             only available if you set your language service registry key ShowSmartIndent to 1.
4504         </member>
4505         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.Microsoft#VisualStudio#OLE#Interop#IOleCommandTarget#QueryStatus(System.Guid@,System.UInt32,Microsoft.VisualStudio.OLE.Interop.OLECMD[],System.IntPtr)">
4506             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.IOleCommandTarget.QueryStatus&quot;]/*"/>
4507             <internalonly/>
4508         </member>
4509         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.Microsoft#VisualStudio#OLE#Interop#IOleCommandTarget#Exec(System.Guid@,System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)">
4510             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.IOleCommandTarget.Exec&quot;]/*"/>
4511             <internalonly/>
4512         </member>
4513         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.HandleQuickInfo">
4514             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.HandleQuickInfo&quot;]/*"/>
4515             <summary>This method is called to handle the VsCommands2K.QUICKINFO command.</summary>
4516         </member>
4517         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetFullDataTipText(System.String,Microsoft.VisualStudio.TextManager.Interop.TextSpan,System.String@)">
4518             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetFullDataTipText&quot;]/*"/>
4519             <summary>This method checks to see if the IVsDebugger is running, and if so, 
4520             calls it to get additional information about the current token and returns a combined result.
4521             You can return an HRESULT here like TipSuccesses2.TIP_S_NODEFAULTTIP.</summary>
4522         </member>
4523         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.CreateTextTipData">
4524             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetTextTipData&quot;]/*"/>
4525             <summary>Creates the TextTipData object and returns it</summary>
4526         </member>
4527         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.HandleGoto(Microsoft.VisualStudio.VSConstants.VSStd97CmdID)">
4528             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.HandleGoto&quot;]/*"/>
4529             <summary>Handles VsCommands.GotoDefn, VsCommands.GotoDecl and VsCommands.GotoRef by
4530             calling OnSyncGoto on the Source object and opening the text editor on the resulting
4531             URL, then scrolling to the resulting span.</summary>
4532         </member>
4533         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetExpansionProvider">
4534             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.GetExpansionProvider&quot;]/*"/>
4535         </member>
4536         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.ShowContextMenu(System.Int32,System.Guid,Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget,System.Int32,System.Int32)">
4537             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ViewFilter.ShowContextMenu&quot;]/*"/>
4538         </member>
4539         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.CommentSelection">
4540             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.CommentSelection&quot;]/*"/>
4541         </member>
4542         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.GetSelection">
4543             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.GetSelection&quot;]/*"/>
4544             <summary>Returns the current selection, adjusted to become a positive text span</summary>
4545         </member>
4546         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.UncommentSelection">
4547             <!-- Failed to insert some or all of included XML --><include file="doc\Source.uex" path="docs/doc[@for=&quot;ViewFilter.UncommentSelection&quot;]/*"/>
4548         </member>
4549         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.ReformatDocument">
4550             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.ReformatDocument;&quot;]/*"/>
4551         </member>
4552         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.ReformatSelection">
4553             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.ReformatSelection;&quot;]/*"/>
4554         </member>
4555         <member name="M:Microsoft.VisualStudio.Package.ViewFilter.CanReformat">
4556             <!-- Failed to insert some or all of included XML --><include file="doc\LanguageService.uex" path="docs/doc[@for=&quot;ViewFilter.CanReformat&quot;]/*"/>
4557             <summary>This method returns true if the FormatDocument and FormatSelection commands
4558             are to be enabled.  Default returns false if debugging, otherwise it returns
4559             the result for Preferences.EnableFormatSelection.</summary>
4560         </member>
4561         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.SnippetBound">
4562             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.SnippetBound&quot;]/*"/>
4563         </member>
4564         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.CodeWindowManager">
4565             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.CodeWindowManager;&quot;]/*"/>
4566             <summary>Returnt the CodeWindowManager that created this view filter.</summary>
4567         </member>
4568         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.Source">
4569             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.Source;&quot;]/*"/>
4570             <summary>Return the Source object encapsulating the text buffer.</summary>
4571         </member>
4572         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.TextTipData">
4573             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.TextTipData;&quot;]/*"/>
4574             <summary>Get or set the TextTipData object used for displaying tool tips.</summary>
4575         </member>
4576         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.TextView">
4577             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;ViewFilter.TextView;&quot;]/*"/>
4578             <summary>Return the IVsTextView associated with this filter.</summary>
4579         </member>
4580         <member name="P:Microsoft.VisualStudio.Package.ViewFilter.IsExpansionUIActive">
4581             <!-- Failed to insert some or all of included XML --><include file="doc\ExpansionProvider.uex" path="docs/doc[@for=&quot;ViewFilter.IsExpansionUIActive&quot;]/*"/>
4582         </member>
4583         <member name="T:Microsoft.VisualStudio.Package.TextTipData">
4584             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData&quot;]/*"/>
4585             <summary>This class provides a default implementation of IVsTextTipData for
4586             use in the IVsTextTipWindow for displaying tool tips.</summary>
4587         </member>
4588         <member name="M:Microsoft.VisualStudio.Package.TextTipData.#ctor(System.IServiceProvider)">
4589             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.TextTipData&quot;]/*"/>
4590         </member>
4591         <member name="M:Microsoft.VisualStudio.Package.TextTipData.Close(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4592             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.Close&quot;]/*"/>
4593         </member>
4594         <member name="M:Microsoft.VisualStudio.Package.TextTipData.IsActive">
4595             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.IsActive&quot;]/*"/>
4596         </member>
4597         <member name="M:Microsoft.VisualStudio.Package.TextTipData.Update(System.String,System.Int32,System.Int32,Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4598             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.Update&quot;]/*"/>
4599         </member>
4600         <member name="M:Microsoft.VisualStudio.Package.TextTipData.CheckCaretPosition(Microsoft.VisualStudio.TextManager.Interop.IVsTextView)">
4601             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.CheckCaretPosition&quot;]/*"/>
4602         </member>
4603         <member name="M:Microsoft.VisualStudio.Package.TextTipData.GetTipText(System.String[],System.Int32@)">
4604             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.GetTipText&quot;]/*"/>
4605         </member>
4606         <member name="M:Microsoft.VisualStudio.Package.TextTipData.GetTipFontInfo(System.Int32,System.UInt32[])">
4607             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.GetTipFontInfo&quot;]/*"/>
4608         </member>
4609         <member name="M:Microsoft.VisualStudio.Package.TextTipData.GetContextStream(System.Int32@,System.Int32@)">
4610             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.GetContextStream&quot;]/*"/>
4611         </member>
4612         <member name="M:Microsoft.VisualStudio.Package.TextTipData.OnDismiss">
4613             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.OnDismiss&quot;]/*"/>
4614         </member>
4615         <member name="M:Microsoft.VisualStudio.Package.TextTipData.UpdateView">
4616             <!-- Failed to insert some or all of included XML --><include file="doc\ViewFilter.uex" path="docs/doc[@for=&quot;TextTipData.UpdateView&quot;]/*"/>
4617         </member>
4618     </members>
4619 </doc>