IInternalConfigRoot.IsDesignTime プロパティ

定義

構成がデザイン時の構成かどうかを示す値を返します。

public:
 property bool IsDesignTime { bool get(); };
public bool IsDesignTime { get; }
member this.IsDesignTime : bool
Public ReadOnly Property IsDesignTime As Boolean

プロパティ値

true 構成がデザイン時の構成である場合。構成がデザイン時の構成でない場合に false します。

適用対象