EventLogSession.GetLogNames メソッド

定義

イベント ログ サービスに登録されているすべてのイベント ログ名の列挙可能なコレクションを取得します。

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetLogNames();
public System.Collections.Generic.IEnumerable<string> GetLogNames ();
[System.Security.SecurityCritical]
public System.Collections.Generic.IEnumerable<string> GetLogNames ();
member this.GetLogNames : unit -> seq<string>
[<System.Security.SecurityCritical>]
member this.GetLogNames : unit -> seq<string>
Public Function GetLogNames () As IEnumerable(Of String)

戻り値

イベント ログ名を格納する文字列の列挙可能なコレクションです。

属性

適用対象

こちらもご覧ください