Compartilhar via


PropertyBag class

Representa a classe base para versões genéricas de um recipiente de propriedades.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.PropertyBag
    Microsoft.Office.Server.Search.Query.PropertyBag<T>

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public MustInherit Class PropertyBag _
    Implements IPropertyCollection, IEnumerable
'Uso
Dim instance As PropertyBag
public abstract class PropertyBag : IPropertyCollection, 
    IEnumerable

Comentários

Esta classe permite que o cenário de ter uma classe pai declarando sua sacola como PropertyBage a classe filho criá-lo como PropertyBag<ChildClass>.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

PropertyBag members

Microsoft.Office.Server.Search.Query namespace