IDebugVsaScriptCodeItem.ParseNamedBreakPoint メソッド
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)

Function ParseNamedBreakPoint ( _ input As String, _ <OutAttribute> ByRef functionName As String, _ <OutAttribute> ByRef nargs As Integer, _ <OutAttribute> ByRef arguments As String, _ <OutAttribute> ByRef returnType As String, _ <OutAttribute> ByRef offset As ULong _ ) As Boolean
Dim instance As IDebugVsaScriptCodeItem Dim input As String Dim functionName As String Dim nargs As Integer Dim arguments As String Dim returnType As String Dim offset As ULong Dim returnValue As Boolean returnValue = instance.ParseNamedBreakPoint(input, functionName, nargs, arguments, returnType, offset)
bool ParseNamedBreakPoint ( string input, out string functionName, out int nargs, out string arguments, out string returnType, out ulong offset )
bool ParseNamedBreakPoint ( String^ input, [OutAttribute] String^% functionName, [OutAttribute] int% nargs, [OutAttribute] String^% arguments, [OutAttribute] String^% returnType, [OutAttribute] usigned long long% offset )
boolean ParseNamedBreakPoint ( String input, /** @attribute OutAttribute() */ /** @ref */ String functionName, /** @attribute OutAttribute() */ /** @ref */ int nargs, /** @attribute OutAttribute() */ /** @ref */ String arguments, /** @attribute OutAttribute() */ /** @ref */ String returnType, /** @attribute OutAttribute() */ /** @ref */ UInt64 offset )
戻り値
名前付きブレークポイントが正常に解析される場合は true を返します。それ以外の場合は false を返します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIDebugVsaScriptCodeItem.ParseNamedBreakPoint メソッドを検索する場合は、下記のリンクをクリックしてください。

- IDebugVsaScriptCodeItem.ParseNamedBreakPoint メソッドのページへのリンク