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. ====== SubImage ====== Property of [[:scripting:api:completion-item:start|ICompletionItem]] ===== Description ===== Sub Image (e.g public/protected/private) ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nImage = CompletionItem.SubImage; </code>==== Visual Basic Script ==== <code vb> nImage = CompletionItem.SubImage </code>==== C++ ==== <code cpp> long nImage; HRESULT hr = CompletionItem.get_SubImage(&nImage); </code>===== See Also ===== [[:scripting:api:completion-item:start|ICompletionItem]] ~~NOTOC~~