[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The MessagePropertyDictionarytype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Add(MessageProperty)
Adds a property to the collection
Add(TKey, TValue) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Add(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IDictionary . . :: . . Add(Object, Object) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
Clear () () () () (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Contains(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IDictionary . . :: . . Contains(Object) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
Contains(MessageProperty)
Does collection contain property
ContainsKey(TKey) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ContainsValue(TValue) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . CopyTo( array< KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > [] () [] [] , Int32) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ICollection . . :: . . CopyTo(Array, Int32) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
CopyTo( array< MessageProperty > [] () [] [] , Int32)
Copies to a destination array
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IEnumerable < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IEnumerable . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IDictionary . . :: . . GetEnumerator () () () () (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
GetHashCode () () () () (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
OnDeserialization(Object) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
Remove(TKey) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
Remove(MessageProperty)
Removes an item from the collection by object
ICollection < (Of < <' ( KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) > ) > > ) . . :: . . Remove(KeyValuePair < (Of < <' ( TKey, TValue > ) > > ) ) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
IDictionary . . :: . . Remove(Object) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)
ToString () () () () (Inherited from Object.)
TryGetValue(TKey, TValue % ) (Inherited from Dictionary < (Of < ( <' String, MessageProperty > ) > ) > .)

See Also