IVsActivityLog.LogEntryGuidHr – metoda (UInt32, String, String, Guid, Int32)
Díky položka protokolu určující typ položky, název balíčku, textu události GUID k ukládání událostí záznam a popisovač HRESULT událostí uložit 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 LogEntryGuidHr(
uint actType,
string pszSource,
string pszDescription,
Guid guid,
int hr
)
int LogEntryGuidHr(
unsigned int actType,
String^ pszSource,
String^ pszDescription,
Guid guid,
int hr
)
abstract LogEntryGuidHr :
actType:uint32 *
pszSource:string *
pszDescription:string *
guid:Guid *
hr:int -> int
Function LogEntryGuidHr (
actType As UInteger,
pszSource As String,
pszDescription As String,
guid As Guid,
hr As Integer
) As Integer
Parametry
- actType
[v] Typ položky protokolu, hodnotu z __ACTIVITYLOG_ENTRYTYPE výčtu.
- 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.
- guid
[v] Identifikátor GUID zahrnout událostí záznam.
- hr
[v] HRESULT 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::LogEntryGuidHr(
[in] ACTIVITYLOG_ENTRYTYPE actType,
[in] LPCOLESTR pszSource,
[in] LPCOLESTR pszDescription,
[in] GUID guid,
[in] HRESULT hr
);
Viz také
IVsActivityLog – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek