共用方式為


IDReferencePropertyAttribute.ReferencedControlType 屬性

定義

取得套用 IDReferencePropertyAttribute 屬性 (Attribute) 之屬性 (Property) 允許的控制項型別。

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

屬性值

Type,表示套用 IDReferencePropertyAttribute 之屬性允許的控制項型別。 預設為 Control

適用於