IUnknownDerivedAttribute<T,TImpl>.Implementation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IUnknown 派生インターフェイスの投影に使用されるマネージド型を取得します。
public:
property Type ^ Implementation { Type ^ get(); };
public Type Implementation { get; }
member this.Implementation : Type
Public ReadOnly Property Implementation As Type