DesignOnlyAttribute.IsDesignOnly 屬性

定義

取得值,表示屬性是否只能在設計階段進行設定。

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

屬性值

如果屬性只能在設計階段進行設定則為 true,否則為 false

適用於