IInternalConfigRoot.IsDesignTime 属性

定义

返回一个值,它指示配置是否为设计时配置。

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

属性值

如果配置是设计时配置,则为 true;如果配置不是设计时配置,则为 false

适用于