Breakpoint3.ConditionType プロパティ
条件が true の場合にも変更されている場合にも中断できる、ブレークポイントの条件の種類を取得します。
名前空間: EnvDTE90a
アセンブリ: EnvDTE90a (EnvDTE90a.dll 内)
構文
'宣言
ReadOnly Property ConditionType As dbgBreakpointConditionType
dbgBreakpointConditionType ConditionType { get; }
property dbgBreakpointConditionType ConditionType {
dbgBreakpointConditionType get ();
}
abstract ConditionType : dbgBreakpointConditionType
function get ConditionType () : dbgBreakpointConditionType
プロパティ値
型 : EnvDTE.dbgBreakpointConditionType
dbgBreakpointConditionType 値のいずれか。
解説
「ConditionType」を参照してください。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。