IDebugSession2.__deprecated_GetSessionId 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 __deprecated_GetSessionId(Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback, cli::array <Guid> ^ rgguidSpecificEngines, System::UInt32 celtSpecificEngines, System::String ^ pszStartPageUrl, [Runtime::InteropServices::Out] System::String ^ % pbstrSessionId);
public int __deprecated_GetSessionId(Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback, Guid[] rgguidSpecificEngines, uint celtSpecificEngines, string pszStartPageUrl, out string pbstrSessionId);
abstract member __deprecated_GetSessionId : Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * Guid[] * uint32 * string * string -> int
Public Function __deprecated_GetSessionId (pCallback As IDebugEventCallback2, rgguidSpecificEngines As Guid(), celtSpecificEngines As UInteger, pszStartPageUrl As String, ByRef pbstrSessionId As String) As Integer
Parameters
- pCallback
- IDebugEventCallback2
- rgguidSpecificEngines
- Guid[]
- celtSpecificEngines
- UInt32
- pszStartPageUrl
- String
- pbstrSessionId
- String