DkmExceptionConditionInfo.Create Yöntem

Tanım

Yeni bir Dkmexceptionconditionınfo nesne örneği oluşturun.

         Bu API, Visual Studio 15 RTM (DkmApiVersion. VS15RTM) sürümünde sunulmuştur.
public:
 static Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionConditionInfo ^ Create(Microsoft::VisualStudio::Debugger::ExceptionConditionType Type, Microsoft::VisualStudio::Debugger::ExceptionConditionCallStackBehavior CallStackBehavior, Microsoft::VisualStudio::Debugger::ExceptionConditionOperator Operator, System::String ^ Value);
public:
 static Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionConditionInfo ^ Create(Microsoft::VisualStudio::Debugger::ExceptionConditionType Type, Microsoft::VisualStudio::Debugger::ExceptionConditionCallStackBehavior CallStackBehavior, Microsoft::VisualStudio::Debugger::ExceptionConditionOperator Operator, Platform::String ^ Value);
 static Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionConditionInfo Create(Microsoft::VisualStudio::Debugger::ExceptionConditionType Type, Microsoft::VisualStudio::Debugger::ExceptionConditionCallStackBehavior CallStackBehavior, Microsoft::VisualStudio::Debugger::ExceptionConditionOperator Operator, std::wstring const & Value);
public static Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionConditionInfo Create (Microsoft.VisualStudio.Debugger.ExceptionConditionType Type, Microsoft.VisualStudio.Debugger.ExceptionConditionCallStackBehavior CallStackBehavior, Microsoft.VisualStudio.Debugger.ExceptionConditionOperator Operator, string Value);
static member Create : Microsoft.VisualStudio.Debugger.ExceptionConditionType * Microsoft.VisualStudio.Debugger.ExceptionConditionCallStackBehavior * Microsoft.VisualStudio.Debugger.ExceptionConditionOperator * string -> Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionConditionInfo
Public Shared Function Create (Type As ExceptionConditionType, CallStackBehavior As ExceptionConditionCallStackBehavior, Operator As ExceptionConditionOperator, Value As String) As DkmExceptionConditionInfo

Parametreler

Type
ExceptionConditionType

'Ndaki Değer özelliğinin karşılaştırılacağını tanımlar.

CallStackBehavior
ExceptionConditionCallStackBehavior

'Ndaki Özel durumun çağrı yığınının hangi kısmının taranmalıdır tanımlar.

Operator
ExceptionConditionOperator

'Ndaki Özel durum ve değer arasında kullanılacak karşılaştırma işlecinin türünü belirler.

Value
String

'Ndaki Eşleştirilecek dize karşılaştırma değeri.

Döndürülenler

DkmExceptionConditionInfo

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır