UserConfigurationDictionary - класс

Represents a user configuration's Dictionary property.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class UserConfigurationDictionary : ComplexProperty, 
	IEnumerable
Inheritance
Object    ComplexProperty    UserConfigurationDictionary
Implements
IEnumerable

Свойства

Count Gets the number of elements in the user configuration dictionary.
Item Gets or sets the element with the specified key.

Методы

Add Adds an element with the provided key and value to the user configuration dictionary.
Clear Removes all items from the user configuration dictionary.
ContainsKey Determines whether the user configuration dictionary contains an element with the specified key.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumerator Returns an enumerator that iterates through the user configuration dictionary.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Remove Removes the element with the specified key from the user configuration dictionary.
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TryGetValue Gets the value associated with the specified key.

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также