Interfaz IReadOnlyPropertyCollection

Representa un conjunto de propiedades en la que cada propiedad es un par clave/valor donde la clave es una cadena y el valor es un objeto.

Espacio de nombres:  Microsoft.SharePoint.Search.Query
Ensamblado:  Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)

Sintaxis

'Declaración
Public Interface IReadOnlyPropertyCollection _
    Inherits IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IEnumerable, ICloneable
'Uso
Dim instance As IReadOnlyPropertyCollection
public interface IReadOnlyPropertyCollection : IEnumerable<KeyValuePair<string, Object>>, 
    IEnumerable, ICloneable

Vea también

Referencia

Miembros IReadOnlyPropertyCollection

Espacio de nombres Microsoft.SharePoint.Search.Query