Classe PropertyIdentifierCollection
Uma coleção de identificadores de propriedade.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
Public Class PropertyIdentifierCollection _
Inherits Collection(Of PropertyIdentifier)
Dim instance As PropertyIdentifierCollection
public class PropertyIdentifierCollection : Collection<PropertyIdentifier>
public ref class PropertyIdentifierCollection : public Collection<PropertyIdentifier^>
public class PropertyIdentifierCollection extends Collection<PropertyIdentifier>
Comentários
Essa classe encapsula uma coleção de PropertyIdentifier objetos.
Hierarquia de herança
System.Object
System.Collections.ObjectModel.Collection<PropertyIdentifier>
Microsoft.Windows.Design.Model.PropertyIdentifierCollection
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Membros PropertyIdentifierCollection
Namespace Microsoft.Windows.Design.Model