IDReferencePropertyAttribute.ReferencedControlType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得套用 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。