Share via


IDesignerDebuggingService.GetBreakpointInfo Method

Returns the breakpoint information from the designer.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Function GetBreakpointInfo ( _
    languageGuid As Guid, _
    location As String _
) As BreakpointInfo
'Usage
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

Parameters

Return Value

Type: Microsoft.DataWarehouse.Interfaces.Debugger.BreakpointInfo
The breakpoint information from the designer.

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace