Share via


MimeTextMatch.Type プロパティ

定義

検索対象テキストの MIME 形式を示す値を取得または設定します。

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

プロパティ値

検索対象テキストの MIME 形式を示す文字列。

MimeText_Binding_Match_8#5

注釈

値が設定されていない場合、このプロパティは空の文字列 ("") を返します。

適用対象