DebuggerService.GetExactLocation Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns an exact source file location based on the start and end line numbers of the activity in its serialized Xaml form.

Namespace:  System.Activities.Design.Debug
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Function GetExactLocation ( _
    approximateLocation As SourceLocation _
) As SourceLocation
'Usage
Dim instance As DebuggerService
Dim approximateLocation As SourceLocation
Dim returnValue As SourceLocation

returnValue = instance.GetExactLocation(approximateLocation)
public SourceLocation GetExactLocation(
    SourceLocation approximateLocation
)
public:
virtual SourceLocation^ GetExactLocation(
    SourceLocation^ approximateLocation
) sealed
public final function GetExactLocation(
    approximateLocation : SourceLocation
) : SourceLocation
abstract GetExactLocation : 
        approximateLocation:SourceLocation -> SourceLocation 
override GetExactLocation : 
        approximateLocation:SourceLocation -> SourceLocation 

Parameters

Return Value

Type: System.Activities.Debugger.SourceLocation
An exact location in the source file.

Implements

IDesignerDebugView.GetExactLocation(SourceLocation)

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

DebuggerService Class

DebuggerService Members

System.Activities.Design.Debug Namespace