Sdílet prostřednictvím


NewItemTypesAttribute – konstruktor (array<Type )

Inicializuje novou instanci NewItemTypesAttribute Třída

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    ParamArray types As Type() _
)
public NewItemTypesAttribute(
    params Type[] types
)
public:
NewItemTypesAttribute(
    ... array<Type^>^ types
)
new : 
        types:Type[] -> NewItemTypesAttribute
public function NewItemTypesAttribute(
    ... types : Type[]
)

Parametry

  • types
    Typ: array<System.Type[]
    Pole Type objektů, které tento atribut deklaruje jako platné nové položky typy.

Výjimky

Výjimka Podmínka
ArgumentNullException

typesje nullodkaz Null (Nothing v jazyce Visual Basic) nebo prázdná.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NewItemTypesAttribute Třída

NewItemTypesAttribute – přetížení

Microsoft.Windows.Design.PropertyEditing – obor názvů

NewItemFactory

Další zdroje

Property Editing Architecture

WPF Designer Extensibility