EventLogRecord.FormatDescription 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得事件訊息。
多載
FormatDescription() |
取得目前地區設定的事件訊息。 |
FormatDescription(IEnumerable<Object>) |
取得事件訊息,並將訊息中的變數取代為指定的值。 |
FormatDescription()
取得目前地區設定的事件訊息。
public:
override System::String ^ FormatDescription();
public override string FormatDescription ();
override this.FormatDescription : unit -> string
Public Overrides Function FormatDescription () As String
傳回
傳回包含目前地區設定中事件訊息的字串。
另請參閱
適用於
FormatDescription(IEnumerable<Object>)
取得事件訊息,並將訊息中的變數取代為指定的值。
public:
override System::String ^ FormatDescription(System::Collections::Generic::IEnumerable<System::Object ^> ^ values);
public override string FormatDescription (System.Collections.Generic.IEnumerable<object> values);
override this.FormatDescription : seq<obj> -> string
Public Overrides Function FormatDescription (values As IEnumerable(Of Object)) As String
參數
- values
- IEnumerable<Object>
值,用來取代事件訊息中的變數。 變數由 %n 表示,其中 n 為數字。
傳回
傳回包含目前地區設定中事件訊息的字串。