Construtor CategoryEntry
Initializes a new instance of the CategoryEntry class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Protected Sub New ( _
name As String _
)
protected CategoryEntry(
string name
)
protected:
CategoryEntry(
String^ name
)
new :
name:string -> CategoryEntry
protected function CategoryEntry(
name : String
)
Parâmetros
- name
Tipo: System.String
O nome localizado da categoria, conforme definido pela CategoryAttribute atributo.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | nameestá vazio ou nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing