Share via


HtmlControl.SwapHtmlAttributes Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)

Syntax

'Declaration
Protected Shared Sub SwapHtmlAttributes ( _
    e As HtmlElement, _
    a1 As String, _
    a2 As String _
)
protected static void SwapHtmlAttributes(
    HtmlElement e,
    string a1,
    string a2
)
protected:
static void SwapHtmlAttributes(
    HtmlElement^ e, 
    String^ a1, 
    String^ a2
)
static member SwapHtmlAttributes : 
        e:HtmlElement * 
        a1:string * 
        a2:string -> unit
protected static function SwapHtmlAttributes(
    e : HtmlElement, 
    a1 : String, 
    a2 : String
)

Parameters

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace