EventProviderTraceListener.GetSupportedAttributes メソッド

定義

トレース リスナーによってサポートされるカスタム属性を取得します。

protected:
 override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()

戻り値

String[]

トレース リスナーによってサポートされるカスタム属性の名前を付ける文字列配列。カスタム属性がない場合は null

適用対象

こちらもご覧ください