SearchOptionsItemTemplateSelector Class

 

Microsoft internal use only. Selects the template for a specified search option item.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Windows.Controls.DataTemplateSelector
    Microsoft.VisualStudio.PlatformUI.SearchOptionsItemTemplateSelector

public class SearchOptionsItemTemplateSelector : DataTemplateSelector

NameDescription
System_CAPS_pubmethodSearchOptionsItemTemplateSelector()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSelectTemplate(Object, DependencyObject)

Obtains the template for the specified search option item.(Overrides DataTemplateSelector.SelectTemplate(Object, DependencyObject).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: