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
- e
Type: System.Windows.Forms.HtmlElement
- a1
Type: System.String
- a2
Type: System.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