IDebugDisassemblyStream2.GetDocument(String, IDebugDocument2) 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 GetDocument(System::String ^ bstrDocumentUrl, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocument2 ^ % ppDocument);
public int GetDocument(string bstrDocumentUrl, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocument2 ppDocument);
abstract member GetDocument : string * IDebugDocument2 -> int
Public Function GetDocument (bstrDocumentUrl As String, ByRef ppDocument As IDebugDocument2) As Integer
Parameters
- bstrDocumentUrl
- String
- ppDocument
- IDebugDocument2