IDebugDocumentHelper64.GetScriptBlockInfo 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 GetScriptBlockInfo(System::UInt64 dwSourceContext, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IActiveScript ^ % ppasd, [Runtime::InteropServices::Out] System::UInt32 % piCharPos, [Runtime::InteropServices::Out] System::UInt32 % pcChars);
public int GetScriptBlockInfo(ulong dwSourceContext, out Microsoft.VisualStudio.Debugger.Interop.IActiveScript ppasd, out uint piCharPos, out uint pcChars);
abstract member GetScriptBlockInfo : uint64 * IActiveScript * uint32 * uint32 -> int
Public Function GetScriptBlockInfo (dwSourceContext As ULong, ByRef ppasd As IActiveScript, ByRef piCharPos As UInteger, ByRef pcChars As UInteger) As Integer
Parameters
- dwSourceContext
- UInt64
- ppasd
- IActiveScript
- piCharPos
- UInt32
- pcChars
- UInt32