VCPreLinkEventTool.Description 属性

定义

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

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(2)]
public string Description { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.Description : string with get, set
Public Property Description As String

属性值

String

表示对象说明的字符串。

属性

适用于