PropertyValue.HasSubProperties Proprietà

Definizione

Se implementato in una classe derivata, ottiene un valore che indica se il tipo di questa proprietà supporta le sottoproprietà.

public:
 abstract property bool HasSubProperties { bool get(); };
public abstract bool HasSubProperties { get; }
member this.HasSubProperties : bool
Public MustOverride ReadOnly Property HasSubProperties As Boolean

Valore della proprietà

true se il tipo supporta le sottoproprietà; in caso contrario, false.

Commenti

Le implementazioni tipiche useranno un oggetto TypeConverter per verificare se esistono sottoproprietà.

Si applica a