SimpleValueProvider.ContainsPrefix(String) Método
Definição
Obtém um valor que indica se o provedor de valor contém o prefixo especificado.Gets a value that indicates whether the value provider contains the specified prefix.
public:
virtual bool ContainsPrefix(System::String ^ prefix);
public virtual bool ContainsPrefix (string prefix);
abstract member ContainsPrefix : string -> bool
override this.ContainsPrefix : string -> bool
Public Overridable Function ContainsPrefix (prefix As String) As Boolean
Parâmetros
- prefix
- String
O prefixo.The prefix.
Retornos
true se o provedor de valor contiver o prefixo especificado; caso contrário, false.true if the value provider contains the specified prefix; otherwise, false.
Implementações
Exceções
O parâmetro prefix é null.The prefix parameter is null.