IDReferencePropertyAttribute.ReferencedControlType Eigenschaft

Definition

Ruft den Typ der Steuerelemente ab, die von der Eigenschaft zulässig sind, auf die das IDReferencePropertyAttribute Attribut angewendet wird.

public:
 property Type ^ ReferencedControlType { Type ^ get(); };
public Type ReferencedControlType { get; }
member this.ReferencedControlType : Type
Public ReadOnly Property ReferencedControlType As Type

Eigenschaftswert

A Type that represents the type of control allowed by the property to which the IDReferencePropertyAttribute is applied. Der Standardwert lautet Control.

Gilt für: