IPublishProperties3.VerifyUploadedFiles 属性

定义

获取或设置一个值,该值指示 Visual Studio 在发布后是否验证上载的文件。

public:
 property bool VerifyUploadedFiles { bool get(); void set(bool value); };
public:
 property bool VerifyUploadedFiles { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(30)]
public bool VerifyUploadedFiles { get; set; }
[<System.Runtime.InteropServices.DispId(30)>]
member this.VerifyUploadedFiles : bool with get, set
Public Property VerifyUploadedFiles As Boolean

属性值

Boolean

true 如果 Visual Studio 在发布后验证上载的文件,则为;否则为 false

实现

属性

适用于