TextLink.TextInlines Property
Get/Set the link text inlines
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property TextInlines As IEnumerable(Of Inline)
public IEnumerable<Inline> TextInlines { get; set; }
public:
property IEnumerable<Inline^>^ TextInlines {
IEnumerable<Inline^>^ get ();
void set (IEnumerable<Inline^>^ value);
}
member TextInlines : IEnumerable<Inline> with get, set
function get TextInlines () : IEnumerable<Inline>
function set TextInlines (value : IEnumerable<Inline>)
Property Value
Type: System.Collections.Generic.IEnumerable<Inline>
Returns IEnumerable<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace