SyndicationTextInput Classe
Definição
Representa uma entrada "textInput" oriunda de um feed de distribuição RSS.Represents a "textInput" entry from an RSS syndication feed.
public ref class SyndicationTextInput
public class SyndicationTextInput
type SyndicationTextInput = class
Public Class SyndicationTextInput
- Herança
-
SyndicationTextInput
Exemplos
O XML a seguir mostra como o SyndicationTextInput é serializado para RSS 2,0.The following XML shows how SyndicationTextInput is serialized to RSS 2.0.
<textinput>
<description>Search The Web</description>
<title>Search</title>
<link>http://link.to.search.engine/search?</link>
<name>q</name>
</textinput>
Comentários
A especificação de RSS permite que um item ' textInput ' seja incluído em um feed de distribuição que o Publicador pode usar para direcionar solicitações de pesquisa ou obter comentários por meio de uma caixa de entrada de texto simples e um botão.The RSS specification allows for a 'textInput' item to be included within a syndication feed that the publisher can use to direct search requests or obtain feedback through a simple text input box and button. Um elemento ' textInput ' em um RSS feed deve conter 4 subelementos:A 'textInput' element in an RSS feed must contain 4 sub-elements:
- títulotitle
- descriçãodescription
- namename
- linklink
Consulte a especificação de RSS para obter mais detalhes.See the RSS spec for more detail.
Construtores
| SyndicationTextInput() |
Inicializa uma nova instância da classe SyndicationTextInput.Initializes a new instance of the SyndicationTextInput class. |
Propriedades
| Description |
Obtém ou define a descrição do item de feed do |
| Link |
Obtém ou define a URL do item de feed de |
| Name |
Obtém ou define o nome do item de feed de |
| Title |
Obtém ou define o título do item de feed |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |