SyndicationTextInput.Link プロパティ

定義

textInput フィード項目の url を取得または設定します。

public:
 property System::ServiceModel::Syndication::SyndicationLink ^ Link { System::ServiceModel::Syndication::SyndicationLink ^ get(); void set(System::ServiceModel::Syndication::SyndicationLink ^ value); };
public System.ServiceModel.Syndication.SyndicationLink Link { get; set; }
member this.Link : System.ServiceModel.Syndication.SyndicationLink with get, set
Public Property Link As SyndicationLink

プロパティ値

SyndicationLink

textInput フィード項目の URL を .SyndicationLink

注釈

リンク は、入力フォームのターゲットとなる URL エンドポイントを定義します。

適用対象