IValueProvider.ContainsPrefix(String) 方法
定义
返回一个值,该值指定集合是否包含指定的前缀。Returns a value that specifies whether the collection contains the specified prefix.
public:
bool ContainsPrefix(System::String ^ prefix);
public bool ContainsPrefix (string prefix);
abstract member ContainsPrefix : string -> bool
Public Function ContainsPrefix (prefix As String) As Boolean
参数
- prefix
- String
前缀。The prefix.
返回
如果集合包含指定的前缀,则为 true;否则为 false。true if the collection contains the specified prefix; otherwise, false.