TaskItem.Description 属性

定义

设置或获取一个字符串,该字符串表示对象的说明 TaskItem

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(6)]
public string Description { [System.Runtime.InteropServices.DispId(6)] get; [System.Runtime.InteropServices.DispId(6)] set; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
[<set: System.Runtime.InteropServices.DispId(6)>]
member this.Description : string with get, set
Public Property Description As String

属性值

String

表示对象说明的字符串 TaskItem

属性

适用于