Share via


ApplicationClass.UpdateObjects プロパティ

定義

更新バージョンが検出されたときのパッケージの読み込み時に、拡張可能なオブジェクトを更新できるかどうかを示す Boolean を取得します。値の設定も可能です。

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

プロパティ値

更新されたバージョンが見つかったときにパッケージの読み込み時に拡張可能なオブジェクトを更新できる場合は true。それ以外の場合は false。

実装

属性

適用対象