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)

戻り値

イベント プロバイダーの名前が格納された文字列の列挙可能なコレクションです。

属性

適用対象

こちらもご覧ください