IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定给定 literal
的 是否可与约束匹配。
public bool MatchesLiteral (string parameterName, string literal);
abstract member MatchesLiteral : string * string -> bool
Public Function MatchesLiteral (parameterName As String, literal As String) As Boolean
参数
- parameterName
- String
我们当前正在评估的参数名称。
- literal
- String
要对其测试约束的文本。
返回
true
如果文本包含有效值,则为 ;否则为 false
。