次の方法で共有


IInternalConfigRoot.IsDesignTime プロパティ

定義

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

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

プロパティ値

構成がデザイン時の構成である場合は true。構成がデザイン時の構成ではない場合は false

適用対象