다음을 통해 공유


ActivityLog.LogWarning Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Shared Sub LogWarning ( _
    source As String, _
    message As String _
)
‘사용 방법
Dim source As String
Dim message As String

ActivityLog.LogWarning(source, message)
public static void LogWarning(
    string source,
    string message
)
public:
static void LogWarning(
    String^ source, 
    String^ message
)
static member LogWarning : 
        source:string * 
        message:string -> unit 
public static function LogWarning(
    source : String, 
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

ActivityLog Class

ActivityLog Members

Microsoft.VisualStudio.Shell Namespace