TestFileLocationProperty(String, LinePositionSpan) Constructor
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.
Initializes a new instance of the TestFileLocationProperty class.
public TestFileLocationProperty(string FilePath, Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan LineSpan);
public TestFileLocationProperty(string filePath, Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan lineSpan);
new Microsoft.Testing.Platform.Extensions.Messages.TestFileLocationProperty : string * Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan -> Microsoft.Testing.Platform.Extensions.Messages.TestFileLocationProperty
new Microsoft.Testing.Platform.Extensions.Messages.TestFileLocationProperty : string * Microsoft.Testing.Platform.Extensions.Messages.LinePositionSpan -> Microsoft.Testing.Platform.Extensions.Messages.TestFileLocationProperty
Public Sub New (FilePath As String, LineSpan As LinePositionSpan)
Public Sub New (filePath As String, lineSpan As LinePositionSpan)
Parameters
- FilePathfilePath
- String
File path.
- LineSpanlineSpan
- LinePositionSpan
Line position.