IExtensibilityLogger.LogWarning Method
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Sub LogWarning ( _
source As String, _
logMessage As String _
)
void LogWarning(
string source,
string logMessage
)
void LogWarning(
String^ source,
String^ logMessage
)
abstract LogWarning :
source:string *
logMessage:string -> unit
function LogWarning(
source : String,
logMessage : String
)
Parameters
- source
Type: System.String
- logMessage
Type: System.String
.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
IExtensibilityLogger Interface
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace