DesignOnlyAttribute.IsDesignOnly 屬性

定義

會得到一個值,表示某屬性是否只能在設計時設定。

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

屬性值

true如果某個屬性只能在設計時設定;否則,。 false

適用於