Share via


IActiveScriptParseProcedureOld32.ParseProcedureText Method

Definition

public:
 int ParseProcedureText(System::String ^ pstrCode, System::String ^ pstrFormalParams, System::String ^ pstrItemName, System::Object ^ punkContext, System::String ^ pstrDelimiter, System::UInt32 dwSourceContextCookie, System::UInt32 ulStartingLineNumber, System::UInt32 dwFlags, [Runtime::InteropServices::Out] System::Object ^ % ppdisp);
public int ParseProcedureText(string pstrCode, string pstrFormalParams, string pstrItemName, object punkContext, string pstrDelimiter, uint dwSourceContextCookie, uint ulStartingLineNumber, uint dwFlags, out object ppdisp);
abstract member ParseProcedureText : string * string * string * obj * string * uint32 * uint32 * uint32 * obj -> int
Public Function ParseProcedureText (pstrCode As String, pstrFormalParams As String, pstrItemName As String, punkContext As Object, pstrDelimiter As String, dwSourceContextCookie As UInteger, ulStartingLineNumber As UInteger, dwFlags As UInteger, ByRef ppdisp As Object) As Integer

Parameters

pstrCode
String
pstrFormalParams
String
pstrItemName
String
punkContext
Object
pstrDelimiter
String
dwSourceContextCookie
UInt32
ulStartingLineNumber
UInt32
dwFlags
UInt32
ppdisp
Object

Returns

Applies to