VsShellUtilities.ApplyListViewThemeStyles Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Shared Sub ApplyListViewThemeStyles ( _
listView As ListView _
)
'Utilisation
Dim listView As ListView
VsShellUtilities.ApplyListViewThemeStyles(listView)
public static void ApplyListViewThemeStyles(
ListView listView
)
public:
static void ApplyListViewThemeStyles(
ListView^ listView
)
static member ApplyListViewThemeStyles :
listView:ListView -> unit
public static function ApplyListViewThemeStyles(
listView : ListView
)
Parameters
- listView
Type: System.Windows.Forms.ListView
.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.