4 <name>Microsoft.VisualStudio.Package.LanguageService.10.0</name>
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="CodeWindowManager"]/*"/>
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.
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="CodeWindowManager.CodeWindowManager"]/*"/>
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.
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="TypeAndMemberDropdownBars.Finalize"]/*"/>
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="CodeWindowManager.Close"]/*"/>
36 <summary>Closes all view filters, and the document properties window</summary>
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="CodeWindowManager.GetFilter;"]/*"/>
41 Returns the ViewFilter for the given view or null if no matching filter is found.
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="CodeWindowManager.AddAdornments"]/*"/>
46 <summary>Install the optional TypeAndMemberDropdownBars, and primary and secondary view filters</summary>
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="CodeWindowManager.RemoveAdornments"]/*"/>
50 <summary>Remove drop down combos, view filters, and notify the LanguageService that the Source and
51 CodeWindowManager is now closed</summary>
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="CodeWindowManager.OnNewView"]/*"/>
55 <summary>Install a new view filter for the given view. This method calls your
56 CreateViewFilter method.</summary>
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="CodeWindowManager.OnKillFocus"]/*"/>
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="CodeWindowManager.OnSetFocus"]/*"/>
63 <summary>Refresh the document properties</summary>
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="CodeWindowManager.LanguageService;"]/*"/>
67 <summary>Returns the LanguageService object that created this code window manager</summary>
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="CodeWindowManager.Source;"]/*"/>
71 <summary>returns the Source object associated with the IVsTextLines buffer for this code window</summary>
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="CodeWindowManager.Properties;"]/*"/>
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>
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="CodeWindowManager.DropDownHelper"]/*"/>
80 <summary>Return the optional TypeAndMemberDropdownBars object for the drop down combos</summary>
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="CodeWindowManager.CodeWindow"]/*"/>
84 <summary>Return the IVsCodeWindow associated with this code window manager.</summary>
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="TypeAndMemberDropdownBars"]/*"/>
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.
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>
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>
100 <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.imageList">
101 <summary>The icons that prefix the type names and member signatures</summary>
103 <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.textView">
104 <summary>The current text editor window</summary>
106 <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.dropDownTypes">
107 <summary>The list of types that appear in the type drop down list.</summary>
109 <member name="F:Microsoft.VisualStudio.Package.TypeAndMemberDropdownBars.dropDownMembers">
110 <summary>The list of types that appear in the member drop down list. </summary>
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="TypeAndMemberDropdownBars.TypeAndMemberDropdownBars"]/*"/>
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="TypeAndMemberDropdownBars.Done"]/*"/>
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="TypeAndMemberDropdownBars.OnSynchronizeDropdowns"]/*"/>
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.
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>
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="TypeAndMemberDropdownBars.GetComboAttributes"]/*"/>
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="TypeAndMemberDropdownBars.GetComboTipText"]/*"/>
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="TypeAndMemberDropdownBars.GetEntryAttributes"]/*"/>
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="TypeAndMemberDropdownBars.GetEntryImage"]/*"/>
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="TypeAndMemberDropdownBars.GetEntryText"]/*"/>
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="TypeAndMemberDropdownBars.OnComboGetFocus"]/*"/>
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="TypeAndMemberDropdownBars.GetMember"]/*"/>
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="TypeAndMemberDropdownBars.OnItemChosen"]/*"/>
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="TypeAndMemberDropdownBars.SetFocus"]/*"/>
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="TypeAndMemberDropdownBars.OnItemSelected"]/*"/>
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="TypeAndMemberDropdownBars.SetDropdownBar"]/*"/>
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="DropDownMember"]/*"/>
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="DropDownMember.DropDownMember"]/*"/>
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="DropDownMember.CompareTo"]/*"/>
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="DropDownMember.CompareTo"]/*"/>
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="DropDownMember.Equals"]/*"/>
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="DropDownMember.GetHashCode"]/*"/>
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="DropDownMember.Operator=="]/*"/>
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="DropDownMember.Operator!="]/*"/>
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="DropDownMember.OperatorMT"]/*"/>
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="DropDownMember.OperatorGT"]/*"/>
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="DropDownMember.Label;"]/*"/>
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="DropDownMember.Span;"]/*"/>
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="DropDownMember.Glyph;"]/*"/>
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="DropDownMember.FontAttr;"]/*"/>
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="Colorizer"]/*"/>
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="Colorizer.Colorizer"]/*"/>
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="ColorableItem.Finalize"]/*"/>
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="Colorizer.Dispose"]/*"/>
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="Colorizer.CloseColorizer"]/*"/>
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="Colorizer.GetStateMaintenanceFlag"]/*"/>
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="Colorizer.GetStartState"]/*"/>
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="Colorizer.GetStateAtEndOfLine"]/*"/>
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="Colorizer.ColorizeLine"]/*"/>
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="Colorizer.GetColorInfo"]/*"/>
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="Colorizer.GetLineInfo"]/*"/>
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="Colorizer.Suspend"]/*"/>
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="Colorizer.Resume"]/*"/>
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="Colorizer.Scanner"]/*"/>
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="ColorableItem"]/*"/>
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="ColorableItem.ColorableItem"]/*"/>
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="ColorableItem.GetDefaultColors"]/*"/>
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="ColorableItem.GetDefaultFontFlags"]/*"/>
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="ColorableItem.GetDisplayName"]/*"/>
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="Colorizer.GetColorData"]/*"/>
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="ColorableItem.GetCanonicalName"]/*"/>
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="ColorableItem.GetDescription"]/*"/>
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="ColorableItem.GetMergingPriority"]/*"/>
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="DocumentProperties"]/*"/>
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.
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="DocumentProperties.DocumentProperties"]/*"/>
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="DocumentProperties.UpdateSelection"]/*"/>
293 Call this method when you want the document properties window updated with new information.
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="DocumentProperties.GetSource"]/*"/>
298 This is not a property because all public properties show up in the Properties window.
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="DocumentProperties.GetCodeWindowManager"]/*"/>
302 This is not a property because all public properties show up in the Properties window.
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="DocumentProperties.Close"]/*"/>
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="DocumentProperties.Dispose"]/*"/>
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="DocumentProperties.Dispose"]/*"/>
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="DocumentProperties.Finalize"]/*"/>
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="DocumentProperties.CountObjects"]/*"/>
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="DocumentProperties.GetObjects"]/*"/>
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="DocumentProperties.SelectObjects"]/*"/>
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="DocumentProperties.Visible"]/*"/>
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="DocumentTask"]/*"/>
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="DocumentTask.DocumentTask"]/*"/>
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="DocumentTask.Finalize"]/*"/>
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="DocumentTask.Dispose"]/*"/>
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="DocumentTask.Dispose1"]/*"/>
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="DocumentTask.OnNavigate"]/*"/>
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="DocumentTask.OnRemoved"]/*"/>
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="DocumentTask.MarkerInvalidated"]/*"/>
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="DocumentTask.OnBufferSave"]/*"/>
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="DocumentTask.OnBeforeBufferClose"]/*"/>
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="DocumentTask.OnAfterSpanReload"]/*"/>
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="DocumentTask.OnAfterMarkerChange"]/*"/>
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="DocumentTask.GetTipText"]/*"/>
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="DocumentTask.GetMarkerCommandInfo"]/*"/>
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="DocumentTask.ExecMarkerCommand"]/*"/>
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="DocumentTask.IsMarkerValid"]/*"/>
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="DocumentTask.Site"]/*"/>
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="DocumentTask.Span"]/*"/>
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="DocumentTask.TextLineMarker"]/*"/>
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="EditSpan"]/*"/>
388 This class encapsulates one atomic edit operation.
389 Add these to an EditArray then when you are ready call ApplyEdits().
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="EditSpan.EditSpan"]/*"/>
395 Construct a new edit span object
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>
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="EditSpan.Span"]/*"/>
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="EditSpan.Text"]/*"/>
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="EditSpan.LineCount"]/*"/>
409 Returns the number of lines in the new text being inserted.
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="EditSpan.LengthOfLastLine"]/*"/>
415 Returns the length of the last line of text being inserted.
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="EditArray"]/*"/>
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
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="EditArray.EditArray1"]/*"/>
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>
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="EditArray.ToString"]/*"/>
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="EditArray.Add"]/*"/>
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.
453 <param name="editSpan"></param>
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="EditArray.ApplyEdits"]/*"/>
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="EditArray.GetEnumerator"]/*"/>
460 <summary>Allows enumeration of EditSpan objects</summary>
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="EditArray.Count"]/*"/>
465 Return the number of edits in the array.
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="EditArray.TextView"]/*"/>
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="EditArray.Source"]/*"/>
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="EditorFactory"]/*"/>
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.
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="EditorFactory.GUID_VsBufferDetectLangSID;"]/*"/>
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="EditorFactory.EditorFactory"]/*"/>
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="EditorFactory.EditorFactory"]/*"/>
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="EditorFactory.Finalize"]/*"/>
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="EditorFactory.GetSite"]/*"/>
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="EditorFactory.GetPackage"]/*"/>
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="EditorFactory.IsRegisteredExtension"]/*"/>
504 <summary>Returns true if the given extension is one of our registered extensions</summary>
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="EditorFactory.GetExtensions"]/*"/>
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
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="EditorFactory.GetLanguageService"]/*"/>
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>
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="EditorFactory.GetLanguageServiceGuid"]/*"/>
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="EditorFactory.GetRegisteredEditor"]/*"/>
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>
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="EditorFactory.GetRegisteredEditor"]/*"/>
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>
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="EditorFactory.GetUserDefinedEditor"]/*"/>
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>
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>
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="EditorFactory.IsOurFileFormat"]/*"/>
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="EditorFactory.CreateEditorInstance"]/*"/>
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
553 Call IsRegisteredExtension to see if the file extension is explicitly
554 registered to your editor.
557 Call GetUserDefinedEditor to see if the user has explicitly mapped the
558 extension to your editor.
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
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:
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.
574 Calls IVsUserData.SetData on the IVsTextLines buffer with any code page prompt
575 flags you have provided via the CodePagePrompt property.
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.
582 Lastly it calls CreateEditorView to create the docView.
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="EditorFactory.CreateEditorView"]/*"/>
587 <summary>Return docView IUnknown COM object.</summary>
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="EditorFactory.MapLogicalView"]/*"/>
591 <devdoc>The default implementation supports LOGVIEWID_Code, LOGVIEWID_TextView,
592 LOGVIEWID_Debugging, and LOGVIEWID_Primary returning null for
593 the physicalView string.</devdoc>
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="EditorFactory.SetSite"]/*"/>
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="EditorFactory.Close"]/*"/>
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="EditorFactory.WithEncoding"]/*"/>
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="EditorFactory.EditorInfo"]/*"/>
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="EditorFactory.EditorInfo.Name"]/*"/>
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="EditorFactory.EditorInfo.Guid"]/*"/>
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="EditorFactory.EditorInfo.Priority"]/*"/>
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="EditorFactory.EditorInfo.Next"]/*"/>
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="SimpleEditorView"]/*"/>
622 This class View provides an abstract base class for simple editor views
623 that follow the VS simple embedding model.
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="SimpleEditorView.SimpleEditorView"]/*"/>
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="SimpleEditorView.IOleCommandTarget.QueryStatus"]/*"/>
633 IOleCommandTarget implementation
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="SimpleEditorView.IOleCommandTarget.Exec"]/*"/>
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="SimpleEditorView.ClosePane"]/*"/>
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="SimpleEditorView.CreatePaneWindow"]/*"/>
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="SimpleEditorView.GetDefaultSize"]/*"/>
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="SimpleEditorView.LoadViewState"]/*"/>
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="SimpleEditorView.SaveViewState"]/*"/>
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="SimpleEditorView.SetSite"]/*"/>
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="SimpleEditorView.TranslateAccelerator"]/*"/>
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="SimpleEditorView.IsSupported"]/*"/>
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="SimpleEditorView.ItemPicked"]/*"/>
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="SimpleEditorView.SetInfo"]/*"/>
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="SimpleEditorView.CommitPendingEdit"]/*"/>
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="SimpleEditorView.FDoIdle"]/*"/>
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="SimpleEditorView.Terminate"]/*"/>
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="SimpleEditorView.FPreTranslateMessage"]/*"/>
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="SimpleEditorView.OnEnterState"]/*"/>
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="SimpleEditorView.OnAppActivate"]/*"/>
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="SimpleEditorView.OnLoseActivation"]/*"/>
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="SimpleEditorView.OnActivationChange"]/*"/>
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="SimpleEditorView.FContinueMessageLoop"]/*"/>
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="SimpleEditorView.FQueryTerminate"]/*"/>
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="SimpleEditorView.HwndGetWindow"]/*"/>
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="SimpleEditorView.FReserved1"]/*"/>
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="SimpleEditorView.Site;"]/*"/>
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="SimpleEditorView.Buffer;"]/*"/>
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="SimpleEditorView.ComponentManager;"]/*"/>
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="SimpleEditorView.ComponentId;"]/*"/>
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="EditorControl"]/*"/>
721 This class wraps a managed WinForm control and uses that as the editor window.
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="EditorControl.EditorControl"]/*"/>
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="EditorControl.ClosePane"]/*"/>
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="EditorControl.CreatePaneWindow"]/*"/>
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="EditorControl.CommitPendingEdit"]/*"/>
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="EditorControl.FDoIdle"]/*"/>
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="EditorControl.OnAppActivate"]/*"/>
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="EditorControl.FQueryTerminate"]/*"/>
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="EditorControl.OnLoseActivation"]/*"/>
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="EditorControl.HwndGetWindow"]/*"/>
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="EditorControl.Control;"]/*"/>
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="DefaultFieldValue"]/*"/>
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="DefaultFieldValue.DefaultFieldValue"]/*"/>
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="DefaultFieldValue.Field"]/*"/>
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="DefaultFieldValue.Value"]/*"/>
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="ExpansionProvider"]/*"/>
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="ExpansionProvider.ExpansionProvider"]/*"/>
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="ExpansionProvider.Finalize"]/*"/>
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="ExpansionProvider.Dispose"]/*"/>
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="ExpansionProvider.HandleQueryStatus"]/*"/>
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="ExpansionProvider.InTemplateEditingMode"]/*"/>
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="ExpansionProvider.HandlePreExec"]/*"/>
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="ExpansionProvider.HandlePostExec"]/*"/>
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="ExpansionProvider.DisplayExpansionBrowser"]/*"/>
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="ExpansionProvider.InsertSpecificExpansion"]/*"/>
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="ExpansionProvider.InsertNamedExpansion"]/*"/>
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="ExpansionProvider.FindExpansionByShortcut"]/*"/>
801 <summary>Returns S_OK if match found, S_FALSE if expansion UI is shown, and error otherwise</summary>
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="ExpansionProvider.GetExpansionFunction1"]/*"/>
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="ExpansionProvider.PrepareTemplate"]/*"/>
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="ExpansionProvider.BeginTemplateEditing"]/*"/>
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="ExpansionProvider.EndTemplateEditing"]/*"/>
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="ExpansionProvider.GetFieldSpan"]/*"/>
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="ExpansionProvider.GetFieldValue"]/*"/>
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="ExpansionProvider.EndExpansion"]/*"/>
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="ExpansionProvider.FormatSpan"]/*"/>
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="ExpansionProvider.IsValidKind"]/*"/>
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="ExpansionProvider.IsValidType"]/*"/>
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="ExpansionProvider.OnItemChosen"]/*"/>
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="ExpansionProvider.PositionCaretForEditing"]/*"/>
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="ExpansionProvider.OnAfterInsertion"]/*"/>
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="ExpansionProvider.OnBeforeInsertion"]/*"/>
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="ExpansionProvider.GetExpansionFunction"]/*"/>
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="ExpansionProvider.Source"]/*"/>
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="ExpansionProvider.TextView"]/*"/>
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="ExpansionProvider.Expansion"]/*"/>
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="ExpansionProvider.ExpansionSession"]/*"/>
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="ExpansionProvider.InTemplateEditingMode"]/*"/>
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="ExpansionFunction"]/*"/>
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="ExpansionFunction.ExpansionFunction"]/*"/>
868 <summary>You must construct this object with an ExpansionProvider</summary>
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="ExpansionFunction.ExpansionFunction2"]/*"/>
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="ExpansionFunction.GetCurrentValue"]/*"/>
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="ExpansionFunction.GetDefaultValue"]/*"/>
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="ExpansionFunction.GetIntellisenseList"]/*"/>
881 <summary>Override this method if you want intellisense drop support on a list of possible values.</summary>
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="ExpansionFunction.GetArgument"]/*"/>
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.
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="ExpansionFunction.GetFieldValue"]/*"/>
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="DefaultFieldValue.GetSelection"]/*"/>
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="ExpansionFunction.FieldChanged"]/*"/>
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="ExpansionFunction.GetCurrentValue1"]/*"/>
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="ExpansionFunction.GetDefaultValue1"]/*"/>
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="ExpansionFunction.GetFunctionType"]/*"/>
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="ExpansionFunction.GetListCount"]/*"/>
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="ExpansionFunction.GetListText"]/*"/>
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="ExpansionFunction.ReleaseFunction"]/*"/>
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="ExpansionFunction.ExpansionProvider"]/*"/>
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="ExpansionFunction.Arguments"]/*"/>
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="ExpansionFunction.FieldName"]/*"/>
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="ParseReason"]/*"/>
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="ParseReason.None"]/*"/>
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="ParseReason.MemberSelect"]/*"/>
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="ParseReason.HighlightBraces"]/*"/>
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="ParseReason.MemberSelectAndHighlightBraces"]/*"/>
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="ParseReason.MatchBraces"]/*"/>
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="ParseReason.Check"]/*"/>
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="ParseReason.CompleteWord"]/*"/>
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="ParseReason.DisplayMemberList"]/*"/>
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="ParseReason.QuickInfo"]/*"/>
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="ParseReason.MethodTip"]/*"/>
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="ParseReason.Autos"]/*"/>
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="ParseReason.CodeSpan"]/*"/>
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="ParseReason.Goto"]/*"/>
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="LanguageService"]/*"/>
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="LanguageService.LanguageService"]/*"/>
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="LanguageService.Initialize"]/*"/>
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="LanguageService.Done"]/*"/>
983 Cleanup the sources, uiShell, shell, preferences and imageList objects
984 and unregister this language service with VS.
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="LanguageService.GetLanguagePreferences"]/*"/>
989 It is expected that you will have one static language preferences object
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="LanguageService.GetScanner"]/*"/>
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="LanguageService.ParseSource"]/*"/>
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="LanguageService.GetLanguageServiceGuid"]/*"/>
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="LanguageService.GetItemCount"]/*"/>
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="LanguageService.GetColorableItem"]/*"/>
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="LanguageService.IVsLanguageContextProvider.UpdateLanguageContext"]/*"/>
1011 <member name="M:Microsoft.VisualStudio.Package.LanguageService.SetUserContextDirty(System.String)">
1013 Call this method if you want UpdateLanguageContext to be called again.
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="LanguageService.UpdateLanguageContext"]/*"/>
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="LanguageService.GetImageList"]/*"/>
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="LanguageService.IsMacroRecordingOn"]/*"/>
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="LanguageService.GetIVsDebugger"]/*"/>
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="LanguageService.GetIVsTextMacroHelperIfRecordingOn"]/*"/>
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="LanguageService.OpenDocument"]/*"/>
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="LanguageService.OnIdle"]/*"/>
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="LanguageService.GetDropDownHelper"]/*"/>
1040 Return your implementation of TypeAndMemberDropdownBars if you want
1041 drop down combos to appear at the top of your code window.
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="LanguageService.OnActiveViewChanged"]/*"/>
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="LanguageService.OnCaretMoved"]/*"/>
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="LanguageService.SynchronizeDropdowns"]/*"/>
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="LanguageService.OnChangesCommitted"]/*"/>
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="LanguageService.GetColorizer"]/*"/>
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="LanguageService.CreateSource"]/*"/>
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="LanguageService.GetSources"]/*"/>
1064 <summary>For enumerating all the known 'Source' objects.</summary>
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="LanguageService.GetSource"]/*"/>
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="LanguageService.GetSource2"]/*"/>
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="LanguageService.GetSource1"]/*"/>
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="LanguageService.OnCloseSource"]/*"/>
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="LanguageService.IsSourceOpen"]/*"/>
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="LanguageService.CreateDocumentProperties"]/*"/>
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="LanguageService.CreateExpansionFunction"]/*"/>
1086 If the functionName is supported, return a new IVsExpansionFunction object.
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="LanguageService.CreateExpansionProvider"]/*"/>
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="LanguageService.GetCodeWindowManager"]/*"/>
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="LanguageService.CreateCodeWindowManager"]/*"/>
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="LanguageService.GetColorizer1"]/*"/>
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="LanguageService.GetLanguageName"]/*"/>
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="LanguageService.GetFileExtensions"]/*"/>
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="LanguageService.GetLanguageID"]/*"/>
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="LanguageService.GetLocationOfName"]/*"/>
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="LanguageService.GetNameOfLocation"]/*"/>
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="LanguageService.GetProximityExpressions"]/*"/>
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="LanguageService.IsMappedLocation"]/*"/>
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="LanguageService.ResolveName"]/*"/>
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="LanguageService.ValidateBreakpointLocation"]/*"/>
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="LanguageService.GetService"]"/>
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="LanguageService.QueryService"]/*"/>
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="LanguageService.CreateViewFilter"]/*"/>
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="LanguageService.AddCodeWindowManager"]/*"/>
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="LanguageService.RemoveCodeWindowManager"]/*"/>
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="LanguageService.GetCodeWindowManagerForView"]/*"/>
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="LanguageService.GetCodeWindowManagerForSource"]/*"/>
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="LanguageService.DispatchCommand"]/*"/>
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="LanguageService.DispatchCommand2"]/*"/>
1153 <summary>Executes the given command if it is enabled and supported using the
1154 current SUIHostCommandDispatcher.</summary>
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="LanguageService.ScrollToEnd"]/*"/>
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="LanguageService.ScrollToEnd2"]/*"/>
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="LanguageService.BeginParse"]/*"/>
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="LanguageService.CreateParseRequest"]/*"/>
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="LanguageService.OnParseComplete"]/*"/>
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>
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="LanguageService.IObjectWithSite.GetSite"]/*"/>
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="LanguageService.IObjectWithSite.SetSite"]/*"/>
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="LanguageService.BeginInvoke"]/*"/>
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="LanguageService.Invoke"]/*"/>
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="LanguageService.EndInvoke"]/*"/>
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="LanguageService.OnModeChange"]/*"/>
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="LanguageService.QueryInvalidEncoding"]/*"/>
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.
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="LanguageService.GetFormatFilterList"]/*"/>
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="LanguageService.CurFileExtensionFormat"]/*"/>
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="LanguageService.IVsFormatFilterProvider.QueryInvalidEncoding"]/*"/>
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="LanguageService.IVsFormatFilterProvider.CurFileExtensionFormat"]/*"/>
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="LanguageService.IVsFormatFilterProvider.GetFormatFilterList"]/*"/>
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="LanguageService.Site;"]/*"/>
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="LanguageService.MainThreadId"]/*"/>
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="LanguageService.Preferences"]/*"/>
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="LanguageService.Name"]/*"/>
1227 <summary>Return the name of the language, such as "HTML" or "C++", and so on.</summary>
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="LanguageService.LastActiveTextView"]/*"/>
1232 Returns the last active IVsTextView that is managed by this language service.
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="LanguageService.IsActive"]/*"/>
1238 Return whether or not the last active text view is one of ours or not.
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="LanguageService.IsDebugging"]/*"/>
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="LanguageService.OnParseComplete"]/*"/>
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="LanguageService.InvokeRequired"]/*"/>
1250 <member name="T:Microsoft.VisualStudio.Package.LanguageService.ParseWaitHandle">
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.
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="ParseResultHandler"]/*"/>
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="ParseRequest"]/*"/>
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="ParseRequest.ParseRequest"]/*"/>
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="ParseRequest.ParseRequest1"]/*"/>
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="ParseRequest.IsSynchronous;"]/*"/>
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="ParseRequest.Line;"]/*"/>
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="ParseRequest.Col;"]/*"/>
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="ParseRequest.DirtySpan;"]/*"/>
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="ParseRequest.FileName;"]/*"/>
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="ParseRequest.Text;"]/*"/>
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="ParseRequest.Reason;"]/*"/>
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="ParseRequest.View;"]/*"/>
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="ParseRequest.Terminate;"]/*"/>
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="ParseRequest.Callback;"]/*"/>
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="ParseRequest.Sink;"]/*"/>
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="ParseRequest.Scope;"]/*"/>
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="ParseRequest.TokenInfo;"]/*"/>
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="ParseRequest.Timestamp;"]/*"/>
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="AuthoringScope"]/*"/>
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="AuthoringScope.GetDataTipText"]/*"/>
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="AuthoringScope.GetDeclarations"]/*"/>
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="AuthoringScope.GetMethods"]/*"/>
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="AuthoringScope.Goto"]/*"/>
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="Declarations"]/*"/>
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="Declarations.Declarations"]/*"/>
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="Declarations.Dispose"]/*"/>
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="Declarations.GetCount"]/*"/>
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="Declarations.GetDisplayText"]/*"/>
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="Declarations.GetName"]/*"/>
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="Declarations.GetDescription"]/*"/>
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="Declarations.GetGlyph"]/*"/>
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="Declarations.GetInitialExtent"]/*"/>
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>
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="Declarations.GetBestMatch"]/*"/>
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="Declarations.IsMatch"]/*"/>
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="Declarations.IsCommitChar"]/*"/>
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="Declarations.OnCommit"]/*"/>
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="Declarations.OnAutoComplete"]/*"/>
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="Declarations.LastBestMatch"]/*"/>
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="Methods"]/*"/>
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="Methods.GetName"]/*"/>
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="Methods.GetCount"]/*"/>
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="Methods.GetDescription"]/*"/>
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="Methods.GetType"]/*"/>
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="Methods.GetParameterCount"]/*"/>
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="Methods.GetParameterInfo"]/*"/>
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="Methods.DefaultMethod"]/*"/>
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>
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="Methods.OpenBracket"]/*"/>
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="Methods.CloseBracket"]/*"/>
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="Methods.Delimiter"]/*"/>
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="Methods.TypePrefixed"]/*"/>
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="Methods.TypePrefix"]/*"/>
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="Methods.TypePostfix"]/*"/>
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="AuthoringSink"]/*"/>
1421 AuthoringSink is used to gather information from the parser to help in the following:
1423 - matching braces (ctrl-])
1424 - intellisense: Member Selection, CompleteWord, QuickInfo, MethodTips
1425 - management of the autos window in the debugger
1426 - breakpoint validation
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="AuthoringSink.AuthoringSink"]/*"/>
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="AuthoringSink.MatchPair"]/*"/>
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.
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="AuthoringSink.MatchTriple"]/*"/>
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.
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="AuthoringSink.MatchMultiple"]/*"/>
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
1463 The matching pair with the highest priority (largest integer value) wins.
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="AuthoringSink.StartName"]/*"/>
1469 In support of Member Selection, CompleteWord, QuickInfo,
1470 MethodTip, and Autos, the StartName and QualifyName methods
1472 StartName is called for each identifier that is parsed (e.g. "Console")
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="AuthoringSink.QualifyName"]/*"/>
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").
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="AuthoringSink.AutoExpression"]/*"/>
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
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="AuthoringSink.CodeSpan"]/*"/>
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.
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="AuthoringSink.StartParameters"]/*"/>
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. ")".
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="AuthoringSink.NextParameter"]/*"/>
1518 NextParameter is called after StartParameters on the start of each new parameter, ie. ",".
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="AuthoringSink.EndParameters"]/*"/>
1524 EndParameter is called on the end of the paramters, ie. ")".
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="AuthoringSink.AddTask"]/*"/>
1530 Add an error message. This method also filters out duplicates so you only
1531 see the unique errors in the error list window.
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="AuthoringSink.AddHiddenRegion"]/*"/>
1537 This is in support of outlining.
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="AuthoringSink.AddHiddenRegion"]/*"/>
1543 AddHiddenRegion calls this for you, you can call it directly or override it
1544 to modify the default behavior.
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="AuthoringSink.Line"]/*"/>
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="AuthoringSink.Column"]/*"/>
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="AuthoringSink.Reason"]/*"/>
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="AuthoringSink.FoundMatchingBrace"]/*"/>
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="AuthoringSink.UpdateHiddenRegions"]/*"/>
1561 <summary>Determines whether or not hidden regions should be updated
1562 or not based on the calls to AddHiddenRegion. Default is false.</summary>
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="AuthoringSink.BraceMatching"]/*"/>
1566 <summary>Use this property to find if your parser should call MatchPair or MatchTriple</summary>
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="AuthoringSink.FindNames"]/*"/>
1570 <summary>Use this property to find if your parser should call StartName or QualifyName</summary>
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="AuthoringSink.MethodParameters"]/*"/>
1574 <summary>Use this property to find if your parser should call StartParameters, NextParameter or EndParameters</summary>
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="AuthoringSink.HiddenRegions"]/*"/>
1578 <summary>Use this property to find if your parser should call AddHiddenRegion</summary>
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="IndentingStyle"]/*"/>
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="IndentingStyle.None"]/*"/>
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="IndentingStyle.Block"]/*"/>
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="IndentingStyle.Smart"]/*"/>
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="LanguagePreferences"]/*"/>
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
1602 YourLanguage = s '%YourLocalizedName%'
1604 val Name = s 'YourLanguage'
1605 val Package = s '{F5E7E720-1401-11D1-883B-0000F87579D2}'
1606 val ProfileSave = d 1
1607 val ResourcePackage = s '%YourPackage%'
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.
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="LanguagePreferences.LanguagePreferences"]/*"/>
1620 Gets the language preferences.
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="LanguagePreferences.LanguagePreferences1"]/*"/>
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="LanguagePreferences.Site;"]/*"/>
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="LanguagePreferences.Init"]/*"/>
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="LanguagePreferences.InitUserPreferences"]/*"/>
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="LanguagePreferences.GetIntegerValue"]/*"/>
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="LanguagePreferences.GetBooleanValue"]/*"/>
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="LanguagePreferences.InitMachinePreferences"]/*"/>
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="LanguagePreferences.Dispose"]/*"/>
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="LanguagePreferences.GetLanguagePrefs"]/*"/>
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="LanguagePreferences.Apply"]/*"/>
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="LanguagePreferences.OnRegisterMarkerType"]/*"/>
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="LanguagePreferences.OnRegisterView"]/*"/>
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="LanguagePreferences.OnUnregisterView"]/*"/>
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="LanguagePreferences.OnReplaceAllInFilesBegin"]/*"/>
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="LanguagePreferences.OnReplaceAllInFilesEnd"]/*"/>
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="LanguagePreferences.OnUserPreferencesChanged2"]/*"/>
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="LanguagePreferences.LanguageName;"]/*"/>
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="LanguagePreferences.Site;"]/*"/>
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().
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="LanguagePreferences.EnableCodeSense;"]/*"/>
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="LanguagePreferences.EnableMatchBraces;"]/*"/>
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="LanguagePreferences.EnableQuickInfo;"]/*"/>
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="LanguagePreferences.EnableShowMatchingBrace;"]/*"/>
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="LanguagePreferences.EnableMatchBracesAtCaret;"]/*"/>
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="LanguagePreferences.MaxErrorMessages;"]/*"/>
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="LanguagePreferences.CodeSenseDelay;"]/*"/>
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="LanguagePreferences.EnableAsyncCompletion;"]/*"/>
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="LanguagePreferences.EnableFormatSelection;"]/*"/>
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="LanguagePreferences.EnableCommenting;"]/*"/>
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="LanguagePreferences.MaxRegionTime;"]/*"/>
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="LanguagePreferences.HighlightMatchingBraceFlags;"]/*"/>
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="LanguagePreferences.AutoListMembers"]/*"/>
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="LanguagePreferences.HideAdvancedMembers"]/*"/>
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="LanguagePreferences.ParameterInformation"]/*"/>
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="LanguagePreferences.VirtualSpace"]/*"/>
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="LanguagePreferences.WordWrap"]/*"/>
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="LanguagePreferences.WordWrapGlyphs"]/*"/>
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="LanguagePreferences.CutCopyBlankLines"]/*"/>
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="LanguagePreferences.LineNumbers"]/*"/>
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="LanguagePreferences.EnableLeftClickForURLs"]/*"/>
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="LanguagePreferences.Indenting"]/*"/>
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="LanguagePreferences.TabSize"]/*"/>
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="LanguagePreferences.IndentSize"]/*"/>
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="LanguagePreferences.InsertSpaces"]/*"/>
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="LanguagePreferences.ShowNavigationBar"]/*"/>
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="LanguagePreferences.EnableAutoOutlining"]/*"/>
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="NativeMethods"]/*"/>
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="NativeMethods.CLSCTX_INPROC_SERVER"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.S_FALSE"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.VS_E_UNSUPPORTEDFORMAT"]/*"/>
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="NativeMethods.OLECLOSE_SAVEIFDIRTY"]/*"/>
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="NativeMethods.OLECLOSE_SAVEIFDIRTY"]/*"/>
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="NativeMethods.OLECLOSE_SAVEIFDIRTY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OLEIVERB_PRIMARY"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.OleDispatchErrors"]/*"/>
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="NativeMethods.VSITEMID_NIL"]/*"/>
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="NativeMethods.VSITEMID_NIL"]/*"/>
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="NativeMethods.VSITEMID_NIL"]/*"/>
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="NativeMethods.ALL"]/*"/>
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="NativeMethods.ALL"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.UndoManager"]/*"/>
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="NativeMethods.ROSTATUS_NotReadOnly"]/*"/>
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="NativeMethods.ROSTATUS_NotReadOnly"]/*"/>
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="NativeMethods.ROSTATUS_NotReadOnly"]/*"/>
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="NativeMethods.IEI_DoNotLoadDocData"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.CB_SETDROPPEDWIDTH"]/*"/>
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="NativeMethods.PSN_APPLY"]/*"/>
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="NativeMethods.PSN_APPLY"]/*"/>
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="NativeMethods.PSN_APPLY"]/*"/>
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="NativeMethods.PSN_APPLY"]/*"/>
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="NativeMethods.GMEM_MOVEABLE"]/*"/>
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="NativeMethods.GMEM_MOVEABLE"]/*"/>
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="NativeMethods.GMEM_MOVEABLE"]/*"/>
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="NativeMethods.SWP_NOACTIVATE"]/*"/>
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="NativeMethods.SWP_NOACTIVATE"]/*"/>
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="NativeMethods.SWP_NOACTIVATE"]/*"/>
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="NativeMethods.SWP_NOACTIVATE"]/*"/>
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="NativeMethods.SWP_NOACTIVATE"]/*"/>
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="NativeMethods.TVM_SETINSERTMARK"]/*"/>
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="NativeMethods.TVM_SETINSERTMARK"]/*"/>
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="NativeMethods.FILE_ATTRIBUTE_READONLY"]/*"/>
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="NativeMethods.CEF_CLONEFILE"]/*"/>
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="NativeMethods.CEF_CLONEFILE"]/*"/>
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="NativeMethods.CEF_CLONEFILE"]/*"/>
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="NativeMethods.CEF_CLONEFILE"]/*"/>
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="NativeMethods.cmdidToolsOptions"]/*"/>
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="NativeMethods.GWL_WNDPROC"]/*"/>
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="NativeMethods.InvalidIntPtr"]/*"/>
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="NativeMethods.IID_IServiceProvider"]/*"/>
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="NativeMethods.IID_IObjectWithSite"]/*"/>
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="NativeMethods.IID_IUnknown"]/*"/>
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="NativeMethods.GUID_PropertyBrowserToolWindow"]/*"/>
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="NativeMethods.GUID_VSStandardCommandSet97"]/*"/>
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="NativeMethods.CLSID_HtmDocData"]/*"/>
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="NativeMethods.CLSID_HtmedPackage"]/*"/>
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="NativeMethods.CLSID_HtmlLanguageService"]/*"/>
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="NativeMethods.GUID_HtmlEditorFactory"]/*"/>
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="NativeMethods.GUID_TextEditorFactory"]/*"/>
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="NativeMethods.GUID_HTMEDAllowExistingDocData"]/*"/>
2966 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsEnvironmentPackage">
2967 <summary>GUID for the environment package.</summary>
2969 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsNewProjectPseudoFolder">
2970 <summary>GUID for the "Visual Studio" pseudo folder in the registry.</summary>
2972 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_MiscellaneousFilesProject">
2973 <summary>GUID for the "Miscellaneous Files" project.</summary>
2975 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_SolutionItemsProject">
2976 <summary>GUID for Solution Items project.</summary>
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.
2983 <member name="F:Microsoft.VisualStudio.NativeMethods.SID_SUIHostCommandDispatcher">
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.
2990 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsUIHierarchyWindow">
2993 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_DefaultEditor">
2996 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ExternalEditor">
2999 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_OutWindowGeneralPane">
3000 <summary>GUID of the general output pane inside the output window.</summary>
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="Package.BuildOrder"]/*"/>
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="Package.BuildOutput"]/*"/>
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="Package.DebugOutput"]/*"/>
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>
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>
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>
3020 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_ItemType_SubProject">
3021 <summary>A nested hierarchy project.</summary>
3023 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionBuilding">
3026 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_Debugging">
3029 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_Dragging">
3032 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_FullScreenMode">
3035 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_DesignMode">
3038 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_NoSolution">
3041 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionExists">
3044 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_EmptySolution">
3047 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionHasSingleProject">
3050 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_SolutionHasMultipleProjects">
3053 <member name="F:Microsoft.VisualStudio.NativeMethods.UICONTEXT_CodeWindow">
3056 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewAll">
3059 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewUserTasks">
3062 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewShortcutTasks">
3065 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewHTMLTasks">
3068 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCompilerTasks">
3071 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCommentTasks">
3074 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCurrentFileTasks">
3077 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewCheckedTasks">
3080 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsTaskListViewUncheckedTasks">
3083 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsTaskList">
3086 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsTaskListPackage">
3089 <member name="F:Microsoft.VisualStudio.NativeMethods.SID_SVsToolboxActiveXDataProvider">
3092 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsDocOutlinePackage">
3095 <member name="F:Microsoft.VisualStudio.NativeMethods.CLSID_VsCfgProviderEventsHelper">
3098 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_COMPlusPage">
3101 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_COMClassicPage">
3104 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_SolutionPage">
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="NativeMethods.Succeeded"]/*"/>
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="NativeMethods.Failed"]/*"/>
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="NativeMethods.LOGVIEWID_Any"]/*"/>
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="NativeMethods.LOGVIEWID_Primary"]/*"/>
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="NativeMethods.LOGVIEWID_Debugging"]/*"/>
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="NativeMethods.LOGVIEWID_Code"]/*"/>
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="NativeMethods.LOGVIEWID_Designer"]/*"/>
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="NativeMethods.LOGVIEWID_TextView"]/*"/>
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="NativeMethods.LOGVIEWID_UserChooseView"]/*"/>
3134 <member name="F:Microsoft.VisualStudio.NativeMethods.GUID_VsUIHierarchyWindowCmds">
3135 <summary>Command Group GUID for commands that only apply to the UIHierarchyWindow.</summary>
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="NativeMethods.IsSamePath"]/*"/>
3140 Please use this "approved" method to compare file names.
3143 <member name="M:Microsoft.VisualStudio.NativeMethods.PostMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
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.
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>
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="NativeMethods.GetWindowLong"]/*"/>
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="NativeMethods.SetWindowLong"]/*"/>
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="NativeMethods.SetParent"]/*"/>
3163 Changes the parent window of the specified child window.
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>
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="NativeMethods.SetFocus"]/*"/>
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="NativeMethods.GetClientRect"]/*"/>
3175 <member name="M:Microsoft.VisualStudio.NativeMethods.IsSameComObject(System.Object,System.Object)">
3177 Compares two COM objects to see if they represent the same underlying object.
3180 <member name="T:Microsoft.VisualStudio.NativeMethods.VSTASKBITMAP">
3182 Specifies options for a bitmap image associated with a task item.
3185 <member name="T:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds">
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.
3191 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_RightClick">
3194 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_DoubleClick">
3197 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_EnterKey">
3200 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_StartLabelEdit">
3203 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_CommitLabelEdit">
3206 <member name="F:Microsoft.VisualStudio.NativeMethods.VsUIHierarchyWindowCmdIds.UIHWCMDID_CancelLabelEdit">
3209 <member name="T:Microsoft.VisualStudio.NativeMethods.VSSELELEMID">
3211 These element IDs are the only element IDs that can be used with the selection service.
3214 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_UndoManager">
3217 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_WindowFrame">
3220 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_DocumentFrame">
3223 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_StartupProject">
3226 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_PropertyBrowserSID">
3229 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_UserContext">
3232 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_ResultList">
3235 <member name="F:Microsoft.VisualStudio.NativeMethods.VSSELELEMID.SEID_LastWindowFrame">
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="NMHDR"]/*"/>
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="NMHDR.hwndFrom;"]/*"/>
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="NMHDR.idFrom;"]/*"/>
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="NMHDR.code;"]/*"/>
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="RECT"]/*"/>
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="RECT.left;"]/*"/>
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="RECT.top;"]/*"/>
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="RECT.right;"]/*"/>
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="RECT.bottom;"]/*"/>
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="OLECMDTEXT"]/*"/>
3268 Helper class for setting the text parameters to OLECMDTEXT structures.
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="OLECMDTEXTF"]/*"/>
3274 Flags for the OLE command text
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="OLECMDTEXTF.OLECMDTEXTF_NONE"]/*"/>
3279 <summary>No flag</summary>
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="OLECMDTEXTF.OLECMDTEXTF_NAME"]/*"/>
3283 <summary>The name of the command is required.</summary>
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="OLECMDTEXTF.OLECMDTEXTF_STATUS"]/*"/>
3287 <summary>A description of the status is required.</summary>
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="tagOLECMDF"]/*"/>
3292 OLECMDF enums for IOleCommandTarget
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="tagOLECMDF.OLECMDF_SUPPORTED"]/*"/>
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="tagOLECMDF.OLECMDF_ENABLED"]/*"/>
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="tagOLECMDF.OLECMDF_LATCHED"]/*"/>
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="tagOLECMDF.OLECMDF_NINCHED"]/*"/>
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="tagOLECMDF.OLECMDF_INVISIBLE"]/*"/>
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="ConnectionPointCookie"]/*"/>
3313 Class that encapsulates a connection point cookie for COM event handling.
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="ConnectionPointCookie.ConnectionPointCookie"]/*"/>
3319 Creates a connection point to of the given interface type.
3320 which will call on a managed code sink that implements that interface.
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="NativeMethods.Finalize1"]/*"/>
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="ConnectionPointCookie.ConnectionPointCookie1"]/*"/>
3329 Creates a connection point to of the given interface type.
3330 which will call on a managed code sink that implements that interface.
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="IEventHandler"]/*"/>
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="IEventHandler.AddHandler"]/*"/>
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="IEventHandler.RemoveHandler"]/*"/>
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="IEventHandler.GetHandledEvents"]/*"/>
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="IEventHandler.HandlesEvent"]/*"/>
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="IParameterKind"]/*"/>
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="IParameterKind.SetParameterPassingMode"]/*"/>
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="IParameterKind.SetParameterArrayDimensions"]/*"/>
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="IParameterKind.GetParameterArrayCount"]/*"/>
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="IParameterKind.GetParameterArrayDimensions"]/*"/>
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="IParameterKind.GetParameterPassingMode"]/*"/>
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="PARAMETER_PASSING_MODE"]/*"/>
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="PARAMETER_PASSING_MODE.cmParameterTypeIn"]/*"/>
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="PARAMETER_PASSING_MODE.cmParameterTypeOut"]/*"/>
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="PARAMETER_PASSING_MODE.cmParameterTypeInOut"]/*"/>
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="IMethodXML"]/*"/>
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="IMethodXML.GetXML"]/*"/>
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="IMethodXML.SetXML"]/*"/>
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="IMethodXML.GetBodyPoint"]/*"/>
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="IVBFileCodeModelEvents"]/*"/>
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="IVBFileCodeModelEvents.StartEdit"]/*"/>
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="IVBFileCodeModelEvents.EndEdit"]/*"/>
3399 <member name="T:Microsoft.VisualStudio.NativeMethods.ICodeClassBase">
3400 --------------------------------------------------------------------------
3402 --------------------------------------------------------------------------
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="IScanner"]/*"/>
3407 Scans individual source lines and provides coloring and trigger information about tokens.
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="IScanner.SetSource"]/*"/>
3413 Used to (re)initialize the scanner before scanning a small portion of text, such as single source line for syntax coloring purposes
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>
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="IScanner.ScanTokenAndProvideInfoAboutIt"]/*"/>
3421 Scan the next token and fill in syntax coloring details about it in tokenInfo.
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>
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="TokenColor"]/*"/>
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="TokenColor.Text"]/*"/>
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="TokenColor.Keyword"]/*"/>
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="TokenColor.Comment"]/*"/>
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="TokenColor.Identifier"]/*"/>
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="TokenColor.String"]/*"/>
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="TokenColor.Number"]/*"/>
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="TokenInfo"]/*"/>
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="TokenInfo.TokenInfo"]/*"/>
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="TokenInfo.TokenInfo1"]/*"/>
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="TokenInfo.StartIndex;"]/*"/>
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="TokenInfo.EndIndex;"]/*"/>
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="TokenInfo.Color;"]/*"/>
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="TokenInfo.Type;"]/*"/>
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="TokenInfo.Trigger;"]/*"/>
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="TokenInfo.StartIndex;"]/*"/>
3474 <summary>Language Specific</summary>
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="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
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)
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="TokenTriggers.None"]/*"/>
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="TokenTriggers.MemberSelect"]/*"/>
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="TokenTriggers.MatchBraces"]/*"/>
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="TokenTriggers.MethodTip"]/*"/>
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="TokenTriggers.ParamStart"]/*"/>
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="TokenTriggers.ParamNext"]/*"/>
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="TokenTriggers.ParamEnd"]/*"/>
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="TokenTriggers.Param"]/*"/>
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="TokenType"]/*"/>
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="TokenType.Unknown"]/*"/>
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="TokenType.Text"]/*"/>
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="TokenType.Keyword"]/*"/>
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="TokenType.Identifier"]/*"/>
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="TokenType.String"]/*"/>
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="TokenType.Literal"]/*"/>
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="TokenType.Operator"]/*"/>
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="TokenType.Delimiter"]/*"/>
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="TokenType.WhiteSpace"]/*"/>
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="TokenType.LineComment"]/*"/>
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="TokenType.Comment"]/*"/>
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="Severity"]/*"/>
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="Severity.Hint"]/*"/>
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="Severity.Warning"]/*"/>
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="Severity.Error"]/*"/>
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="Severity.Fatal"]/*"/>
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="CommentInfo"]/*"/>
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="CommentInfo.LineStart;"]/*"/>
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="CommentInfo.BlockStart;"]/*"/>
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="CommentInfo.BlockEnd;"]/*"/>
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="CommentInfo.UseLineComments;"]/*"/>
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="Source"]/*"/>
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.
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="Source.Source"]/*"/>
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="Source.Finalize"]/*"/>
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="Source.RegisterTextBufferEventHandlers"]/*"/>
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="Source.GetColorizer"]/*"/>
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="Source.Recolorize"]/*"/>
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="Source.CreateAuthoringSink"]/*"/>
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="Source.CreateCompletionSet"]/*"/>
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="Source.GetMethodData"]/*"/>
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="Source.GetTaskProvider"]/*"/>
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="Source.GetExpansionProvider"]/*"/>
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="Source.DismissCompletor"]/*"/>
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="Source.Open"]/*"/>
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="Source.Close"]/*"/>
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="Source.Dispose"]/*"/>
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="Source.GetTextLines"]/*"/>
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="Source.GetLineLength"]/*"/>
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="Source.GetLineCount"]/*"/>
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="Source.GetPositionOfLineIndex"]/*"/>
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="Source.GetLineIndexOfPosition"]/*"/>
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="Source.GetLine"]/*"/>
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="Source.GetText"]/*"/>
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="Source.GetText1"]/*"/>
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="Source.GetText2"]/*"/>
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="Source.GetTextUpToLine"]/*"/>
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="Source.SetText"]/*"/>
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="Source.SetText"]/*"/>
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="Source.SetText"]/*"/>
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="Source.GetUserData"]/*"/>
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="Source.SetUserData"]/*"/>
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="ViewFilter.Reformat"]/*"/>
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.
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="Source.GetCommentFormat"]/*"/>
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>
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="Source.CommentSpan"]/*"/>
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="Source.CommentBlock"]/*"/>
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.
3702 <param name="span"></param>
3703 <param name="lineComment"></param>
3704 <returns>The final span of the commented lines including the comment delimiters</returns>
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="Source.CommentBlock"]/*"/>
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.
3712 <returns>The final span of the commented block including the comment delimiters</returns>
3714 <member name="M:Microsoft.VisualStudio.Package.Source.UncommentSpan(Microsoft.VisualStudio.TextManager.Interop.TextSpan)">
3716 Uncomments the given span of text and returns the span of the uncommented block.
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="ViewFilter.UncommentLines"]/*"/>
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="ViewFilter.UncommentBlock"]/*"/>
3724 <summary>Uncomments the given block and returns the span of the uncommented block</summary>
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="Source.OnChangeLineText"]/*"/>
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="Source.OnChangeLineAttributes"]/*"/>
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="Source.GetFilePath"]/*"/>
3735 <member name="M:Microsoft.VisualStudio.Package.Source.ScanToNonWhitespaceChar(System.Int32)">
3737 Return the column position of 1st non whitespace character on line
3739 <param name="line"></param>
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="Source.ColumnToVisiblePosition"]/*"/>
3745 Return the column position that the user will see given the current
3746 tab size setting. This is the opposite of VisiblePositionToColumn
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="Source.VisiblePositionToColumn"]/*"/>
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.
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="Source.GetDocumentSpan"]/*"/>
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="Source.CreateErrorTaskItem"]/*"/>
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="Source.CreateErrorTaskItem2"]/*"/>
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="Source.GetNewLine"]/*"/>
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="Source.NormalizeNewlines"]/*"/>
3772 <summary>Convert the newlines in the given input string to the style of newline
3773 provided in the second argument.</summary>
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="Source.GetTokenInfoAt"]/*"/>
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="Source.OnIdle"]/*"/>
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="Source.BeginParse"]/*"/>
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="Source.GetTokenInfo"]/*"/>
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="Source.OnCommand"]/*"/>
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="Source.GetWordExtent"]/*"/>
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="Source.TrimSpan(ref span);"]/*"/>
3795 Trim whitespace from the beginning and ending of the given span.
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="Source.Completion"]/*"/>
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="Source.MethodTip"]/*"/>
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="Source.MatchBraces"]/*"/>
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="Source.GetPairExtents"]/*"/>
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)">
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.
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>
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="Source.RemoveTask"]/*"/>
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="Source.RemoveHiddenRegions"]/*"/>
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="Source.ProcessHiddenRegions"]/*"/>
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="Source.GetHiddenTextSession"]/*"/>
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="Source.OnHiddenRegionChange"]/*"/>
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="Source.GetTipText"]/*"/>
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="Source.GetMarkerCommandInfo"]/*"/>
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="Source.ExecMarkerCommand"]/*"/>
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="Source.MakeBaseSpanVisible"]/*"/>
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="Source.OnBeforeSessionEnd"]/*"/>
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="Source.OnUserDataChange"]/*"/>
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="Source.CompletedFirstParse"]/*"/>
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="Source.ColorState;"]/*"/>
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="Source.LanguageService"]/*"/>
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="Source.CompletionSet"]/*"/>
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="Source.IsCompletorActive"]/*"/>
3873 <devdiv>returns true if either CompletionSet or MethodData is being displayed.</devdiv>
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="Source.IsClosed"]/*"/>
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="Source.LastParseTime"]/*"/>
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="Source.Dirty"]/*"/>
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="Source.ChangeCount"]/*"/>
3886 Returns a number indicating whether the buffer has changed since you last called.
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="Source.DirtySpan"]/*"/>
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="Source.OutliningEnabled"]/*"/>
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="Completor"]/*"/>
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="Completor.Completor"]/*"/>
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="Completor.RefreshLine"]/*"/>
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="Completor.Dispose"]/*"/>
3905 <summary>This method calls Apply() if you have not already done it.</summary>
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="Completor.Apply"]/*"/>
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="Completor.TypeChar"]/*"/>
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="Completor.TypeChars"]/*"/>
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="Completor.TypeLeft"]/*"/>
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="Completor.TypeRight"]/*"/>
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="Completor.TypeBackspace"]/*"/>
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="Completor.TypeDelete"]/*"/>
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="Completor.IsExpansionActive"]/*"/>
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="Completor.AtEndOfLine"]/*"/>
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="CompoundActionBase.FlushEditActions"]/*"/>
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="CompoundActionBase.Dispose"]/*"/>
3939 <summary>This method calls Close if you have not already called Close</summary>
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="CompoundActionBase.Close"]/*"/>
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="CompoundActionBase.Abort"]/*"/>
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="CompoundAction"]/*"/>
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.
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="CompoundAction.CompoundAction2"]/*"/>
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="CompoundAction.FlushEditActions"]/*"/>
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="CompoundAction.Close"]/*"/>
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="CompoundAction.Abort"]/*"/>
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="CompoundAction"]/*"/>
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.
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="CompoundViewAction.CompoundViewAction"]/*"/>
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="CompletionSet"]/*"/>
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="CompletionSet.CompletionSet"]/*"/>
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="CompletionSet.Init"]/*"/>
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="CompletionSet.Dispose"]/*"/>
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="CompletionSet.Close"]/*"/>
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="CompletionSet.OnAutoComplete"]/*"/>
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="CompletionSet.GetImageList"]/*"/>
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="CompletionSet.GetFlags"]/*"/>
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="CompletionSet.GetCount"]/*"/>
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="CompletionSet.GetDisplayText"]/*"/>
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="CompletionSet.GetDescriptionText"]/*"/>
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="CompletionSet.GetInitialExtent"]/*"/>
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="CompletionSet.GetBestMatch"]/*"/>
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="CompletionSet.OnCommit"]/*"/>
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="CompletionSet.Dismiss"]/*"/>
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="CompletionSet.IsDisplayed"]/*"/>
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="CompletionSet.IsCommitted"]/*"/>
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="CompletionSet.OnCommitText"]/*"/>
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="CompletionSet.Declarations"]/*"/>
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="MethodData"]/*"/>
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="MethodData.MethodData"]/*"/>
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="MethodData.Refresh"]/*"/>
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="MethodData.AdjustCurrentParameter"]/*"/>
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="MethodData.Close"]/*"/>
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="MethodData.Dismiss"]/*"/>
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="MethodData.Dispose"]/*"/>
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="MethodData.GetOverloadCount"]/*"/>
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="MethodData.GetCurMethod"]/*"/>
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="MethodData.NextMethod"]/*"/>
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="MethodData.PrevMethod"]/*"/>
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="MethodData.GetParameterCount"]/*"/>
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="MethodData.GetCurrentParameter"]/*"/>
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="MethodData.OnDismiss"]/*"/>
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="MethodData.UpdateView"]/*"/>
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="MethodData.GetContextStream"]/*"/>
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="MethodData.GetMethodText"]/*"/>
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="MethodData.GetParameterText"]/*"/>
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="MethodData.Provider;"]/*"/>
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="MethodData.MethodTipWindow;"]/*"/>
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="MethodData.Methods;"]/*"/>
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="MethodData.TextView;"]/*"/>
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="MethodData.IsDisplayed"]/*"/>
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="CompoundActionHelpers"]/*"/>
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="TextSpanHelper"]/*"/>
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="TextSpanHelper.StartsAfterStartOf"]/*"/>
4113 <devdoc>Returns true if the first span starts after the start of the second span.</devdoc>
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="TextSpanHelper.StartsAfterEndOf"]/*"/>
4117 <devdoc>Returns true if the first span starts after the end of the second span.</devdoc>
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="TextSpanHelper.StartsBeforeStartOf"]/*"/>
4121 <devdoc>Returns true if the first span starts before the start of the second span.</devdoc>
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="TextSpanHelper.StartsBeforeEndOf"]/*"/>
4125 <devdoc>Returns true if the first span starts before the end of the second span.</devdoc>
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="TextSpanHelper.EndsBeforeStartOf"]/*"/>
4129 <devdoc>Returns true if the first span ends before the start of the second span.</devdoc>
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="TextSpanHelper.EndsBeforeEndOf"]/*"/>
4133 <devdoc>Returns true if the first span starts before the end of the second span.</devdoc>
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="TextSpanHelper.EndsAfterStartOf"]/*"/>
4137 <devdoc>Returns true if the first span ends after the start of the second span.</devdoc>
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="TextSpanHelper.EndsBeforeEndOf"]/*"/>
4141 <devdoc>Returns true if the first span starts after the end of the second span.</devdoc>
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="TextSpanHelper.Merge"]/*"/>
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="TextSpanHelper.IsPositive"]/*"/>
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="TextSpanHelper.ClearTextSpan"]/*"/>
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="TextSpanHelper.IsEmpty"]/*"/>
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="TextSpanHelper.MakePositive"]/*"/>
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="TextSpanHelper.TextSpanNormalize"]/*"/>
4160 <devdoc>Pins the text span to valid line bounds returned from IVsTextLines.</devdoc>
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="TextSpanHelper.IsSameSpan"]/*"/>
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="TextSpanHelper.IsBeforeStartOf"]/*"/>
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="TextSpanHelper.IsAfterEndOf"]/*"/>
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="TextSpanHelper.ContainsInclusive"]/*"/>
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="TextSpanHelper.ContainsExclusive"]/*"/>
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="TextSpanHelper.IsEmbedded"]/*"/>
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="TextSpanHelper.Intersects"]/*"/>
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="TextSpanHelper.ValidSpan"]/*"/>
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="TextSpanHelper.ValidCoord"]/*"/>
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="Variant"]/*"/>
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="Variant.ToVariant"]/*"/>
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="Variant.ToChar"]/*"/>
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="Variant.Vt"]/*"/>
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="Variant.Value"]/*"/>
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="Variant.VariantType"]/*"/>
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="Variant.VariantType.VT_EMPTY"]/*"/>
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="Variant.VariantType.VT_NULL"]/*"/>
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="Variant.VariantType.VT_I2"]/*"/>
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="Variant.VariantType.VT_I4"]/*"/>
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="Variant.VariantType.VT_R4"]/*"/>
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="Variant.VariantType.VT_R8"]/*"/>
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="Variant.VariantType.VT_CY"]/*"/>
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="Variant.VariantType.VT_DATE"]/*"/>
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="Variant.VariantType.VT_BSTR"]/*"/>
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="Variant.VariantType.VT_DISPATCH"]/*"/>
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="Variant.VariantType.VT_ERROR"]/*"/>
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="Variant.VariantType.VT_BOOL"]/*"/>
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="Variant.VariantType.VT_VARIANT"]/*"/>
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="Variant.VariantType.VT_UNKNOWN"]/*"/>
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="Variant.VariantType.VT_DECIMAL"]/*"/>
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="Variant.VariantType.VT_I1"]/*"/>
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="Variant.VariantType.VT_UI1"]/*"/>
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="Variant.VariantType.VT_UI2"]/*"/>
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="Variant.VariantType.VT_UI4"]/*"/>
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="Variant.VariantType.VT_I8"]/*"/>
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="Variant.VariantType.VT_UI8"]/*"/>
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="Variant.VariantType.VT_INT"]/*"/>
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="Variant.VariantType.VT_UINT"]/*"/>
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="Variant.VariantType.VT_VOID"]/*"/>
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="Variant.VariantType.VT_HRESULT"]/*"/>
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="Variant.VariantType.VT_PTR"]/*"/>
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="Variant.VariantType.VT_SAFEARRAY"]/*"/>
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="Variant.VariantType.VT_CARRAY"]/*"/>
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="Variant.VariantType.VT_USERDEFINED"]/*"/>
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="Variant.VariantType.VT_LPSTR"]/*"/>
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="Variant.VariantType.VT_LPWSTR"]/*"/>
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="Variant.VariantType.VT_FILETIME"]/*"/>
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="Variant.VariantType.VT_BLOB"]/*"/>
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="Variant.VariantType.VT_STREAM"]/*"/>
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="Variant.VariantType.VT_STORAGE"]/*"/>
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="Variant.VariantType.VT_STREAMED_OBJECT"]/*"/>
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="Variant.VariantType.VT_STORED_OBJECT"]/*"/>
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="Variant.VariantType.VT_BLOB_OBJECT"]/*"/>
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="Variant.VariantType.VT_CF"]/*"/>
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="Variant.VariantType.VT_CLSID"]/*"/>
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="Variant.VariantType.VT_VECTOR"]/*"/>
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="Variant.VariantType.VT_ARRAY"]/*"/>
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="Variant.VariantType.VT_BYREF"]/*"/>
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="Variant.VariantType.VT_RESERVED"]/*"/>
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="Variant.VariantType.VT_ILLEGAL"]/*"/>
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="Variant.VariantType.VT_ILLEGALMASKED"]/*"/>
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="Variant.VariantType.VT_TYPEMASK"]/*"/>
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="TimeUtilities"]/*"/>
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="FilePathUtilities"]/*"/>
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="FilePathUtilities.GetFilePath"]/*"/>
4357 Get path for text buffer.
4359 <param name="textLines">The text buffer.</param>
4360 <returns>The path of the text buffer.</returns>
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="FilePathUtilities.GetFilePath"]/*"/>
4365 Get file path for an object that is implementing IVsUserData.
4367 <param name="unknown">Reference to an IUnknown interface.</param>
4368 <returns>The file path</returns>
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="VsShell.GetFilePath"]/*"/>
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>
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="ViewFilter"]/*"/>
4379 ViewFilter provides a default implementation of IVsTextViewFilter providing a
4380 handling of the following VS commands:
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
4395 Most of the work is delegated to the Source object.
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="ViewFilter.ViewFilter"]/*"/>
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="TextTipData.Finalize"]/*"/>
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="ViewFilter.Dispose"]/*"/>
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="ViewFilter.Close"]/*"/>
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="ViewFilter.RegisterTextViewEventHandlers"]/*"/>
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="ViewFilter.RegisterTextViewEventHandlers"]/*"/>
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="ViewFilter.OnAfterSnippetsKeyBindingChange"]/*"/>
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="ViewFilter.OnAfterSnippetsUpdate"]/*"/>
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="ViewFilter.GetWordExtent"]/*"/>
4424 <summary>Returns the result of Source.GetWordExtent.</summary>
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="ViewFilter.GetDataTipText"]/*"/>
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.
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="ViewFilter.GetPairExtents"]/*"/>
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="ViewFilter.OnChangeCaretLine"]/*"/>
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="ViewFilter.OnChangeScrollInfo"]/*"/>
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="ViewFilter.OnKillFocus"]/*"/>
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="ViewFilter.OnSetBuffer"]/*"/>
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="ViewFilter.OnSetFocus"]/*"/>
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="ViewFilter.QueryCommandStatus"]/*"/>
4457 Override this method to intercept the IOleCommandTarget::QueryStatus call.
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.
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="SimpleEditorView.QueryParameterList"]/*"/>
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
4477 <returns>Usually returns 0 if ok, or OLECMDERR_E_NOTSUPPORTED</returns>
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="ViewFilter.HandlePreExec"]/*"/>
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="ViewFilter.HanelPostExec"]/*"/>
4484 <summary>This method hooks up HandleSmartIndent and Source.OnCommand. </summary>
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="ViewFilter.ExecCommand"]/*"/>
4489 Override this method to intercept the IOleCommandTarget::Exec call.
4491 <returns>Usually returns 0 if ok, or OLECMDERR_E_NOTSUPPORTED</returns>
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="ViewFilter.OnAutoComplete"]/*"/>
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="ViewFilter.TypeChar"]/*"/>
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="ViewFilter.HandleSmartIndent"]/*"/>
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.
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="ViewFilter.IOleCommandTarget.QueryStatus"]/*"/>
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="ViewFilter.IOleCommandTarget.Exec"]/*"/>
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="ViewFilter.HandleQuickInfo"]/*"/>
4515 <summary>This method is called to handle the VsCommands2K.QUICKINFO command.</summary>
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="ViewFilter.GetFullDataTipText"]/*"/>
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>
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="ViewFilter.GetTextTipData"]/*"/>
4525 <summary>Creates the TextTipData object and returns it</summary>
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="ViewFilter.HandleGoto"]/*"/>
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>
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="ViewFilter.GetExpansionProvider"]/*"/>
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="ViewFilter.ShowContextMenu"]/*"/>
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="ViewFilter.CommentSelection"]/*"/>
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="ViewFilter.GetSelection"]/*"/>
4544 <summary>Returns the current selection, adjusted to become a positive text span</summary>
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="ViewFilter.UncommentSelection"]/*"/>
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="ViewFilter.ReformatDocument;"]/*"/>
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="ViewFilter.ReformatSelection;"]/*"/>
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="ViewFilter.CanReformat"]/*"/>
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>
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="ViewFilter.SnippetBound"]/*"/>
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="ViewFilter.CodeWindowManager;"]/*"/>
4566 <summary>Returnt the CodeWindowManager that created this view filter.</summary>
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="ViewFilter.Source;"]/*"/>
4570 <summary>Return the Source object encapsulating the text buffer.</summary>
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="ViewFilter.TextTipData;"]/*"/>
4574 <summary>Get or set the TextTipData object used for displaying tool tips.</summary>
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="ViewFilter.TextView;"]/*"/>
4578 <summary>Return the IVsTextView associated with this filter.</summary>
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="ViewFilter.IsExpansionUIActive"]/*"/>
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="TextTipData"]/*"/>
4585 <summary>This class provides a default implementation of IVsTextTipData for
4586 use in the IVsTextTipWindow for displaying tool tips.</summary>
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="TextTipData.TextTipData"]/*"/>
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="TextTipData.Close"]/*"/>
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="TextTipData.IsActive"]/*"/>
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="TextTipData.Update"]/*"/>
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="TextTipData.CheckCaretPosition"]/*"/>
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="TextTipData.GetTipText"]/*"/>
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="TextTipData.GetTipFontInfo"]/*"/>
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="TextTipData.GetContextStream"]/*"/>
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="TextTipData.OnDismiss"]/*"/>
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="TextTipData.UpdateView"]/*"/>