共用方式為


IInternalConfigRoot.IsDesignTime 屬性

定義

傳回值,指出組態是否為設計階段組態。

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

屬性值

true 是表示組態為設計階段組態,而 false 則表示組態並非設計階段組態。

適用於