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)

返品

イベント ログ名を含む文字列の列挙可能なコレクション。

属性

適用対象