IDReferencePropertyAttribute.ReferencedControlType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得該屬性所適用屬性所允許 IDReferencePropertyAttribute 的控制類型。
public:
property Type ^ ReferencedControlType { Type ^ get(); };
public Type ReferencedControlType { get; }
member this.ReferencedControlType : Type
Public ReadOnly Property ReferencedControlType As Type
屬性值
代表 Type 所適用屬性所允許 IDReferencePropertyAttribute 的控制類型。 預設值為 Control。