DataSchemaErrorTask Constructor (String, String, Int32)
Initializes a new instance of the DataSchemaErrorTask class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
document As String, _
line As Integer _
)
'Usage
Dim message As String
Dim document As String
Dim line As Integer
Dim instance As New DataSchemaErrorTask(message, _
document, line)
public DataSchemaErrorTask(
string message,
string document,
int line
)
public:
DataSchemaErrorTask(
String^ message,
String^ document,
int line
)
public function DataSchemaErrorTask(
message : String,
document : String,
line : int
)
new :
message:string *
document:string *
line:int -> DataSchemaErrorTask
Parameters
- message
Type: System.String
The task text
- document
Type: System.String
The document this info belongs to
- line
Type: System.Int32
The line from the message
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace