IActiveScriptParse64.ParseScriptText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int ParseScriptText(System::String ^ pstrCode, System::String ^ pstrItemName, System::Object ^ punkContext, System::String ^ pstrDelimiter, System::UInt64 dwSourceContextCookie, System::UInt32 ulStartingLineNumber, System::UInt32 dwFlags, [Runtime::InteropServices::Out] System::Object ^ % pvarResult, cli::array <stdole::EXCEPINFO> ^ pexcepinfo);
public int ParseScriptText(string pstrCode, string pstrItemName, object punkContext, string pstrDelimiter, ulong dwSourceContextCookie, uint ulStartingLineNumber, uint dwFlags, out object pvarResult, stdole.EXCEPINFO[] pexcepinfo);
abstract member ParseScriptText : string * string * obj * string * uint64 * uint32 * uint32 * obj * stdole.EXCEPINFO[] -> int
Public Function ParseScriptText (pstrCode As String, pstrItemName As String, punkContext As Object, pstrDelimiter As String, dwSourceContextCookie As ULong, ulStartingLineNumber As UInteger, dwFlags As UInteger, ByRef pvarResult As Object, pexcepinfo As EXCEPINFO()) As Integer
Parameters
- pstrCode
- String
- pstrItemName
- String
- punkContext
- Object
- pstrDelimiter
- String
- dwSourceContextCookie
- UInt64
- ulStartingLineNumber
- UInt32
- dwFlags
- UInt32
- pvarResult
- Object
- pexcepinfo
- EXCEPINFO[]