SearchOptionsItemTemplateSelector::SelectTemplate Method (Object^, DependencyObject^)

 

Obtains the template for the specified search option item.

Namespace:   Microsoft.VisualStudio.PlatformUI
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.

Return Value

Type: System.Windows::DataTemplate^

Returns the template of the item.

Return to top
Show: