次の方法で共有


ResourceType.CanReflectOnInstanceType プロパティ

定義

対応するインスタンスの型がこのエンティティの CLR 型を表すかどうかを示す値が取得されます。

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

プロパティ値

true インスタンス型が CLR 型を表す場合は 。それ以外の場合は false

適用対象