Sdílet prostřednictvím


PropertyEntryCollection – konstruktor

Inicializuje novou instanci PropertyEntryCollection Třída

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

Syntaxe

'Deklarace
Protected Sub New ( _
    parentValue As PropertyValue _
)
protected PropertyEntryCollection(
    PropertyValue parentValue
)
protected:
PropertyEntryCollection(
    PropertyValue^ parentValue
)
new : 
        parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
    parentValue : PropertyValue
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

parentValueis nullodkaz Null (Nothing v jazyce Visual Basic).

Poznámky

PropertyEntryCollection Třída je pro hostitele implementace.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyEntryCollection Třída

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

Další zdroje

WPF Designer Extensibility

Property Editing Architecture