RibbonAutomationPeer.GetPattern 메서드
RibbonAutomationPeer에 연결된 Ribbon의 컨트롤 패턴을 가져옵니다.
네임스페이스: Microsoft.Windows.Automation.Peers
어셈블리: RibbonControlsLibrary(RibbonControlsLibrary.dll)
구문
‘선언
Public Overrides Function GetPattern ( _
patternInterface As PatternInterface _
) As Object
public override Object GetPattern(
PatternInterface patternInterface
)
public:
virtual Object^ GetPattern(
PatternInterface patternInterface
) override
abstract GetPattern :
patternInterface:PatternInterface -> Object
override GetPattern :
patternInterface:PatternInterface -> Object
public override function GetPattern(
patternInterface : PatternInterface
) : Object
매개 변수
- patternInterface
형식: System.Windows.Automation.Peers.PatternInterface
컨트롤 패턴을 지정하는 열거형 값입니다.
반환 값
형식: System.Object
Ribbon 의 IsCollapsed 속성이 false이고 patternInterface가 ExpandCollapse, ItemContainer, Scroll 또는 Selection 값인 경우 이 메서드는 컨트롤 패턴을 지원하는 개체를 반환하고 그렇지 않을 경우 nullNull 참조(Visual Basic의 경우 Nothing)이 됩니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.