Condividi tramite


IDebugSession3.__deprecated_GetSessionId Method

Definition

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

rgguidSpecificEngines
Guid[]
celtSpecificEngines
UInt32
pszStartPageUrl
String
pbstrSessionId
String

Returns

Implements

Applies to