次の方法で共有


ResourceProperty.CanReflectOnInstanceTypeProperty プロパティ

定義

宣言するリソース インスタンスの型でリフレクションを介してこのプロパティにアクセスできるかどうかを示す値を取得します。

public:
 property bool CanReflectOnInstanceTypeProperty { bool get(); void set(bool value); };
public bool CanReflectOnInstanceTypeProperty { get; set; }
member this.CanReflectOnInstanceTypeProperty : bool with get, set
Public Property CanReflectOnInstanceTypeProperty As Boolean

プロパティ値

true プロパティにリフレクションを使用してアクセスできる場合は 。それ以外の場合は false

注釈

プロパティが CanReflectOnInstanceTypeProperty を返trueすと、データ サービス ランタイムは リフレクションを使用して、 の宣言に関するプロパティ情報をResourceType取得します。InstanceType

プロパティが CanReflectOnInstanceTypePropertyfalse返すと、データ サービス ランタイムは インターフェイスを IDataServiceQueryProvider 使用してこのプロパティ値を取得または設定します。

適用対象