Share via


WhatIfPropertyChange クラス

定義

リソース プロパティに対する予測された変更。

public class WhatIfPropertyChange
type WhatIfPropertyChange = class
Public Class WhatIfPropertyChange
継承
WhatIfPropertyChange

コンストラクター

WhatIfPropertyChange()

WhatIfPropertyChange クラスの新しいインスタンスを初期化します。

WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>)

WhatIfPropertyChange クラスの新しいインスタンスを初期化します。

プロパティ

After

展開の実行後に プロパティの値を取得または設定します。

Before

展開を実行する前に、 プロパティの値を取得または設定します。

Children

入れ子になったプロパティの変更を取得または設定します。

Path

プロパティのパスを取得します。値の設定も可能です。

PropertyChangeType

プロパティの変更の種類を取得または設定します。 使用できる値は、'Create'、'Delete'、'Modify'、'Array'、'NoEffect' です。

メソッド

Validate()

オブジェクトを検証します。

適用対象