ContextRuleMetadata(String, String, IReadOnlyDictionary<String,String>) Konstruktor

Definition

Initialisiert eine neue Instanz der ContextRuleMetadata-Klasse.

public:
 ContextRuleMetadata(System::String ^ identifier, System::String ^ expression, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ terms);
public ContextRuleMetadata (string identifier, string expression, System.Collections.Generic.IReadOnlyDictionary<string,string> terms);
new Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleMetadata : string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleMetadata
Public Sub New (identifier As String, expression As String, terms As IReadOnlyDictionary(Of String, String))

Parameter

identifier
String

Eine eindeutige ID für diese Regel.

expression
String

Eine Zeichenfolge, die angibt, wie die Begriffe kombiniert werden sollen.

terms
IReadOnlyDictionary<String,String>

Die Menge der Begriffe, geordnet nach ihrer Darstellung im Ausdruck.

Gilt für