EventProviderTraceListener.GetSupportedAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得由追蹤接聽程式支援的自訂屬性。
protected:
override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()
傳回
String[]
字串陣列,為追蹤接聽程式支援的自訂屬性命名;如果沒有自訂屬性,則為 null
。