HtmlControl.GetStyleElem Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Shared Function GetStyleElem ( _
h As HtmlElement, _
name As String _
) As String
protected static string GetStyleElem(
HtmlElement h,
string name
)
protected:
static String^ GetStyleElem(
HtmlElement^ h,
String^ name
)
static member GetStyleElem :
h:HtmlElement *
name:string -> string
protected static function GetStyleElem(
h : HtmlElement,
name : String
) : String
Parameters
- h
Type: System.Windows.Forms.HtmlElement
- name
Type: System.String
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