SourceLocationFoundEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |