Sdílet prostřednictvím


NewItemTypesAttribute – konstruktor (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 ( _
    type As Type _
)
public NewItemTypesAttribute(
    Type type
)
public:
NewItemTypesAttribute(
    Type^ type
)
new : 
        type:Type -> NewItemTypesAttribute
public function NewItemTypesAttribute(
    type : Type
)

Parametry

  • type
    Typ: System.Type
    A Type objektu, který tento atribut deklaruje jako platný novou položku typu.

Výjimky

Výjimka Podmínka
ArgumentNullException

typeis nullodkaz Null (Nothing v jazyce Visual Basic).

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