Construtor NewItemTypesAttribute (Type)

Initializes a new instance of the NewItemTypesAttribute class.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Sub New ( _
    type As Type _
)
public NewItemTypesAttribute(
    Type type
)
public:
NewItemTypesAttribute(
    Type^ type
)
new : 
        type:Type -> NewItemTypesAttribute
public function NewItemTypesAttribute(
    type : Type
)

Parâmetros

  • type
    Tipo: System.Type
    A Type o objeto que este atributo declara como sendo um novo item tipo válido.

Exceções

Exceção Condição
ArgumentNullException

type is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

NewItemTypesAttribute Classe

Sobrecargas NewItemTypesAttribute

Namespace Microsoft.Windows.Design.PropertyEditing

NewItemFactory

Outros recursos

Propriedade de edição de arquitetura

Extensibilidade do WPF Designer