Partager via


IReadOnlyPropertyCollection - Interface

Représente un jeu de propriétés dans laquelle chaque propriété est une paire clé/valeur, où la clé est une chaîne et la valeur est un objet.

Espace de noms :  Microsoft.SharePoint.Search.Query
Assembly :  Microsoft.SharePoint.Search (dans Microsoft.SharePoint.Search.dll)

Syntaxe

'Déclaration
Public Interface IReadOnlyPropertyCollection _
    Inherits IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IEnumerable, ICloneable
'Utilisation
Dim instance As IReadOnlyPropertyCollection
public interface IReadOnlyPropertyCollection : IEnumerable<KeyValuePair<string, Object>>, 
    IEnumerable, ICloneable

Voir aussi

Référence

IReadOnlyPropertyCollection - Membres

Microsoft.SharePoint.Search.Query - Espace de noms