HtmlControl.ParseStyle Method

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

Syntax

'Declaration
Protected Shared Function ParseStyle ( _
    style As String _
) As IDictionary(Of String, String)
protected static IDictionary<string, string> ParseStyle(
    string style
)
protected:
static IDictionary<String^, String^>^ ParseStyle(
    String^ style
)
static member ParseStyle : 
        style:string -> IDictionary<string, string> 
protected static function ParseStyle(
    style : String
) : IDictionary<String, String>

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace