PropertyValue.SubProperties Property
When overridden in a derived class, gets the sub-properties of this property value.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SubProperties As PropertyEntryCollection
'Usage
Dim instance As PropertyValue
Dim value As PropertyEntryCollection
value = instance.SubProperties
public abstract PropertyEntryCollection SubProperties { get; }
public:
virtual property PropertyEntryCollection^ SubProperties {
PropertyEntryCollection^ get () abstract;
}
public abstract function get SubProperties () : PropertyEntryCollection
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
A collection of sub-properties.
Remarks
You can use the HasSubProperties property to determine whether this property value supports sub-properties.
.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