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

属性值

String

指示要搜索的文本的 MIME 格式的字符串。

示例

MimeText_Binding_Match_8#5

注解

此属性返回一个空字符串, (“”) (如果尚未设置其值)。

适用于