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

속성 값

Boolean

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

적용 대상