GetBreakpointInfo メソッド
名前空間: Microsoft.DataWarehouse.Interfaces.Debugger
アセンブリ: Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)
構文
'宣言
Function GetBreakpointInfo ( _
languageGuid As Guid, _
location As String _
) As BreakpointInfo
'使用
Dim instance As IDesignerDebuggingService
Dim languageGuid As Guid
Dim location As String
Dim returnValue As BreakpointInfo
returnValue = instance.GetBreakpointInfo(languageGuid, _
location)
BreakpointInfo GetBreakpointInfo(
Guid languageGuid,
string location
)
BreakpointInfo^ GetBreakpointInfo(
Guid languageGuid,
String^ location
)
abstract GetBreakpointInfo :
languageGuid:Guid *
location:string -> BreakpointInfo
function GetBreakpointInfo(
languageGuid : Guid,
location : String
) : BreakpointInfo