다음을 통해 공유


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

속성 값

trueinstance 형식이 CLR 형식을 나타내면 이고, false그렇지 않으면 입니다.

적용 대상