次の方法で共有


EventLogSession.GetProviderNames メソッド

定義

イベント ログ サービスに登録されているすべてのイベント プロバイダー名の列挙可能なコレクションを取得します。 イベント プロバイダーは、イベント ログにイベントを発行するアプリケーションです。

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

返品

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

属性

適用対象