Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Parses the selected range and returns corresponding HTML.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Function GetHtmlFromSelectedRange ( _
selectedRange As IHTMLControlRange _
) As String
protected virtual string GetHtmlFromSelectedRange(
IHTMLControlRange selectedRange
)
protected:
virtual String^ GetHtmlFromSelectedRange(
IHTMLControlRange^ selectedRange
)
abstract GetHtmlFromSelectedRange :
selectedRange:IHTMLControlRange -> string
override GetHtmlFromSelectedRange :
selectedRange:IHTMLControlRange -> string
protected function GetHtmlFromSelectedRange(
selectedRange : IHTMLControlRange
) : String
Parameters
- selectedRange
Type: IHTMLControlRange
Return Value
Type: System.String
Returns String.
.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.WorkItemTracking.Controls Namespace