Propriedade IProvideStarLayoutInfo.StarLayoutCombinations
Obtém uma coleção que contém as combinações de estrelas não sobrepostas.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Uma coleção que contém as combinações de estrelas não sobrepostas.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.