Share via


RichTextRangeFormattingInfo Constructor

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    textRange As TextRange _
)
public RichTextRangeFormattingInfo(
    TextRange textRange
)
public:
RichTextRangeFormattingInfo(
    TextRange^ textRange
)
new : 
        textRange:TextRange -> RichTextRangeFormattingInfo
public function RichTextRangeFormattingInfo(
    textRange : TextRange
)

Parameters

.NET Framework Security

See Also

Reference

RichTextRangeFormattingInfo Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace