SyndicationFeed.TextInput 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定摘要的 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實例,包含摘要之 RSS textInput
專案的必要參數。
備註
RSS 規格可讓 textInput
專案包含在新聞訂閱摘要中,發行者可用來引導搜尋要求,或透過簡單的文字輸入方塊和按鈕取得意見反應。 如需詳細資訊,請參閱 SyndicationTextInput 。 如果專案 textInput
不完整、格式不正確或遺失,則 TextInput 會是 null
。