SyndicationFeed.TextInput 속성

정의

피드에 대한 TextInput 속성을 가져오거나 설정합니다.

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

속성 값

SyndicationTextInput

SyndicationTextInput 피드에 대한 RSS textInput 항목에 필요한 매개 변수를 포함하는 인스턴스입니다.

설명

RSS 사양을 사용하면 textInput 게시자가 검색 요청을 직접 보내거나 간단한 텍스트 입력 상자 및 단추를 통해 피드백을 얻는 데 사용할 수 있는 배포 피드 내에 항목을 포함할 수 있습니다. 자세한 내용은 SyndicationTextInput를 참조하세요. textInput 요소가 불완전하거나, 형식이 잘못되었거나, 누락 TextInput null된 경우 .

적용 대상