RequiredAttributeAttribute.RequiredContract プロパティ

定義

インポート元のコンパイラが十分に理解する必要のある型を取得します。

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

プロパティ値

インポート元のコンパイラが十分に理解する必要のある型。

注釈

このプロパティは、.NET Framework バージョン 2.0 以降ではサポートされていません。

適用対象