IDebugDocumentHelper32.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::UInt32 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(uint dwSourceContext, out Microsoft.VisualStudio.Debugger.Interop.IActiveScript ppasd, out uint piCharPos, out uint pcChars);
abstract member GetScriptBlockInfo : uint32 * IActiveScript * uint32 * uint32 -> int
Public Function GetScriptBlockInfo (dwSourceContext As UInteger, ByRef ppasd As IActiveScript, ByRef piCharPos As UInteger, ByRef pcChars As UInteger) As Integer
Parameters
- dwSourceContext
- UInt32
- ppasd
- IActiveScript
- piCharPos
- UInt32
- pcChars
- UInt32