Span.Inlines プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Span の内容を構成する最上位レベルの Inline 要素を含む InlineCollection を取得します。
public:
property System::Windows::Documents::InlineCollection ^ Inlines { System::Windows::Documents::InlineCollection ^ get(); };
public System.Windows.Documents.InlineCollection Inlines { get; }
member this.Inlines : System.Windows.Documents.InlineCollection
Public ReadOnly Property Inlines As InlineCollection
プロパティ値
Span の内容を構成する Inline 要素を含む InlineCollection。
このプロパティには既定値はありません。
注釈
要素の内容を InlineCollection 列挙または操作するには、このプロパティによって返される値を Span 使用します。