ContextRuleStateChangedEventArgs(String, Boolean) Oluşturucu

Tanım

ContextRuleStateChangedEventArgs sınıfının yeni bir örneğini başlatır.

public:
 ContextRuleStateChangedEventArgs(System::String ^ identifier, bool isActive);
public ContextRuleStateChangedEventArgs (string identifier, bool isActive);
new Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs : string * bool -> Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs
Public Sub New (identifier As String, isActive As Boolean)

Parametreler

identifier
String

Durumu değişmiş olan kuralın KIMLIĞI.

isActive
Boolean

Kuralın yeni durumu.

Şunlara uygulanır