TextOutputFormatter.SupportedEncodings 屬性

定義

取得這個 TextOutputFormatter 支援的可變動字元編碼集合。 寫入資料時會使用編碼。

public:
 property System::Collections::Generic::IList<System::Text::Encoding ^> ^ SupportedEncodings { System::Collections::Generic::IList<System::Text::Encoding ^> ^ get(); };
public System.Collections.Generic.IList<System.Text.Encoding> SupportedEncodings { get; }
member this.SupportedEncodings : System.Collections.Generic.IList<System.Text.Encoding>
Public ReadOnly Property SupportedEncodings As IList(Of Encoding)

屬性值

適用於