Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the automation peer for the parent RibbonGalleryCategory.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public ReadOnly Property ParentCategoryDataAutomationPeer As RibbonGalleryCategoryDataAutomationPeer
public RibbonGalleryCategoryDataAutomationPeer ParentCategoryDataAutomationPeer { get; }
public:
property RibbonGalleryCategoryDataAutomationPeer^ ParentCategoryDataAutomationPeer {
RibbonGalleryCategoryDataAutomationPeer^ get ();
}
member ParentCategoryDataAutomationPeer : RibbonGalleryCategoryDataAutomationPeer
function get ParentCategoryDataAutomationPeer () : RibbonGalleryCategoryDataAutomationPeer
Property Value
Type: Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer
The automation peer for the parent RibbonGalleryCategory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.