NewItemTypesAttribute (Constructor) (Type)
Inicializa una nueva instancia de la clase NewItemTypesAttribute.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
Objeto Type que este atributo declara como un nuevo tipo de elemento válido.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de type es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
NewItemTypesAttribute (Sobrecarga)
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)