Sdílet prostřednictvím


IVsActivityLog.LogEntryPath – metoda (UInt32, String, String, String)

 

Díky položka protokolu určující typ položky, název balíčku, textu události a úplnou cestu k ukládání událostí záznam.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

int LogEntryPath(
    uint actType,
    string pszSource,
    string pszDescription,
    string pszPath
)
int LogEntryPath(
    unsigned int actType,
    String^ pszSource,
    String^ pszDescription,
    String^ pszPath
)
abstract LogEntryPath : 
        actType:uint32 *
        pszSource:string *
        pszDescription:string *
        pszPath:string -> int
Function LogEntryPath (
    actType As UInteger,
    pszSource As String,
    pszDescription As String,
    pszPath As String
) As Integer

Parametry

  • pszSource
    [v] Ukazatel na řetězec obsahující název balíčku nebo volání komponent.
  • pszDescription
    [v] Ukazatel na řetězec popisující událost.
  • pszPath
    [v] Řetězec obsahující úplnou cestu zahrnout událostí záznam.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell80.idl:

HRESULT IVsActivityLog::LogEntryPath(
   [in] ACTIVITYLOG_ENTRYTYPE actType, 
   [in] LPCOLESTR pszSource, 
   [in] LPCOLESTR pszDescription, 
   [in] LPCOLESTR pszPath
);

Viz také

IVsActivityLog – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek