IDesignerDebuggingService.GetBreakpointInfo Method

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