共用方式為


ProviderMetadata.LogLinks 屬性

定義

取得可列舉的 EventLogLink 物件集合,其中每個物件都代表事件提供者所使用的事件記錄檔連結。

public:
 property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventLogLink ^> ^ LogLinks { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventLogLink ^> ^ get(); };
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink> LogLinks { get; }
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink> LogLinks { [System.Security.SecurityCritical] get; }
member this.LogLinks : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink>
[<get: System.Security.SecurityCritical>]
member this.LogLinks : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink>
Public ReadOnly Property LogLinks As IList(Of EventLogLink)

屬性值

傳回 EventLogLink 物件的可列舉集合。

屬性

適用於

另請參閱