ActivityLog.LogInformation Method

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

Syntax

声明
Public Shared Sub LogInformation ( _
    source As String, _
    message As String _
)
用法
Dim source As String
Dim message As String

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

Parameters

.NET Framework Security

See Also

Reference

ActivityLog Class

ActivityLog Members

Microsoft.VisualStudio.Shell Namespace