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. ====== Score ====== Property of [[:scripting:api:completion-item:start|ICompletionItem]] ===== Description ===== Item Score ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nScore = CompletionItem.Score; CompletionItem.Score = nScore; </code>==== Visual Basic Script ==== <code vb> nScore = CompletionItem.Score CompletionItem.Score = nScore </code>==== C++ ==== <code cpp> long nScore; HRESULT hr = CompletionItem.get_Score(&nScore); hr = CompletionItem.put_Score(nScore); </code>===== See Also ===== [[:scripting:api:completion-item:start|ICompletionItem]] ~~NOTOC~~