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.
Removes an element from participation in the star layout.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub UnregisterStarLayoutProvider ( _
starLayoutInfoProvider As IProvideStarLayoutInfoBase _
)
public void UnregisterStarLayoutProvider(
IProvideStarLayoutInfoBase starLayoutInfoProvider
)
public:
virtual void UnregisterStarLayoutProvider(
IProvideStarLayoutInfoBase^ starLayoutInfoProvider
) sealed
abstract UnregisterStarLayoutProvider :
starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit
override UnregisterStarLayoutProvider :
starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit
public final function UnregisterStarLayoutProvider(
starLayoutInfoProvider : IProvideStarLayoutInfoBase
)
Parameters
- starLayoutInfoProvider
Type: Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase
The element to remove.
Implements
ISupportStarLayout.UnregisterStarLayoutProvider(IProvideStarLayoutInfoBase)
.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.