언어

ParameterClass.IncludeInDebugDump 속성

정의

객체가 디버그 덤프에 포함되었는지 여부를 나타내 ParameterClass 는 값을 받거나 설정합니다.

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

속성 값

객체가 디버그 덤프에 포함되어 있으면 ParameterClass 참이고, 그렇지 않으면 거짓입니다.

구현

적용 대상