SearchOptionsItemTemplateSelector::SelectTemplate Method (Object^, DependencyObject^)
Visual Studio 2015
Obtains the template for the specified search option item.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual DataTemplate^ SelectTemplate( Object^ item, DependencyObject^ container ) override
Parameters
- item
-
Type:
System::Object^
The item to get the template for.
- container
-
Type:
System.Windows::DependencyObject^
The option button containing the item.
Show: