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
- style
 Type: System.String
Return Value
Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.
.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