ManagedBuildLoggerComClass.LogFormattedWarning Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Sub LogFormattedWarning ( _
message As String, _
warningCode As String, _
helpKeyword As String, _
line As Integer, _
column As Integer, _
endingLine As Integer, _
endingColumn As Integer, _
file As String, _
additionalInfo As Object _
)
public void LogFormattedWarning(
string message,
string warningCode,
string helpKeyword,
int line,
int column,
int endingLine,
int endingColumn,
string file,
Object additionalInfo
)
public:
virtual void LogFormattedWarning(
String^ message,
String^ warningCode,
String^ helpKeyword,
int line,
int column,
int endingLine,
int endingColumn,
String^ file,
Object^ additionalInfo
) sealed
abstract LogFormattedWarning :
message:string *
warningCode:string *
helpKeyword:string *
line:int *
column:int *
endingLine:int *
endingColumn:int *
file:string *
additionalInfo:Object -> unit
override LogFormattedWarning :
message:string *
warningCode:string *
helpKeyword:string *
line:int *
column:int *
endingLine:int *
endingColumn:int *
file:string *
additionalInfo:Object -> unit
public final function LogFormattedWarning(
message : String,
warningCode : String,
helpKeyword : String,
line : int,
column : int,
endingLine : int,
endingColumn : int,
file : String,
additionalInfo : Object
)
Parameters
- message
Type: System.String
- warningCode
Type: System.String
- helpKeyword
Type: System.String
- line
Type: System.Int32
- column
Type: System.Int32
- endingLine
Type: System.Int32
- endingColumn
Type: System.Int32
- file
Type: System.String
- additionalInfo
Type: System.Object
Implements
IHostFeedbackLogFormattedWarning(String, String, String, Int32, Int32, Int32, Int32, String, Object)
.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
ManagedBuildLoggerComClass Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace