GetManifestCompletedEventArgs.IsCached 属性
定义
获取一个值,该值指示是否缓存此 ClickOnce 应用程序。Gets a value indicating whether this ClickOnce application is cached.
public:
property bool IsCached { bool get(); };
public bool IsCached { get; }
member this.IsCached : bool
Public ReadOnly Property IsCached As Boolean
属性值
如果缓存应用程序,则为 true;否则为 false。true if the application is cached; otherwise, false.