VsShellUtilities.LogMessage(String, String, __ACTIVITYLOG_ENTRYTYPE) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Journalise le message.
public:
static void LogMessage(System::String ^ source, System::String ^ message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
public:
static void LogMessage(Platform::String ^ source, Platform::String ^ message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
static void LogMessage(std::wstring const & source, std::wstring const & message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
public static void LogMessage (string source, string message, Microsoft.VisualStudio.Shell.Interop.__ACTIVITYLOG_ENTRYTYPE entryType);
static member LogMessage : string * string * Microsoft.VisualStudio.Shell.Interop.__ACTIVITYLOG_ENTRYTYPE -> unit
Public Shared Sub LogMessage (source As String, message As String, entryType As __ACTIVITYLOG_ENTRYTYPE)
Public Sub LogMessage (source As String, message As String, entryType As __ACTIVITYLOG_ENTRYTYPE)
Paramètres
- source
- String
Source.
- message
- String
Message.
- entryType
- __ACTIVITYLOG_ENTRYTYPE
Type d’entrée.