Propriedade RibbonComboBoxAutomationPeer.Value
Obtém o Text propriedade da RibbonComboBox que está associado isso RibbonComboBoxAutomationPeer
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As String
Get
public string Value { get; }
public:
virtual property String^ Value {
String^ get () sealed;
}
abstract Value : string
override Value : string
final function get Value () : String
Valor de propriedade
Tipo: System.String
O Text propriedade da RibbonComboBox que está associado isso RibbonComboBoxAutomationPeer
Implementações
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.