BrowsableAttribute.Default Campo
Definição
Especifica o valor padrão para o BrowsableAttribute, que é Yes.Specifies the default value for the BrowsableAttribute, which is Yes. Esse campo static é somente leitura.This static field is read-only.
public: static initonly System::ComponentModel::BrowsableAttribute ^ Default;
public static readonly System.ComponentModel.BrowsableAttribute Default;
staticval mutable Default : System.ComponentModel.BrowsableAttribute
Public Shared ReadOnly Default As BrowsableAttribute
Valor do campo
Comentários
Quando você marca uma propriedade com esse valor, esse atributo é definido como o membro constante Yes .When you mark a property with this value, this attribute is set to the constant member Yes. Portanto, quando você deseja verificar se o atributo está definido para esse valor em seu código, você deve especificar o atributo como BrowsableAttribute.Yes .Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as BrowsableAttribute.Yes.