RichEditBox.ContentLinkProviders プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この RichEditBox で使用される ContentLink の種類を定義する ContentLinkProviderのコレクションを取得または設定します。
public:
property ContentLinkProviderCollection ^ ContentLinkProviders { ContentLinkProviderCollection ^ get(); void set(ContentLinkProviderCollection ^ value); };
ContentLinkProviderCollection ContentLinkProviders();
void ContentLinkProviders(ContentLinkProviderCollection value);
public ContentLinkProviderCollection ContentLinkProviders { get; set; }
var contentLinkProviderCollection = richEditBox.contentLinkProviders;
richEditBox.contentLinkProviders = contentLinkProviderCollection;
Public Property ContentLinkProviders As ContentLinkProviderCollection
プロパティ値
この RichEditBox で使用される ContentLinkの種類を定義する ContentLinkProviderのコレクション。
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
注釈
重要
この API では、コンテンツ リンクがサポートされています。 コンテンツ リンクを可能にする Windows の機能は、Windows 10 バージョン 1903 より後のバージョンの Windows では利用できません。 XAML テキスト コントロールのコンテンツ リンクは、バージョン 1903 より後のバージョンの Windows では機能しません。