HtmlControl.BuildStyle Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Shared Function BuildStyle ( _
h As IDictionary(Of String, String) _
) As String
protected static string BuildStyle(
IDictionary<string, string> h
)
protected:
static String^ BuildStyle(
IDictionary<String^, String^>^ h
)
static member BuildStyle :
h:IDictionary<string, string> -> string
protected static function BuildStyle(
h : IDictionary<String, String>
) : String
Parameters
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