EventLogSession.GetProviderNames メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ログ サービスに登録されているすべてのイベント プロバイダー名の列挙可能なコレクションを取得します。 イベント プロバイダーは、イベント ログにイベントを発行するアプリケーションです。
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)
返品
イベント プロバイダー名を含む文字列の列挙可能なコレクション。
- 属性