SourceLocationFoundEventArgs Class

Definition

Represents SourceLocationFoundEventArgs.

public ref class SourceLocationFoundEventArgs sealed : EventArgs
public sealed class SourceLocationFoundEventArgs : EventArgs
type SourceLocationFoundEventArgs = class
    inherit EventArgs
Public NotInheritable Class SourceLocationFoundEventArgs
Inherits EventArgs
Inheritance
SourceLocationFoundEventArgs

Constructors

SourceLocationFoundEventArgs(Object, SourceLocation)

Initializes a new instance of the SourceLocationFoundEventArgs class using the target and source location.

Properties

SourceLocation

Gets the specific location in a target source code file.

Target

Gets the target source code files for the specific location.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to