LocalizableAttribute.No 字段

定义

指定属性不应本地化。 此 static 字段是只读的。

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

字段值

注解

此字段是此属性的默认设置。

将 属性LocalizableAttributefalse标记为 时,此属性的值设置为常量成员 No。 因此,如果要在代码中检查属性是否设置为此值,则必须将 属性指定为 LocalizableAttribute.No

适用于

另请参阅