SPPropertyBag members
Include protected members
Include inherited members
Armazena pares de chave e valor arbitrários que contêm as configurações de propriedade personalizada.
The SPPropertyBag type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from StringDictionary.) | |
IsSynchronized | (Inherited from StringDictionary.) | |
Item | (Inherited from StringDictionary.) | |
Keys | (Inherited from StringDictionary.) | |
SyncRoot | (Inherited from StringDictionary.) | |
Values | (Inherited from StringDictionary.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from StringDictionary.) | |
Clear | (Inherited from StringDictionary.) | |
ContainsKey | (Inherited from StringDictionary.) | |
ContainsValue | (Inherited from StringDictionary.) | |
CopyTo | (Inherited from StringDictionary.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from StringDictionary.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from StringDictionary.) | |
ToString | (Inherited from Object.) | |
Update | Atualiza o banco de dados com as alterações feitas às propriedades do conjunto de propriedades. |
Top