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. ====== Syntax ====== Property of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Returns pane syntax ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sSyntax = OutputPane.Syntax; OutputPane.Syntax = sSyntax; </code>==== Visual Basic Script ==== <code vb> sSyntax = OutputPane.Syntax OutputPane.Syntax = sSyntax </code>==== C++ ==== <code cpp> BSTR sSyntax; HRESULT hr = OutputPane.get_Syntax(&sSyntax); hr = OutputPane.put_Syntax(sSyntax); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~