Método PropertyValueCollection.GetEnumerator
Quando substituído em uma classe derivada, retorna-se fortemente tipada IEnumerator para a coleção de PropertyValue objetos.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyValue)
public abstract IEnumerator<PropertyValue> GetEnumerator()
public:
virtual IEnumerator<PropertyValue^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyValue>
public abstract function GetEnumerator() : IEnumerator<PropertyValue>
Valor de retorno
Tipo: System.Collections.Generic.IEnumerator<PropertyValue>
Uma enumeração das PropertyValue objetos.
Implementações
IEnumerable<T>.GetEnumerator()
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.
Consulte também
Referência
PropertyValueCollection Classe
Namespace Microsoft.Windows.Design.PropertyEditing