C# 클래스 Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer

상속: System.Windows.Automation.Peers.ItemsControlAutomationPeer, ISelectionProvider
파일 보기 프로젝트 열기: kasicass/kasicass

Private Properties

프로퍼티 타입 설명
ISelectionProvider System.Windows.Automation.Provider.IRawElementProviderSimple[]

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
RibbonGalleryAutomationPeer ( RibbonGallery owner ) : System

보호된 메소드들

메소드 설명
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
GetHelpTextCore ( ) : string

Returns help text

비공개 메소드들

메소드 설명
ISelectionProvider ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]

return SelectedContainers for SelectedItem

메소드 상세

CreateItemAutomationPeer() 보호된 메소드

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
리턴 System.Windows.Automation.Peers.ItemAutomationPeer

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : List
리턴 List

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetHelpTextCore() 보호된 메소드

Returns help text
protected GetHelpTextCore ( ) : string
리턴 string

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

RibbonGalleryAutomationPeer() 공개 메소드

public RibbonGalleryAutomationPeer ( RibbonGallery owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonGallery
리턴 System