Span.Inlines 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含顶级 Inline 元素的 InlineCollection,前者构成 Span 的内容。
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
属性值
包含 Inline 元素的 InlineCollection,前者构成 Span 的内容。
此属性没有默认值。
注解
InlineCollection使用此属性返回的 来枚举或操作元素的内容Span。