ImageCodecInfo.FilenameExtension 屬性

定義

取得或設定含有在 Codec 中所使用副檔名的字串。 副檔名是以分號隔開。

public:
 property System::String ^ FilenameExtension { System::String ^ get(); void set(System::String ^ value); };
public string FilenameExtension { get; set; }
public string? FilenameExtension { get; set; }
member this.FilenameExtension : string with get, set
Public Property FilenameExtension As String

屬性值

字串,含有在 Codec 中所使用的副檔名。

適用於