ListBoxItemAutomationPeer::GetPattern Method (PatternInterface)

 

Gets the control pattern for the ListBoxItem that is associated with this ListBoxItemAutomationPeer.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual Object^ GetPattern(
	PatternInterface patternInterface
) override

Parameters

patternInterface
Type: System.Windows.Automation.Peers::PatternInterface

One of the enumeration values.

Return Value

Type: System::Object^

If patternInterface is ScrollItem, this method returns the current instance of this ListBoxItemAutomationPeer.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: