ProviderMetadata.Events プロパティ
定義
EventMetadata オブジェクトの列挙可能なコレクションを取得します。各オブジェクトは、プロバイダーで定義されているイベントを表します。Gets an enumerable collection of EventMetadata objects, each of which represents an event that is defined in the provider.
public:
property System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventMetadata ^> ^ Events { System::Collections::Generic::IEnumerable<System::Diagnostics::Eventing::Reader::EventMetadata ^> ^ get(); };
[get: System.Security.SecurityCritical]
public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventMetadata> Events { get; }
member this.Events : seq<System.Diagnostics.Eventing.Reader.EventMetadata>
Public ReadOnly Property Events As IEnumerable(Of EventMetadata)
プロパティ値
EventMetadata オブジェクトの列挙可能なコレクションを返します。Returns an enumerable collection of EventMetadata objects.
- 属性