RequiresAssemblyFilesAttribute.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一条可选消息,其中包含有关需要将程序集文件放在磁盘上的信息。
public:
property System::String ^ Message { System::String ^ get(); };
public string? Message { get; }
member this.Message : string
Public ReadOnly Property Message As String