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

属性值

String

用于打开此类型的文件的程序的说明。

属性

适用于