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)

속성 값

적용 대상