HtmlControl.GetEditElement Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Function GetEditElement As HtmlElement
protected HtmlElement GetEditElement()
protected:
HtmlElement^ GetEditElement()
member GetEditElement : unit -> HtmlElement
protected function GetEditElement() : HtmlElement
Return Value
Type: System.Windows.Forms.HtmlElement
Returns HtmlElement.
.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