Freigeben über


IProvideStarLayoutInfo.StarLayoutCombinations-Eigenschaft

Ruft eine Auflistung ab, die die nicht überlappenden Sternkombinationen enthält.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)
    Get
IEnumerable<StarLayoutInfo> StarLayoutCombinations { get; }
property IEnumerable<StarLayoutInfo^>^ StarLayoutCombinations {
    IEnumerable<StarLayoutInfo^>^ get ();
}
abstract StarLayoutCombinations : IEnumerable<StarLayoutInfo>
function get StarLayoutCombinations () : IEnumerable<StarLayoutInfo>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Eine Auflistung, die die nicht überlappenden Sternkombinationen enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProvideStarLayoutInfo Schnittstelle

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace