Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets a value indicating whether this property value supports sub-properties.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property HasSubProperties As Boolean
'Usage
Dim instance As PropertyValue
Dim value As Boolean
value = instance.HasSubProperties
public abstract bool HasSubProperties { get; }
public:
virtual property bool HasSubProperties {
bool get () abstract;
}
public abstract function get HasSubProperties () : boolean
Property Value
Type: System.Boolean
true if the PropertyValue supports sub-properties; otherwise, false.
Remarks
A typical implementation can use a TypeConverter to determine whether sub-properties are supported. If this property value contains sub-properties, they are stored in the SubProperties property.
.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