SyndicationFeed.TextInput Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe ou define a propriedade TextInput para o feed.
public:
property System::ServiceModel::Syndication::SyndicationTextInput ^ TextInput { System::ServiceModel::Syndication::SyndicationTextInput ^ get(); void set(System::ServiceModel::Syndication::SyndicationTextInput ^ value); };
public System.ServiceModel.Syndication.SyndicationTextInput TextInput { get; set; }
member this.TextInput : System.ServiceModel.Syndication.SyndicationTextInput with get, set
Public Property TextInput As SyndicationTextInput
Valor de Propriedade
Uma SyndicationTextInput instância que contém os parâmetros necessários para o item RSS textInput do feed.
Observações
A especificação RSS permite que um textInput item seja incluído num feed de sindicância que o editor pode usar para direcionar pedidos de pesquisa ou obter feedback através de uma simples caixa de introdução de texto e botão. Consulte SyndicationTextInput para mais detalhes. Se o textInput elemento for incompleto, deformado ou ausente, então TextInput será null.