Share via


RichTextRangeFormattingInfo.Restore Method

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

Syntax

'Declaration
Public Sub Restore ( _
    textRange As TextRange _
)
public void Restore(
    TextRange textRange
)
public:
void Restore(
    TextRange^ textRange
)
member Restore : 
        textRange:TextRange -> unit
public function Restore(
    textRange : TextRange
)

Parameters

.NET Framework Security

See Also

Reference

RichTextRangeFormattingInfo Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace