Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Style ====== Property of [[:scripting:api:completion-item:start|ICompletionItem]] ===== Description ===== Style ===== Property type ===== Read-Only Property of type **[[:scripting:api:style:start|IStyle]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pStyle = CompletionItem.Style; </code>==== Visual Basic Script ==== <code vb> pStyle = CompletionItem.Style </code>==== C++ ==== <code cpp> CComPtr<IStyle> pStyle; HRESULT hr = CompletionItem.get_Style(&pStyle); </code>===== See Also ===== [[:scripting:api:completion-item:start|ICompletionItem]] ~~NOTOC~~