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
- 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
Sobrecargas NewItemTypesAttribute
Namespace Microsoft.Windows.Design.PropertyEditing