PropertyEntryCollection Constructor
Initializes a new instance of the PropertyEntryCollection class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Sub New ( _
parentValue As PropertyValue _
)
protected PropertyEntryCollection(
PropertyValue parentValue
)
protected:
PropertyEntryCollection(
PropertyValue^ parentValue
)
new :
parentValue:PropertyValue -> PropertyEntryCollection
protected function PropertyEntryCollection(
parentValue : PropertyValue
)
Parameters
- parentValue
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The parent PropertyValue.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | parentValue is nulla null reference (Nothing in Visual Basic). |
Remarks
The PropertyEntryCollection class is for host implementations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace