語言

RecommendedAsConfigurableAttribute.No 欄位

定義

規定某屬性不得用作應用程式設定。 此 static 欄位為唯讀。

public: static initonly System::ComponentModel::RecommendedAsConfigurableAttribute ^ No;
public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;
 staticval mutable No : System.ComponentModel.RecommendedAsConfigurableAttribute
Public Shared ReadOnly No As RecommendedAsConfigurableAttribute 

欄位值

備註

此欄位為該屬性的預設設定。

當你將屬性標記為 RecommendedAsConfigurableAttributefalse時,該屬性的值會被設定為常數成員 No。 因此,當你想檢查該屬性是否設定為程式碼中的這個值時,必須指定屬性 RecommendedAsConfigurableAttribute.No

適用於

另請參閱