MemberDescriptor.DesignTimeOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute.
public:
virtual property bool DesignTimeOnly { bool get(); };
public virtual bool DesignTimeOnly { get; }
member this.DesignTimeOnly : bool
Public Overridable ReadOnly Property DesignTimeOnly As Boolean
Property Value
true
if this member should be set only at design time; false
if the member can be set during run time.
Remarks
If there is no DesignOnlyAttribute, the return value is the default, which is false
.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา