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
- textRange
Type: System.Windows.Documents.TextRange
.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
RichTextRangeFormattingInfo Class
Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace