SearchHandler.ClearPlaceholderCommandParameter Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o parâmetro passado para ClearPlaceholderCommand. Esta é uma propriedade vinculável.
public:
property System::Object ^ ClearPlaceholderCommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object ClearPlaceholderCommandParameter { get; set; }
member this.ClearPlaceholderCommandParameter : obj with get, set
Public Property ClearPlaceholderCommandParameter As Object