Classe LocalizablePropertyCategoryAttribute
Provides a localized category for a property. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.Attribute
System.ComponentModel.CategoryAttribute
Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategoryAttribute
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute _
Inherits CategoryAttribute
'Utilizzo
Dim instance As LocalizablePropertyCategoryAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyCategoryAttribute sealed : public CategoryAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute =
class
inherit CategoryAttribute
end
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute
Nel tipo LocalizablePropertyCategoryAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
LocalizablePropertyCategoryAttribute | Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Category | Ereditato da CategoryAttribute. | |
TypeId | Ereditato da Attribute. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da CategoryAttribute. | |
GetHashCode | Ereditato da CategoryAttribute. | |
GetType | Ereditato da Object. | |
IsDefaultAttribute | Ereditato da CategoryAttribute. | |
Match | Ereditato da Attribute. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
_Attribute.GetIDsOfNames | Ereditato da Attribute. | |
_Attribute.GetTypeInfo | Ereditato da Attribute. | |
_Attribute.GetTypeInfoCount | Ereditato da Attribute. | |
_Attribute.Invoke | Ereditato da Attribute. |
In alto
Osservazioni
A CategoryAttribute indicates the category to associate the property or event with when listing properties or events in a System.Windows.Forms.PropertyGrid control set to Categorized mode. For more information, see "CategoryAttribute Class" in the .NET Framework Class Library.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization