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
Sub UnregisterStarLayoutProvider ( _
starLayoutInfoProvider As IProvideStarLayoutInfoBase _
)
void UnregisterStarLayoutProvider(
IProvideStarLayoutInfoBase starLayoutInfoProvider
)
void UnregisterStarLayoutProvider(
IProvideStarLayoutInfoBase^ starLayoutInfoProvider
)
abstract UnregisterStarLayoutProvider :
starLayoutInfoProvider:IProvideStarLayoutInfoBase -> unit
function UnregisterStarLayoutProvider(
starLayoutInfoProvider : IProvideStarLayoutInfoBase
)
Parameters
- starLayoutInfoProvider
Type: Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase
The element to remove.
.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.