다음을 통해 공유


Parameter.IncludeInDebugDump 속성

정의

Parameter 개체가 디버그 덤프에 포함되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

개체가 Parameter 디버그 덤프에 포함되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상