CodeMemberProperty.PrivateImplementationType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個屬性 (如果是私用) 實作之介面的資料型別 (如果有的話)。
public:
property System::CodeDom::CodeTypeReference ^ PrivateImplementationType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference PrivateImplementationType { get; set; }
member this.PrivateImplementationType : System.CodeDom.CodeTypeReference with get, set
Public Property PrivateImplementationType As CodeTypeReference
屬性值
CodeTypeReference,表示屬性 (如果是私用) 實作之介面的資料型別 (如果有的話)。
備註
這個屬性所參考的類型必須是介面。