summaryrefslogtreecommitdiff
path: root/.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml')
-rwxr-xr-x.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml8595
1 files changed, 8595 insertions, 0 deletions
diff --git a/.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml b/.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml
new file mode 100755
index 0000000000..08ae12cd56
--- /dev/null
+++ b/.packages/microsoft.private.corefx.netcoreapp/4.7.0-preview3.19551.4/ref/netcoreapp3.1/System.ComponentModel.TypeConverter.xml
@@ -0,0 +1,8595 @@
+<?xml version="1.0" encoding="utf-8"?>
+<doc>
+ <assembly>
+ <name>System.ComponentModel.TypeConverter</name>
+ </assembly>
+ <members>
+ <member name="T:System.ComponentModel.AddingNewEventArgs">
+ <summary>Provides data for the <see cref="E:System.Windows.Forms.BindingSource.AddingNew" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AddingNewEventArgs.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AddingNewEventArgs" /> class using no parameters.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AddingNewEventArgs.#ctor(System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AddingNewEventArgs" /> class using the specified object as the new item.</summary>
+ <param name="newObject">An <see cref="T:System.Object" /> to use as the new item value.</param>
+ </member>
+ <member name="P:System.ComponentModel.AddingNewEventArgs.NewObject">
+ <summary>Gets or sets the object to be added to the binding list.</summary>
+ <returns>The <see cref="T:System.Object" /> to be added as a new item to the associated collection.</returns>
+ </member>
+ <member name="T:System.ComponentModel.AddingNewEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.BindingSource.AddingNew" /> event.</summary>
+ <param name="sender">The source of the event, typically a data container or data-bound collection.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.AddingNewEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.AmbientValueAttribute">
+ <summary>Specifies the value to pass to a property to cause the property to get its value from another source. This is known as ambience. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a Boolean value for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Byte)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given an 8-bit unsigned integer for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Char)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a Unicode character for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Double)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a double-precision floating-point number for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int16)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a 16-bit signed integer for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a 32-bit signed integer for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int64)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a 64-bit signed integer for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given an object for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Single)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a single-precision floating point number for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given a string for its value.</summary>
+ <param name="value">The value of this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute" /> class, given the value and its type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the <paramref name="value" /> parameter.</param>
+ <param name="value">The value for this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)">
+ <summary>Determines whether the specified <see cref="T:System.ComponentModel.AmbientValueAttribute" /> is equal to the current <see cref="T:System.ComponentModel.AmbientValueAttribute" />.</summary>
+ <param name="obj">The <see cref="T:System.ComponentModel.AmbientValueAttribute" /> to compare with the current <see cref="T:System.ComponentModel.AmbientValueAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.AmbientValueAttribute" /> is equal to the current <see cref="T:System.ComponentModel.AmbientValueAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AmbientValueAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.AmbientValueAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AmbientValueAttribute.Value">
+ <summary>Gets the object that is the value of this <see cref="T:System.ComponentModel.AmbientValueAttribute" />.</summary>
+ <returns>The object that is the value of this <see cref="T:System.ComponentModel.AmbientValueAttribute" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ArrayConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Array" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ArrayConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ArrayConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ArrayConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified destination type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The culture into which <paramref name="value" /> will be converted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Gets a collection of properties for the type of array specified by the value parameter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for an array, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ArrayConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports properties.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> should be called to find the properties of this object. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.AttributeCollection">
+ <summary>Represents a collection of attributes.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeCollection" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.#ctor(System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeCollection" /> class.</summary>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that provides the attributes for this collection.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="attributes" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.Attributes">
+ <summary>Gets the attribute collection.</summary>
+ <returns>The attribute collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.Contains(System.Attribute)">
+ <summary>Determines whether this collection of attributes has the specified attribute.</summary>
+ <param name="attribute">An <see cref="T:System.Attribute" /> to find in the collection.</param>
+ <returns>
+ <see langword="true" /> if the collection contains the attribute or is the default attribute for the type of attribute; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[])">
+ <summary>Determines whether this attribute collection contains all the specified attributes in the attribute array.</summary>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> to find in the collection.</param>
+ <returns>
+ <see langword="true" /> if the collection contains all the attributes; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.CopyTo(System.Array,System.Int32)">
+ <summary>Copies the collection to an array, starting at the specified index.</summary>
+ <param name="array">The <see cref="T:System.Array" /> to copy the collection to.</param>
+ <param name="index">The index to start from.</param>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.Count">
+ <summary>Gets the number of attributes.</summary>
+ <returns>The number of attributes.</returns>
+ </member>
+ <member name="F:System.ComponentModel.AttributeCollection.Empty">
+ <summary>Specifies an empty collection that you can use, rather than creating a new one. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.FromExisting(System.ComponentModel.AttributeCollection,System.Attribute[])">
+ <summary>Creates a new <see cref="T:System.ComponentModel.AttributeCollection" /> from an existing <see cref="T:System.ComponentModel.AttributeCollection" />.</summary>
+ <param name="existing">An <see cref="T:System.ComponentModel.AttributeCollection" /> from which to create the copy.</param>
+ <param name="newAttributes">An array of type <see cref="T:System.Attribute" /> that provides the attributes for this collection. Can be <see langword="null" />.</param>
+ <returns>A new <see cref="T:System.ComponentModel.AttributeCollection" /> that is a copy of <paramref name="existing" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="existing" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)">
+ <summary>Returns the default <see cref="T:System.Attribute" /> of a given <see cref="T:System.Type" />.</summary>
+ <param name="attributeType">The <see cref="T:System.Type" /> of the attribute to retrieve.</param>
+ <returns>The default <see cref="T:System.Attribute" /> of a given <paramref name="attributeType" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.GetEnumerator">
+ <summary>Gets an enumerator for this collection.</summary>
+ <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.Item(System.Int32)">
+ <summary>Gets the attribute with the specified index number.</summary>
+ <param name="index">The zero-based index of <see cref="T:System.ComponentModel.AttributeCollection" />.</param>
+ <returns>The <see cref="T:System.Attribute" /> with the specified index number.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.Item(System.Type)">
+ <summary>Gets the attribute with the specified type.</summary>
+ <param name="attributeType">The <see cref="T:System.Type" /> of the <see cref="T:System.Attribute" /> to get from the collection.</param>
+ <returns>The <see cref="T:System.Attribute" /> with the specified type or, if the attribute does not exist, the default value for the attribute type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.Matches(System.Attribute)">
+ <summary>Determines whether a specified attribute is the same as an attribute in the collection.</summary>
+ <param name="attribute">An instance of <see cref="T:System.Attribute" /> to compare with the attributes in this collection.</param>
+ <returns>
+ <see langword="true" /> if the attribute is contained within the collection and has the same value as the attribute in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.Matches(System.Attribute[])">
+ <summary>Determines whether the attributes in the specified array are the same as the attributes in the collection.</summary>
+ <param name="attributes">An array of <see cref="T:System.CodeDom.MemberAttributes" /> to compare with the attributes in this collection.</param>
+ <returns>
+ <see langword="true" /> if all the attributes in the array are contained in the collection and have the same values as the attributes in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.System#Collections#ICollection#Count">
+ <summary>Gets the number of elements contained in the collection.</summary>
+ <returns>The number of elements contained in the collection.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the collection is synchronized (thread-safe).</summary>
+ <returns>
+ <see langword="true" /> if access to the collection is synchronized (thread-safe); otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets an object that can be used to synchronize access to the collection.</summary>
+ <returns>An object that can be used to synchronize access to the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.AttributeCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.AttributeProviderAttribute">
+ <summary>Enables attribute redirection. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute" /> class with the given type name.</summary>
+ <param name="typeName">The name of the type to specify.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="typeName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute" /> class with the given type name and property name.</summary>
+ <param name="typeName">The name of the type to specify.</param>
+ <param name="propertyName">The name of the property for which attributes will be retrieved.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="propertyName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute" /> class with the given type.</summary>
+ <param name="type">The type to specify.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.AttributeProviderAttribute.PropertyName">
+ <summary>Gets the name of the property for which attributes will be retrieved.</summary>
+ <returns>The name of the property for which attributes will be retrieved.</returns>
+ </member>
+ <member name="P:System.ComponentModel.AttributeProviderAttribute.TypeName">
+ <summary>Gets the assembly qualified type name passed into the constructor.</summary>
+ <returns>The assembly qualified name of the type specified in the constructor.</returns>
+ </member>
+ <member name="T:System.ComponentModel.BaseNumberConverter">
+ <summary>Provides a base type converter for nonfloating-point numerical types.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type from which you want to convert.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the operation; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="t">A <see cref="T:System.Type" /> that represents the type to which you want to convert.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the operation; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the converter's native type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the number.</param>
+ <param name="value">The object to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.Exception">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BaseNumberConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified object to another type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the number.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.BindableAttribute">
+ <summary>Specifies whether a member is typically used for binding. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute" /> class with a Boolean value.</summary>
+ <param name="bindable">
+ <see langword="true" /> to use property for binding; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.Boolean,System.ComponentModel.BindingDirection)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute" /> class.</summary>
+ <param name="bindable">
+ <see langword="true" /> to use property for binding; otherwise, <see langword="false" />.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.BindingDirection" /> values.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.ComponentModel.BindableSupport)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute" /> class with one of the <see cref="T:System.ComponentModel.BindableSupport" /> values.</summary>
+ <param name="flags">One of the <see cref="T:System.ComponentModel.BindableSupport" /> values.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute" /> class.</summary>
+ <param name="flags">One of the <see cref="T:System.ComponentModel.BindableSupport" /> values.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.BindingDirection" /> values.</param>
+ </member>
+ <member name="P:System.ComponentModel.BindableAttribute.Bindable">
+ <summary>Gets a value indicating that a property is typically used for binding.</summary>
+ <returns>
+ <see langword="true" /> if the property is typically used for binding; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.BindableAttribute.Default">
+ <summary>Specifies the default value for the <see cref="T:System.ComponentModel.BindableAttribute" />, which is <see cref="F:System.ComponentModel.BindableAttribute.No" />. This field is read-only.</summary>
+ </member>
+ <member name="P:System.ComponentModel.BindableAttribute.Direction">
+ <summary>Gets a value indicating the direction or directions of this property's data binding.</summary>
+ <returns>The direction of this property's data binding.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.Equals(System.Object)">
+ <summary>Determines whether two <see cref="T:System.ComponentModel.BindableAttribute" /> objects are equal.</summary>
+ <param name="obj">The object to compare.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.BindableAttribute" /> is equal to the current <see cref="T:System.ComponentModel.BindableAttribute" />; <see langword="false" /> if it is not equal.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.GetHashCode">
+ <summary>Serves as a hash function for the <see cref="T:System.ComponentModel.BindableAttribute" /> class.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.BindableAttribute" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindableAttribute.IsDefaultAttribute">
+ <summary>Determines if this attribute is the default.</summary>
+ <returns>
+ <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.BindableAttribute.No">
+ <summary>Specifies that a property is not typically used for binding. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindableAttribute.Yes">
+ <summary>Specifies that a property is typically used for binding. This field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.BindableSupport">
+ <summary>Specifies values to indicate whether a property can be bound to a data element or another property.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindableSupport.Default">
+ <summary>The property is set to the default.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindableSupport.No">
+ <summary>The property is not bindable at design time.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindableSupport.Yes">
+ <summary>The property is bindable at design time.</summary>
+ </member>
+ <member name="T:System.ComponentModel.BindingDirection">
+ <summary>Specifies whether the template can be bound one way or two ways.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindingDirection.OneWay">
+ <summary>The template can only accept property values. Used with a generic <see cref="T:System.Web.UI.ITemplate" />.</summary>
+ </member>
+ <member name="F:System.ComponentModel.BindingDirection.TwoWay">
+ <summary>The template can accept and expose property values. Used with an <see cref="T:System.Web.UI.IBindableTemplate" />.</summary>
+ </member>
+ <member name="T:System.ComponentModel.BindingList`1">
+ <summary>Provides a generic collection that supports data binding.</summary>
+ <typeparam name="T">The type of elements in the list.</typeparam>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindingList`1" /> class using default values.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0})">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindingList`1" /> class with the specified list.</summary>
+ <param name="list">An <see cref="T:System.Collections.Generic.IList`1" /> of items to be contained in the <see cref="T:System.ComponentModel.BindingList`1" />.</param>
+ </member>
+ <member name="E:System.ComponentModel.BindingList`1.AddingNew">
+ <summary>Occurs before an item is added to the list.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.AddNew">
+ <summary>Adds a new item to the collection.</summary>
+ <returns>The item added to the list.</returns>
+ <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Windows.Forms.BindingSource.AllowNew" /> property is set to <see langword="false" />.
+-or-
+A public parameterless constructor could not be found for the current item type.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.AddNewCore">
+ <summary>Adds a new item to the end of the collection.</summary>
+ <returns>The item that was added to the collection.</returns>
+ <exception cref="T:System.InvalidCastException">The new item is not the same type as the objects contained in the <see cref="T:System.ComponentModel.BindingList`1" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.AllowEdit">
+ <summary>Gets or sets a value indicating whether items in the list can be edited.</summary>
+ <returns>
+ <see langword="true" /> if list items can be edited; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.AllowNew">
+ <summary>Gets or sets a value indicating whether you can add items to the list using the <see cref="M:System.ComponentModel.BindingList`1.AddNew" /> method.</summary>
+ <returns>
+ <see langword="true" /> if you can add items to the list with the <see cref="M:System.ComponentModel.BindingList`1.AddNew" /> method; otherwise, <see langword="false" />. The default depends on the underlying type contained in the list.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.AllowRemove">
+ <summary>Gets or sets a value indicating whether you can remove items from the collection.</summary>
+ <returns>
+ <see langword="true" /> if you can remove items from the list with the <see cref="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)" /> method otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
+ <summary>Sorts the items if overridden in a derived class; otherwise, throws a <see cref="T:System.NotSupportedException" />.</summary>
+ <param name="prop">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that specifies the property to sort on.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</param>
+ <exception cref="T:System.NotSupportedException">Method is not overridden in a derived class.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.CancelNew(System.Int32)">
+ <summary>Discards a pending new item.</summary>
+ <param name="itemIndex">The index of the of the new item to be added</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.ClearItems">
+ <summary>Removes all elements from the collection.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.EndNew(System.Int32)">
+ <summary>Commits a pending new item to the collection.</summary>
+ <param name="itemIndex">The index of the new item to be added.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.FindCore(System.ComponentModel.PropertyDescriptor,System.Object)">
+ <summary>Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a <see cref="T:System.NotSupportedException" />.</summary>
+ <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to search for.</param>
+ <param name="key">The value of <paramref name="prop" /> to match.</param>
+ <returns>The zero-based index of the item that matches the property descriptor and contains the specified value.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="M:System.ComponentModel.BindingList`1.FindCore(System.ComponentModel.PropertyDescriptor,System.Object)" /> is not overridden in a derived class.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.InsertItem(System.Int32,`0)">
+ <summary>Inserts the specified item in the list at the specified index.</summary>
+ <param name="index">The zero-based index where the item is to be inserted.</param>
+ <param name="item">The item to insert in the list.</param>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.IsSortedCore">
+ <summary>Gets a value indicating whether the list is sorted.</summary>
+ <returns>
+ <see langword="true" /> if the list is sorted; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="E:System.ComponentModel.BindingList`1.ListChanged">
+ <summary>Occurs when the list or an item in the list changes.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
+ <summary>Raises the <see cref="E:System.ComponentModel.BindingList`1.AddingNew" /> event.</summary>
+ <param name="e">An <see cref="T:System.ComponentModel.AddingNewEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
+ <summary>Raises the <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> event.</summary>
+ <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.RaiseListChangedEvents">
+ <summary>Gets or sets a value indicating whether adding or removing items within the list raises <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> events.</summary>
+ <returns>
+ <see langword="true" /> if adding or removing items raises <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> events; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)">
+ <summary>Removes the item at the specified index.</summary>
+ <param name="index">The zero-based index of the item to remove.</param>
+ <exception cref="T:System.NotSupportedException">You are removing a newly added item and <see cref="P:System.ComponentModel.IBindingList.AllowRemove" /> is set to <see langword="false" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.RemoveSortCore">
+ <summary>Removes any sort applied with <see cref="M:System.ComponentModel.BindingList`1.ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" /> if sorting is implemented in a derived class; otherwise, raises <see cref="T:System.NotSupportedException" />.</summary>
+ <exception cref="T:System.NotSupportedException">Method is not overridden in a derived class.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.ResetBindings">
+ <summary>Raises a <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> event of type <see cref="F:System.ComponentModel.ListChangedType.Reset" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.ResetItem(System.Int32)">
+ <summary>Raises a <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> event of type <see cref="F:System.ComponentModel.ListChangedType.ItemChanged" /> for the item at the specified position.</summary>
+ <param name="position">A zero-based index of the item to be reset.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.SetItem(System.Int32,`0)">
+ <summary>Replaces the item at the specified index with the specified item.</summary>
+ <param name="index">The zero-based index of the item to replace.</param>
+ <param name="item">The new value for the item at the specified index. The value can be <see langword="null" /> for reference types.</param>
+ <exception cref="T:System.ArgumentOutOfRangeException">
+ <paramref name="index" /> is less than zero.
+-or-
+<paramref name="index" /> is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.SortDirectionCore">
+ <summary>Gets the direction the list is sorted.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values. The default is <see cref="F:System.ComponentModel.ListSortDirection.Ascending" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.SortPropertyCore">
+ <summary>Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns <see langword="null" />.</summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> used for sorting the list.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.SupportsChangeNotificationCore">
+ <summary>Gets a value indicating whether <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> events are enabled.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> events are supported; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.SupportsSearchingCore">
+ <summary>Gets a value indicating whether the list supports searching.</summary>
+ <returns>
+ <see langword="true" /> if the list supports searching; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.SupportsSortingCore">
+ <summary>Gets a value indicating whether the list supports sorting.</summary>
+ <returns>
+ <see langword="true" /> if the list supports sorting; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#AddIndex(System.ComponentModel.PropertyDescriptor)">
+ <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor)" />.</summary>
+ <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to add as a search criteria.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#AddNew">
+ <summary>Adds a new item to the list. For more information, see <see cref="M:System.ComponentModel.IBindingList.AddNew" />.</summary>
+ <returns>The item added to the list.</returns>
+ <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#AllowEdit">
+ <summary>Gets a value indicating whether items in the list can be edited.</summary>
+ <returns>
+ <see langword="true" /> if list items can be edited; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#AllowNew">
+ <summary>Gets a value indicating whether new items can be added to the list using the <see cref="M:System.ComponentModel.BindingList`1.AddNew" /> method.</summary>
+ <returns>
+ <see langword="true" /> if you can add items to the list with the <see cref="M:System.ComponentModel.BindingList`1.AddNew" /> method; otherwise, <see langword="false" />. The default depends on the underlying type contained in the list.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#AllowRemove">
+ <summary>Gets a value indicating whether items can be removed from the list.</summary>
+ <returns>
+ <see langword="true" /> if you can remove items from the list with the <see cref="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)" /> method; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
+ <summary>Sorts the list based on a <see cref="T:System.ComponentModel.PropertyDescriptor" /> and a <see cref="T:System.ComponentModel.ListSortDirection" />. For a complete description of this member, see <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" />.</summary>
+ <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to sort by.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#Find(System.ComponentModel.PropertyDescriptor,System.Object)">
+ <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)" />.</summary>
+ <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to search on.</param>
+ <param name="key">The value of the <paramref name="prop" /> parameter to search for.</param>
+ <returns>The index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#IsSorted">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted" />.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection)" /> has been called and <see cref="M:System.ComponentModel.IBindingList.RemoveSort" /> has not been called; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#RemoveIndex(System.ComponentModel.PropertyDescriptor)">
+ <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)" />.</summary>
+ <param name="prop">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the indexes used for searching.</param>
+ </member>
+ <member name="M:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#RemoveSort">
+ <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveSort" /></summary>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#SortDirection">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection" />.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#SortProperty">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty" />.</summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is being used for sorting.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#SupportsChangeNotification">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification" />.</summary>
+ <returns>
+ <see langword="true" /> if a <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> event is raised when the list changes or when an item changes; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#SupportsSearching">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" />.</summary>
+ <returns>
+ <see langword="true" /> if the list supports searching using the <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)" /> method; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IBindingList#SupportsSorting">
+ <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" />.</summary>
+ <returns>
+ <see langword="true" /> if the list supports sorting; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.BindingList`1.System#ComponentModel#IRaiseItemChangedEvents#RaisesItemChangedEvents">
+ <summary>Gets a value indicating whether item property value changes raise <see cref="E:System.ComponentModel.BindingList`1.ListChanged" /> events of type <see cref="F:System.ComponentModel.ListChangedType.ItemChanged" />. This member cannot be overridden in a derived class.</summary>
+ <returns>
+ <see langword="true" /> if the list type implements <see cref="T:System.ComponentModel.INotifyPropertyChanged" />, otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.BooleanConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Boolean" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BooleanConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a Boolean object using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given value object to a Boolean object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to which to convert.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a collection of standard values for the Boolean data type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether the list of standard values returned from the <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.BooleanConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> can be called to find a common set of values the object supports. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ByteConverter">
+ <summary>Provides a type converter to convert 8-bit unsigned integer objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ByteConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ByteConverter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.CancelEventHandler">
+ <summary>Represents the method that handles a cancelable event.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.CharConverter">
+ <summary>Provides a type converter to convert Unicode character objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CharConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CharConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CharConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a Unicode character object using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CharConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to a Unicode character object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The culture into which <paramref name="value" /> will be converted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.CharConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to a Unicode character object using the arguments.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The culture into which <paramref name="value" /> will be converted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.CollectionChangeAction">
+ <summary>Specifies how the collection is changed.</summary>
+ </member>
+ <member name="F:System.ComponentModel.CollectionChangeAction.Add">
+ <summary>Specifies that an element was added to the collection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.CollectionChangeAction.Refresh">
+ <summary>Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as <see cref="M:System.Collections.CollectionBase.Clear" />.</summary>
+ </member>
+ <member name="F:System.ComponentModel.CollectionChangeAction.Remove">
+ <summary>Specifies that an element was removed from the collection.</summary>
+ </member>
+ <member name="T:System.ComponentModel.CollectionChangeEventArgs">
+ <summary>Provides data for the <see cref="E:System.Data.DataColumnCollection.CollectionChanged" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CollectionChangeEventArgs.#ctor(System.ComponentModel.CollectionChangeAction,System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> class.</summary>
+ <param name="action">One of the <see cref="T:System.ComponentModel.CollectionChangeAction" /> values that specifies how the collection changed.</param>
+ <param name="element">An <see cref="T:System.Object" /> that specifies the instance of the collection where the change occurred.</param>
+ </member>
+ <member name="P:System.ComponentModel.CollectionChangeEventArgs.Action">
+ <summary>Gets an action that specifies how the collection changed.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.CollectionChangeAction" /> values.</returns>
+ </member>
+ <member name="P:System.ComponentModel.CollectionChangeEventArgs.Element">
+ <summary>Gets the instance of the collection with the change.</summary>
+ <returns>An <see cref="T:System.Object" /> that represents the instance of the collection with the change, or <see langword="null" /> if you refresh the collection.</returns>
+ </member>
+ <member name="T:System.ComponentModel.CollectionChangeEventHandler">
+ <summary>Represents the method that handles the <see cref="E:System.Data.DataColumnCollection.CollectionChanged" /> event raised when adding elements to or removing elements from a collection.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.CollectionConverter">
+ <summary>Provides a type converter to convert collection objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CollectionConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CollectionConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified destination type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The culture to which <paramref name="value" /> will be converted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert. This parameter must inherit from <see cref="T:System.Collections.ICollection" />.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Gets a collection of properties for the type of array specified by the value parameter using the specified context and attributes.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties. This method always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CollectionConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports properties.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="false" /> because <see cref="M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> should not be called to find the properties of this object. This method never returns <see langword="true" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ComplexBindingPropertiesAttribute">
+ <summary>Specifies the data source and data member properties for a component that supports complex data binding. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> class using no parameters.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> class using the specified data source.</summary>
+ <param name="dataSource">The name of the property to be used as the data source.</param>
+ </member>
+ <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> class using the specified data source and data member.</summary>
+ <param name="dataSource">The name of the property to be used as the data source.</param>
+ <param name="dataMember">The name of the property to be used as the source for data.</param>
+ </member>
+ <member name="P:System.ComponentModel.ComplexBindingPropertiesAttribute.DataMember">
+ <summary>Gets the name of the data member property for the component to which the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> is bound.</summary>
+ <returns>The name of the data member property for the component to which <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> is bound</returns>
+ </member>
+ <member name="P:System.ComponentModel.ComplexBindingPropertiesAttribute.DataSource">
+ <summary>Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> is bound.</summary>
+ <returns>The name of the data source property for the component to which <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> is bound.</returns>
+ </member>
+ <member name="F:System.ComponentModel.ComplexBindingPropertiesAttribute.Default">
+ <summary>Represents the default value for the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)">
+ <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> instance.</summary>
+ <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute" /> instance</param>
+ <returns>
+ <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" />, indicating they are not equal.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ComponentConverter">
+ <summary>Provides a type converter to convert components to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComponentConverter.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentConverter" /> class.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type to associate with this component converter.</param>
+ </member>
+ <member name="M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Gets a collection of properties for the type of component specified by the value parameter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of component to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for the component, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ComponentConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports properties using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)" /> should be called to find the properties of this object. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ComponentEditor">
+ <summary>Provides the base class for a custom component editor.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComponentEditor.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentEditor" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Edits the component and returns a value indicating whether the component was modified based upon a given context.</summary>
+ <param name="context">An optional context object that can be used to obtain further information about the edit.</param>
+ <param name="component">The component to be edited.</param>
+ <returns>
+ <see langword="true" /> if the component was modified; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ComponentEditor.EditComponent(System.Object)">
+ <summary>Edits the component and returns a value indicating whether the component was modified.</summary>
+ <param name="component">The component to be edited.</param>
+ <returns>
+ <see langword="true" /> if the component was modified; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ComponentResourceManager">
+ <summary>Provides simple functionality for enumerating resources for a component or object. The <see cref="T:System.ComponentModel.ComponentResourceManager" /> class is a <see cref="T:System.Resources.ResourceManager" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComponentResourceManager.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentResourceManager" /> class with default values.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ComponentResourceManager.#ctor(System.Type)">
+ <summary>Creates a <see cref="T:System.ComponentModel.ComponentResourceManager" /> that looks up resources in satellite assemblies based on information from the specified <see cref="T:System.Type" />.</summary>
+ <param name="t">A <see cref="T:System.Type" /> from which the <see cref="T:System.ComponentModel.ComponentResourceManager" /> derives all information for finding resource files.</param>
+ </member>
+ <member name="M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String)">
+ <summary>Applies a resource's value to the corresponding property of the object.</summary>
+ <param name="value">An <see cref="T:System.Object" /> that contains the property value to be applied.</param>
+ <param name="objectName">A <see cref="T:System.String" /> that contains the name of the object to look up in the resources.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="value" /> or <paramref name="objectName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo)">
+ <summary>Applies a resource's value to the corresponding property of the object.</summary>
+ <param name="value">An <see cref="T:System.Object" /> that contains the property value to be applied.</param>
+ <param name="objectName">A <see cref="T:System.String" /> that contains the name of the object to look up in the resources.</param>
+ <param name="culture">The culture for which to apply resources.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="value" /> or <paramref name="objectName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Container">
+ <summary>Encapsulates zero or more components.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Container.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Container" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent)">
+ <summary>Adds the specified <see cref="T:System.ComponentModel.Component" /> to the <see cref="T:System.ComponentModel.Container" />. The component is unnamed.</summary>
+ <param name="component">The component to add.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String)">
+ <summary>Adds the specified <see cref="T:System.ComponentModel.Component" /> to the <see cref="T:System.ComponentModel.Container" /> and assigns it a name.</summary>
+ <param name="component">The component to add.</param>
+ <param name="name">The unique, case-insensitive name to assign to the component.
+-or-
+<see langword="null" />, which leaves the component unnamed.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="name" /> is not unique.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Container.Components">
+ <summary>Gets all the components in the <see cref="T:System.ComponentModel.Container" />.</summary>
+ <returns>A collection that contains the components in the <see cref="T:System.ComponentModel.Container" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Container.CreateSite(System.ComponentModel.IComponent,System.String)">
+ <summary>Creates a site <see cref="T:System.ComponentModel.ISite" /> for the given <see cref="T:System.ComponentModel.IComponent" /> and assigns the given name to the site.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to create a site for.</param>
+ <param name="name">The name to assign to <paramref name="component" />, or <see langword="null" /> to skip the name assignment.</param>
+ <returns>The newly created site.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Container.Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Container" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Container.Dispose(System.Boolean)">
+ <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Container" />, and optionally releases the managed resources.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="M:System.ComponentModel.Container.Finalize">
+ <summary>Releases unmanaged resources and performs other cleanup operations before the <see cref="T:System.ComponentModel.Container" /> is reclaimed by garbage collection.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Container.GetService(System.Type)">
+ <summary>Gets the service object of the specified type, if it is available.</summary>
+ <param name="service">The <see cref="T:System.Type" /> of the service to retrieve.</param>
+ <returns>An <see cref="T:System.Object" /> implementing the requested service, or <see langword="null" /> if the service cannot be resolved.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Container.Remove(System.ComponentModel.IComponent)">
+ <summary>Removes a component from the <see cref="T:System.ComponentModel.Container" />.</summary>
+ <param name="component">The component to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Container.RemoveWithoutUnsiting(System.ComponentModel.IComponent)">
+ <summary>Removes a component from the <see cref="T:System.ComponentModel.Container" /> without setting <see cref="P:System.ComponentModel.IComponent.Site" /> to <see langword="null" />.</summary>
+ <param name="component">The component to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String)">
+ <summary>Determines whether the component name is unique for this container.</summary>
+ <param name="component">The named component.</param>
+ <param name="name">The component name to validate.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="name" /> is not unique.</exception>
+ </member>
+ <member name="T:System.ComponentModel.ContainerFilterService">
+ <summary>Provides a base class for the container filter service.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ContainerFilterService.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ContainerFilterService" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ContainerFilterService.FilterComponents(System.ComponentModel.ComponentCollection)">
+ <summary>Filters the component collection.</summary>
+ <param name="components">The component collection to filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.ComponentCollection" /> that represents a modified collection.</returns>
+ </member>
+ <member name="T:System.ComponentModel.CultureInfoConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Globalization.CultureInfo" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CultureInfoConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.Globalization.CultureInfo" /> using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified value object to a <see cref="T:System.Globalization.CultureInfo" />.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to which to convert.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="value" /> specifies a culture that is not valid.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified destination type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to which to convert.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.GetCultureName(System.Globalization.CultureInfo)">
+ <summary>Retrieves the name of the specified culture.</summary>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to get the name for.</param>
+ <returns>The name of the specified culture.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a collection of standard values for a <see cref="T:System.Globalization.CultureInfo" /> object using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> containing a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="false" /> because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is not an exhaustive list of possible values (that is, other values are possible). This method never returns <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of values the object supports. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.CustomTypeDescriptor">
+ <summary>Provides a simple default implementation of the <see cref="T:System.ComponentModel.ICustomTypeDescriptor" /> interface.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CustomTypeDescriptor" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.#ctor(System.ComponentModel.ICustomTypeDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CustomTypeDescriptor" /> class using a parent custom type descriptor.</summary>
+ <param name="parent">The parent custom type descriptor.</param>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetAttributes">
+ <summary>Returns a collection of custom attributes for the type represented by this type descriptor.</summary>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> containing the attributes for the type. The default is <see cref="F:System.ComponentModel.AttributeCollection.Empty" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetClassName">
+ <summary>Returns the fully qualified name of the class represented by this type descriptor.</summary>
+ <returns>A <see cref="T:System.String" /> containing the fully qualified class name of the type this type descriptor is describing. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetComponentName">
+ <summary>Returns the name of the class represented by this type descriptor.</summary>
+ <returns>A <see cref="T:System.String" /> containing the name of the component instance this type descriptor is describing. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetConverter">
+ <summary>Returns a type converter for the type represented by this type descriptor.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> for the type represented by this type descriptor. The default is a newly created <see cref="T:System.ComponentModel.TypeConverter" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent">
+ <summary>Returns the event descriptor for the default event of the object represented by this type descriptor.</summary>
+ <returns>The <see cref="T:System.ComponentModel.EventDescriptor" /> for the default event on the object represented by this type descriptor. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty">
+ <summary>Returns the property descriptor for the default property of the object represented by this type descriptor.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the default property on the object represented by this type descriptor. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type)">
+ <summary>Returns an editor of the specified type that is to be associated with the class represented by this type descriptor.</summary>
+ <param name="editorBaseType">The base type of the editor to retrieve.</param>
+ <returns>An editor of the given type that is to be associated with the class represented by this type descriptor. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEvents">
+ <summary>Returns a collection of event descriptors for the object represented by this type descriptor.</summary>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> containing the event descriptors for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.EventDescriptorCollection.Empty" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[])">
+ <summary>Returns a filtered collection of event descriptors for the object represented by this type descriptor.</summary>
+ <param name="attributes">An array of attributes to use as a filter. This can be <see langword="null" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> containing the event descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.EventDescriptorCollection.Empty" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetProperties">
+ <summary>Returns a collection of property descriptors for the object represented by this type descriptor.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[])">
+ <summary>Returns a filtered collection of property descriptors for the object represented by this type descriptor.</summary>
+ <param name="attributes">An array of attributes to use as a filter. This can be <see langword="null" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.CustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
+ <summary>Returns an object that contains the property described by the specified property descriptor.</summary>
+ <param name="pd">The property descriptor for which to retrieve the owning object.</param>
+ <returns>An <see cref="T:System.Object" /> that owns the given property specified by the type descriptor. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DataObjectAttribute">
+ <summary>Identifies a type as an object suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectAttribute" /> class and indicates whether an object is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object.</summary>
+ <param name="isDataObject">
+ <see langword="true" /> if the object is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectAttribute.DataObject">
+ <summary>Indicates that the class is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object at design time. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectAttribute.Default">
+ <summary>Represents the default value of the <see cref="T:System.ComponentModel.DataObjectAttribute" /> class, which indicates that the class is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object at design time. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectAttribute.Equals(System.Object)">
+ <summary>Determines whether this instance of <see cref="T:System.ComponentModel.DataObjectAttribute" /> fits the pattern of another object.</summary>
+ <param name="obj">An object to compare with this instance of <see cref="T:System.ComponentModel.DataObjectAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if this instance is the same as the instance specified by the <paramref name="obj" /> parameter; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectAttribute.IsDataObject">
+ <summary>Gets a value indicating whether an object should be considered suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object at design time.</summary>
+ <returns>
+ <see langword="true" /> if the object should be considered suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectAttribute.IsDefaultAttribute">
+ <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
+ <returns>
+ <see langword="true" /> if the current value of the attribute is the default; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectAttribute.NonDataObject">
+ <summary>Indicates that the class is not suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource" /> object at design time. This field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.DataObjectFieldAttribute">
+ <summary>Provides metadata for a property representing a data field. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute" /> class and indicates whether the field is the primary key for the data row.</summary>
+ <param name="primaryKey">
+ <see langword="true" /> to indicate that the field is in the primary key of the data row; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute" /> class and indicates whether the field is the primary key for the data row, and whether the field is a database identity field.</summary>
+ <param name="primaryKey">
+ <see langword="true" /> to indicate that the field is in the primary key of the data row; otherwise, <see langword="false" />.</param>
+ <param name="isIdentity">
+ <see langword="true" /> to indicate that the field is an identity field that uniquely identifies the data row; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute" /> class and indicates whether the field is the primary key for the data row, whether the field is a database identity field, and whether the field can be null.</summary>
+ <param name="primaryKey">
+ <see langword="true" /> to indicate that the field is in the primary key of the data row; otherwise, <see langword="false" />.</param>
+ <param name="isIdentity">
+ <see langword="true" /> to indicate that the field is an identity field that uniquely identifies the data row; otherwise, <see langword="false" />.</param>
+ <param name="isNullable">
+ <see langword="true" /> to indicate that the field can be null in the data store; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute" /> class and indicates whether the field is the primary key for the data row, whether it is a database identity field, and whether it can be null and sets the length of the field.</summary>
+ <param name="primaryKey">
+ <see langword="true" /> to indicate that the field is in the primary key of the data row; otherwise, <see langword="false" />.</param>
+ <param name="isIdentity">
+ <see langword="true" /> to indicate that the field is an identity field that uniquely identifies the data row; otherwise, <see langword="false" />.</param>
+ <param name="isNullable">
+ <see langword="true" /> to indicate that the field can be null in the data store; otherwise, <see langword="false" />.</param>
+ <param name="length">The length of the field in bytes.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.Equals(System.Object)">
+ <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+ <param name="obj">An object to compare with this instance of <see cref="T:System.ComponentModel.DataObjectFieldAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if this instance is the same as the instance specified by the <paramref name="obj" /> parameter; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectFieldAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectFieldAttribute.IsIdentity">
+ <summary>Gets a value indicating whether a property represents an identity field in the underlying data.</summary>
+ <returns>
+ <see langword="true" /> if the property represents an identity field in the underlying data; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectFieldAttribute.IsNullable">
+ <summary>Gets a value indicating whether a property represents a field that can be null in the underlying data store.</summary>
+ <returns>
+ <see langword="true" /> if the property represents a field that can be null in the underlying data store; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectFieldAttribute.Length">
+ <summary>Gets the length of the property in bytes.</summary>
+ <returns>The length of the property in bytes, or -1 if not set.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectFieldAttribute.PrimaryKey">
+ <summary>Gets a value indicating whether a property is in the primary key in the underlying data.</summary>
+ <returns>
+ <see langword="true" /> if the property is in the primary key of the data store; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DataObjectMethodAttribute">
+ <summary>Identifies a data operation method exposed by a type, what type of operation the method performs, and whether the method is the default data method. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectMethodAttribute.#ctor(System.ComponentModel.DataObjectMethodType)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> class and identifies the type of data operation the method performs.</summary>
+ <param name="methodType">One of the <see cref="T:System.ComponentModel.DataObjectMethodType" /> values that describes the data operation the method performs.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectMethodAttribute.#ctor(System.ComponentModel.DataObjectMethodType,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> class, identifies the type of data operation the method performs, and identifies whether the method is the default data method that the data object exposes.</summary>
+ <param name="methodType">One of the <see cref="T:System.ComponentModel.DataObjectMethodType" /> values that describes the data operation the method performs.</param>
+ <param name="isDefault">
+ <see langword="true" /> to indicate the method that the attribute is applied to is the default method of the data object for the specified <paramref name="methodType" />; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectMethodAttribute.Equals(System.Object)">
+ <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+ <param name="obj">An object to compare with this instance of <see cref="T:System.ComponentModel.DataObjectMethodAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if this instance is the same as the instance specified by the <paramref name="obj" /> parameter; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectMethodAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectMethodAttribute.IsDefault">
+ <summary>Gets a value indicating whether the method that the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> is applied to is the default data method exposed by the data object for a specific method type.</summary>
+ <returns>
+ <see langword="true" /> if the method is the default method exposed by the object for a method type; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)">
+ <summary>Gets a value indicating whether this instance shares a common pattern with a specified attribute.</summary>
+ <param name="obj">An object to compare with this instance of <see cref="T:System.ComponentModel.DataObjectMethodAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if this instance is the same as the instance specified by the <paramref name="obj" /> parameter; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DataObjectMethodAttribute.MethodType">
+ <summary>Gets a <see cref="T:System.ComponentModel.DataObjectMethodType" /> value indicating the type of data operation the method performs.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.DataObjectMethodType" /> values that identifies the type of data operation performed by the method to which the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> is applied.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DataObjectMethodType">
+ <summary>Identifies the type of data operation performed by a method, as specified by the <see cref="T:System.ComponentModel.DataObjectMethodAttribute" /> applied to the method.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectMethodType.Delete">
+ <summary>Indicates that a method is used for a data operation that deletes data.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectMethodType.Fill">
+ <summary>Indicates that a method is used for a data operation that fills a <see cref="T:System.Data.DataSet" /> object.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectMethodType.Insert">
+ <summary>Indicates that a method is used for a data operation that inserts data.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectMethodType.Select">
+ <summary>Indicates that a method is used for a data operation that retrieves data.</summary>
+ </member>
+ <member name="F:System.ComponentModel.DataObjectMethodType.Update">
+ <summary>Indicates that a method is used for a data operation that updates data.</summary>
+ </member>
+ <member name="T:System.ComponentModel.DateTimeConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.DateTime" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DateTimeConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.DateTime" /> using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given value object to a <see cref="T:System.DateTime" />.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to a <see cref="T:System.DateTime" /> using the arguments.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.DateTimeOffsetConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.DateTimeOffset" /> structures to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeOffsetConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DateTimeOffsetConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeOffsetConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value that indicates whether an object of the specified source type can be converted to a <see cref="T:System.DateTimeOffset" />.</summary>
+ <param name="context">The date format context.</param>
+ <param name="sourceType">The source type to check.</param>
+ <returns>
+ <see langword="true" /> if the specified type can be converted to a <see cref="T:System.DateTimeOffset" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeOffsetConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value that indicates whether a <see cref="T:System.DateTimeOffset" /> can be converted to an object of the specified type.</summary>
+ <param name="context">The date format context.</param>
+ <param name="destinationType">The destination type to check.</param>
+ <returns>
+ <see langword="true" /> if a <see cref="T:System.DateTimeOffset" /> can be converted to the specified type; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeOffsetConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified object to a <see cref="T:System.DateTimeOffset" />.</summary>
+ <param name="context">The date format context.</param>
+ <param name="culture">The date culture.</param>
+ <param name="value">The object to be converted.</param>
+ <returns>A <see cref="T:System.DateTimeOffset" /> that represents the specified object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.DateTimeOffsetConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts a <see cref="T:System.DateTimeOffset" /> to an object of the specified type.</summary>
+ <param name="context">The date format context.</param>
+ <param name="culture">The date culture.</param>
+ <param name="value">The <see cref="T:System.DateTimeOffset" /> to be converted.</param>
+ <param name="destinationType">The type to convert to.</param>
+ <returns>An object of the specified type that represents the <see cref="T:System.DateTimeOffset" />.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.DecimalConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Decimal" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DecimalConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DecimalConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DecimalConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to a <see cref="T:System.Decimal" /> using the arguments.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.DefaultBindingPropertyAttribute">
+ <summary>Specifies the default binding property for a component. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> class using no parameters.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> class using the specified property name.</summary>
+ <param name="name">The name of the default binding property.</param>
+ </member>
+ <member name="F:System.ComponentModel.DefaultBindingPropertyAttribute.Default">
+ <summary>Represents the default value for the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)">
+ <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> instance.</summary>
+ <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> instance</param>
+ <returns>
+ <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" />, indicating they are not equal.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DefaultBindingPropertyAttribute.Name">
+ <summary>Gets the name of the default binding property for the component to which the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> is bound.</summary>
+ <returns>The name of the default binding property for the component to which the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> is bound.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DefaultEventAttribute">
+ <summary>Specifies the default event for a component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultEventAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultEventAttribute" /> class.</summary>
+ <param name="name">The name of the default event for the component this attribute is bound to.</param>
+ </member>
+ <member name="F:System.ComponentModel.DefaultEventAttribute.Default">
+ <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DefaultEventAttribute" />, which is <see langword="null" />. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultEventAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DefaultEventAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DefaultEventAttribute.Name">
+ <summary>Gets the name of the default event for the component this attribute is bound to.</summary>
+ <returns>The name of the default event for the component this attribute is bound to. The default value is <see langword="null" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DefaultPropertyAttribute">
+ <summary>Specifies the default property for a component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultPropertyAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultPropertyAttribute" /> class.</summary>
+ <param name="name">The name of the default property for the component this attribute is bound to.</param>
+ </member>
+ <member name="F:System.ComponentModel.DefaultPropertyAttribute.Default">
+ <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DefaultPropertyAttribute" />, which is <see langword="null" />. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultPropertyAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DefaultPropertyAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DefaultPropertyAttribute.Name">
+ <summary>Gets the name of the default property for the component this attribute is bound to.</summary>
+ <returns>The name of the default property for the component this attribute is bound to. The default value is <see langword="null" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ActiveDesignerEventArgs">
+ <summary>Provides data for the <see cref="P:System.ComponentModel.Design.IDesignerEventService.ActiveDesigner" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ActiveDesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost,System.ComponentModel.Design.IDesignerHost)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ActiveDesignerEventArgs" /> class.</summary>
+ <param name="oldDesigner">The document that is losing activation.</param>
+ <param name="newDesigner">The document that is gaining activation.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.ActiveDesignerEventArgs.NewDesigner">
+ <summary>Gets the document that is gaining activation.</summary>
+ <returns>An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that represents the document gaining activation.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ActiveDesignerEventArgs.OldDesigner">
+ <summary>Gets the document that is losing activation.</summary>
+ <returns>An <see cref="T:System.ComponentModel.Design.IDesignerHost" /> that represents the document losing activation.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ActiveDesignerEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IDesignerEventService.ActiveDesignerChanged" /> event.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">An <see cref="T:System.ComponentModel.Design.ActiveDesignerEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.CheckoutException">
+ <summary>The exception that is thrown when an attempt to check out a file that is checked into a source code management program is canceled or fails.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.CheckoutException.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class with no associated message or error code.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class using the specified serialization data and context.</summary>
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.</param>
+ <param name="context">The destination to be used for deserialization.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class with the specified message.</summary>
+ <param name="message">A message describing the exception.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class with the specified detailed description and the specified exception.</summary>
+ <param name="message">A detailed description of the error.</param>
+ <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String,System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class with the specified message and error code.</summary>
+ <param name="message">A message describing the exception.</param>
+ <param name="errorCode">The error code to pass.</param>
+ </member>
+ <member name="F:System.ComponentModel.Design.CheckoutException.Canceled">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class that specifies that the check out was canceled. This field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.CommandID">
+ <summary>Represents a unique command identifier that consists of a numeric command ID and a GUID menu group identifier.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.CommandID.#ctor(System.Guid,System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CommandID" /> class using the specified menu group GUID and command ID number.</summary>
+ <param name="menuGroup">The GUID of the group that this menu command belongs to.</param>
+ <param name="commandID">The numeric identifier of this menu command.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.CommandID.Equals(System.Object)">
+ <summary>Determines whether two <see cref="T:System.ComponentModel.Design.CommandID" /> instances are equal.</summary>
+ <param name="obj">The object to compare.</param>
+ <returns>
+ <see langword="true" /> if the specified object is equivalent to this one; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.CommandID.GetHashCode">
+ <summary>Serves as a hash function for a particular type.</summary>
+ <returns>A hash code for the current <see cref="T:System.Object" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.CommandID.Guid">
+ <summary>Gets the GUID of the menu group that the menu command identified by this <see cref="T:System.ComponentModel.Design.CommandID" /> belongs to.</summary>
+ <returns>The GUID of the command group for this command.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.CommandID.ID">
+ <summary>Gets the numeric command ID.</summary>
+ <returns>The command ID number.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.CommandID.ToString">
+ <summary>Returns a <see cref="T:System.String" /> that represents the current object.</summary>
+ <returns>A string that contains the command ID information, both the GUID and integer identifier.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentChangedEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> event. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ComponentChangedEventArgs.#ctor(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> class.</summary>
+ <param name="component">The component that was changed.</param>
+ <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that represents the member that was changed.</param>
+ <param name="oldValue">The old value of the changed member.</param>
+ <param name="newValue">The new value of the changed member.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.Component">
+ <summary>Gets the component that was modified.</summary>
+ <returns>An <see cref="T:System.Object" /> that represents the component that was modified.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.Member">
+ <summary>Gets the member that has been changed.</summary>
+ <returns>A <see cref="T:System.ComponentModel.MemberDescriptor" /> that indicates the member that has been changed.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.NewValue">
+ <summary>Gets the new value of the changed member.</summary>
+ <returns>The new value of the changed member. This property can be <see langword="null" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.OldValue">
+ <summary>Gets the old value of the changed member.</summary>
+ <returns>The old value of the changed member. This property can be <see langword="null" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentChangedEventHandler">
+ <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> event.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentChangingEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging" /> event. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ComponentChangingEventArgs.#ctor(System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentChangingEventArgs" /> class.</summary>
+ <param name="component">The component that is about to be changed.</param>
+ <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor" /> indicating the member of the component that is about to be changed.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangingEventArgs.Component">
+ <summary>Gets the component that is about to be changed or the component that is the parent container of the member that is about to be changed.</summary>
+ <returns>The component that is about to have a member changed.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentChangingEventArgs.Member">
+ <summary>Gets the member that is about to be changed.</summary>
+ <returns>A <see cref="T:System.ComponentModel.MemberDescriptor" /> indicating the member that is about to be changed, if known, or <see langword="null" /> otherwise.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentChangingEventHandler">
+ <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging" /> event.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.ComponentChangingEventArgs" /> event that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded" />, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding" />, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved" />, and <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving" /> events.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ComponentEventArgs.#ctor(System.ComponentModel.IComponent)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentEventArgs" /> class.</summary>
+ <param name="component">The component that is the source of the event.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentEventArgs.Component">
+ <summary>Gets the component associated with the event.</summary>
+ <returns>The component associated with the event.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding" />, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded" />, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving" />, and <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved" /> events raised for component-level events.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.ComponentEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentRenameEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ComponentRenameEventArgs.#ctor(System.Object,System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs" /> class.</summary>
+ <param name="component">The component to be renamed.</param>
+ <param name="oldName">The old name of the component.</param>
+ <param name="newName">The new name of the component.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.Component">
+ <summary>Gets the component that is being renamed.</summary>
+ <returns>The component that is being renamed.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.NewName">
+ <summary>Gets the name of the component after the rename event.</summary>
+ <returns>The name of the component after the rename event.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.OldName">
+ <summary>Gets the name of the component before the rename event.</summary>
+ <returns>The previous name of the component.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ComponentRenameEventHandler">
+ <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename" /> event.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerCollection">
+ <summary>Represents a collection of designers.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerCollection.#ctor(System.Collections.IList)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerCollection" /> class that contains the specified set of designers.</summary>
+ <param name="designers">A list that contains the collection of designers to add.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerCollection.#ctor(System.ComponentModel.Design.IDesignerHost[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerCollection" /> class that contains the specified designers.</summary>
+ <param name="designers">An array of <see cref="T:System.ComponentModel.Design.IDesignerHost" /> objects to store.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerCollection.Count">
+ <summary>Gets the number of designers in the collection.</summary>
+ <returns>The number of designers in the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerCollection.GetEnumerator">
+ <summary>Gets a new enumerator for this collection.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that enumerates the collection.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerCollection.Item(System.Int32)">
+ <summary>Gets the designer at the specified index.</summary>
+ <param name="index">The index of the designer to return.</param>
+ <returns>The designer at the specified index.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
+ <summary>Copies the elements of the collection to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
+ <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from collection. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
+ <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerCollection.System#Collections#ICollection#Count">
+ <summary>Gets the number of elements contained in the collection.</summary>
+ <returns>The number of elements contained in the collection.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary>
+ <returns>
+ <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets an object that can be used to synchronize access to the collection.</summary>
+ <returns>An object that can be used to synchronize access to the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Gets a new enumerator for this collection.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that enumerates the collection.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated" /> and <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed" /> events.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerEventArgs" /> class.</summary>
+ <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> of the document.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerEventArgs.Designer">
+ <summary>Gets the host of the document.</summary>
+ <returns>The <see cref="T:System.ComponentModel.Design.IDesignerHost" /> of the document.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated" /> and <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed" /> events that are raised when a document is created or disposed of.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.DesignerEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerOptionService">
+ <summary>Provides a base class for getting and setting option values for a designer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerOptionService" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection,System.String,System.Object)">
+ <summary>Creates a new <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" /> with the given name and adds it to the given parent.</summary>
+ <param name="parent">The parent designer option collection. All collections have a parent except the root object collection.</param>
+ <param name="name">The name of this collection.</param>
+ <param name="value">The object providing properties for this collection. Can be <see langword="null" /> if the collection should not provide any properties.</param>
+ <returns>A new <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" /> with the given name.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="parent" /> or <paramref name="name" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="name" /> is an empty string.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection">
+ <summary>Contains a collection of designer options. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.CopyTo(System.Array,System.Int32)">
+ <summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
+ <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the collection. The <paramref name="array" /> must have zero-based indexing.</param>
+ <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Count">
+ <summary>Gets the number of child option collections this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" /> contains.</summary>
+ <returns>The number of child option collections this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" /> contains.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.GetEnumerator">
+ <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate this collection.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate this collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection)">
+ <summary>Returns the index of the first occurrence of a given value in a range of this collection.</summary>
+ <param name="value">The object to locate in the collection.</param>
+ <returns>The index of the first occurrence of value within the entire collection, if found; otherwise, the lower bound of the collection minus 1.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Item(System.Int32)">
+ <summary>Gets the child collection at the given index.</summary>
+ <param name="index">The zero-based index of the child collection to get.</param>
+ <returns>The child collection at the specified index.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Item(System.String)">
+ <summary>Gets the child collection at the given name.</summary>
+ <param name="name">The name of the child collection.</param>
+ <returns>The child collection with the name specified by the <paramref name="name" /> parameter, or <see langword="null" /> if the name is not found.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Name">
+ <summary>Gets the name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</summary>
+ <returns>The name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Parent">
+ <summary>Gets the parent collection object.</summary>
+ <returns>The parent collection object, or <see langword="null" /> if there is no parent.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Properties">
+ <summary>Gets the collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />, along with all of its children.</summary>
+ <returns>The collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />, along with all of its children.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.ShowDialog">
+ <summary>Displays a dialog box user interface (UI) with which the user can configure the options in this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</summary>
+ <returns>
+ <see langword="true" /> if the dialog box can be displayed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe.</summary>
+ <returns>
+ <see langword="true" /> if the access to the collection is synchronized; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets an object that can be used to synchronize access to the collection.</summary>
+ <returns>An object that can be used to synchronize access to the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Add(System.Object)">
+ <summary>Adds an item to the <see cref="T:System.Collections.IList" />.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param>
+ <returns>The position into which the new element was inserted.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Clear">
+ <summary>Removes all items from the collection.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Contains(System.Object)">
+ <summary>Determines whether the collection contains a specific value.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Object" /> is found in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#IndexOf(System.Object)">
+ <summary>Determines the index of a specific item in the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection.</param>
+ <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
+ <summary>Inserts an item into the collection at the specified index.</summary>
+ <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to insert into the collection.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#IsFixedSize">
+ <summary>Gets a value indicating whether the collection has a fixed size.</summary>
+ <returns>
+ <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#IsReadOnly">
+ <summary>Gets a value indicating whether the collection is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Item(System.Int32)">
+ <summary>Gets or sets the element at the specified index.</summary>
+ <param name="index">The zero-based index of the element to get or set.</param>
+ <returns>The element at the specified index.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#Remove(System.Object)">
+ <summary>Removes the first occurrence of a specific object from the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to remove from the collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System#Collections#IList#RemoveAt(System.Int32)">
+ <summary>Removes the collection item at the specified index.</summary>
+ <param name="index">The zero-based index of the item to remove.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerOptionService.Options">
+ <summary>Gets the options collection for this service.</summary>
+ <returns>A <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" /> populated with available designer options.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection)">
+ <summary>Populates a <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection" />.</summary>
+ <param name="options">The collection to populate.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection,System.Object)">
+ <summary>Shows the options dialog box for the given object.</summary>
+ <param name="options">The options collection containing the object to be invoked.</param>
+ <param name="optionObject">The actual options object.</param>
+ <returns>
+ <see langword="true" /> if the dialog box is shown; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.System#ComponentModel#Design#IDesignerOptionService#GetOptionValue(System.String,System.String)">
+ <summary>Gets the value of an option defined in this package.</summary>
+ <param name="pageName">The page to which the option is bound.</param>
+ <param name="valueName">The name of the option value.</param>
+ <returns>The value of the option named <paramref name="valueName" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="pageName" /> or <paramref name="valueName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerOptionService.System#ComponentModel#Design#IDesignerOptionService#SetOptionValue(System.String,System.String,System.Object)">
+ <summary>Sets the value of an option defined in this package.</summary>
+ <param name="pageName">The page to which the option is bound</param>
+ <param name="valueName">The name of the option value.</param>
+ <param name="value">The value of the option.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="pageName" /> or <paramref name="valueName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerTransaction">
+ <summary>Provides a way to group a series of design-time actions to improve performance and enable most types of changes to be undone.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransaction" /> class with no description.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransaction" /> class using the specified transaction description.</summary>
+ <param name="description">A description for this transaction.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.Cancel">
+ <summary>Cancels the transaction and attempts to roll back the changes made by the events of the transaction.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerTransaction.Canceled">
+ <summary>Gets a value indicating whether the transaction was canceled.</summary>
+ <returns>
+ <see langword="true" /> if the transaction was canceled; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.Commit">
+ <summary>Commits this transaction.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerTransaction.Committed">
+ <summary>Gets a value indicating whether the transaction was committed.</summary>
+ <returns>
+ <see langword="true" /> if the transaction was committed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerTransaction.Description">
+ <summary>Gets a description for the transaction.</summary>
+ <returns>A description for the transaction.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.Dispose(System.Boolean)">
+ <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Design.DesignerTransaction" /> and optionally releases the managed resources.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.Finalize">
+ <summary>Releases the resources associated with this object. This override commits this transaction if it was not already committed.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.OnCancel">
+ <summary>Raises the <see langword="Cancel" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.OnCommit">
+ <summary>Performs the actual work of committing a transaction.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransaction.System#IDisposable#Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.DesignerTransaction" />.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed" /> and <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing" /> events.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs" /> class, using the specified value that indicates whether the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit" /> on the transaction.</summary>
+ <param name="commit">A value indicating whether the transaction was committed.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.#ctor(System.Boolean,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs" /> class.</summary>
+ <param name="commit">A value indicating whether the transaction was committed.</param>
+ <param name="lastTransaction">
+ <see langword="true" /> if this is the last transaction to close; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.LastTransaction">
+ <summary>Gets a value indicating whether this is the last transaction to close.</summary>
+ <returns>
+ <see langword="true" />, if this is the last transaction to close; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.TransactionCommitted">
+ <summary>Indicates whether the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit" /> on the transaction.</summary>
+ <returns>
+ <see langword="true" /> if the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit" /> on the transaction; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerTransactionCloseEventHandler">
+ <summary>Represents the method that handles the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed" /> and <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing" /> events of a designer.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerVerb">
+ <summary>Represents a verb that can be invoked from a designer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerb.#ctor(System.String,System.EventHandler)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerb" /> class.</summary>
+ <param name="text">The text of the menu command that is shown to the user.</param>
+ <param name="handler">The event handler that performs the actions of the verb.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerb.#ctor(System.String,System.EventHandler,System.ComponentModel.Design.CommandID)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerb" /> class.</summary>
+ <param name="text">The text of the menu command that is shown to the user.</param>
+ <param name="handler">The event handler that performs the actions of the verb.</param>
+ <param name="startCommandID">The starting command ID for this verb. By default, the designer architecture sets aside a range of command IDs for verbs. You can override this by providing a custom command ID.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerVerb.Description">
+ <summary>Gets or sets the description of the menu item for the verb.</summary>
+ <returns>A string describing the menu item.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerVerb.Text">
+ <summary>Gets the text description for the verb command on the menu.</summary>
+ <returns>A description for the verb command.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerb.ToString">
+ <summary>Overrides <see cref="M:System.Object.ToString" />.</summary>
+ <returns>The verb's text, or an empty string ("") if the text field is empty.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesignerVerbCollection">
+ <summary>Represents a collection of <see cref="T:System.ComponentModel.Design.DesignerVerb" /> objects.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerbCollection" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.#ctor(System.ComponentModel.Design.DesignerVerb[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerbCollection" /> class using the specified array of <see cref="T:System.ComponentModel.Design.DesignerVerb" /> objects.</summary>
+ <param name="value">A <see cref="T:System.ComponentModel.Design.DesignerVerb" /> array that indicates the verbs to contain within the collection.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="value" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Add(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Adds the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to add to the collection.</param>
+ <returns>The index in the collection at which the verb was added.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.AddRange(System.ComponentModel.Design.DesignerVerb[])">
+ <summary>Adds the specified set of designer verbs to the collection.</summary>
+ <param name="value">An array of <see cref="T:System.ComponentModel.Design.DesignerVerb" /> objects to add to the collection.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="value" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.AddRange(System.ComponentModel.Design.DesignerVerbCollection)">
+ <summary>Adds the specified collection of designer verbs to the collection.</summary>
+ <param name="value">A <see cref="T:System.ComponentModel.Design.DesignerVerbCollection" /> to add to the collection.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="value" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Contains(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Gets a value indicating whether the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" /> exists in the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to search for in the collection.</param>
+ <returns>
+ <see langword="true" /> if the specified object exists in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.CopyTo(System.ComponentModel.Design.DesignerVerb[],System.Int32)">
+ <summary>Copies the collection members to the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" /> array beginning at the specified destination index.</summary>
+ <param name="array">The array to copy collection members to.</param>
+ <param name="index">The destination index to begin copying to.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.IndexOf(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Gets the index of the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" />.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> whose index to get in the collection.</param>
+ <returns>The index of the specified object if it is found in the list; otherwise, -1.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Insert(System.Int32,System.ComponentModel.Design.DesignerVerb)">
+ <summary>Inserts the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" /> at the specified index.</summary>
+ <param name="index">The index in the collection at which to insert the verb.</param>
+ <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to insert in the collection.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesignerVerbCollection.Item(System.Int32)">
+ <summary>Gets or sets the <see cref="T:System.ComponentModel.Design.DesignerVerb" /> at the specified index.</summary>
+ <param name="index">The index at which to get or set the <see cref="T:System.ComponentModel.Design.DesignerVerb" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.Design.DesignerVerb" /> at each valid index in the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnClear">
+ <summary>Raises the <see langword="Clear" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnInsert(System.Int32,System.Object)">
+ <summary>Raises the <see langword="Insert" /> event.</summary>
+ <param name="index">The index at which to insert an item.</param>
+ <param name="value">The object to insert.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnRemove(System.Int32,System.Object)">
+ <summary>Raises the <see langword="Remove" /> event.</summary>
+ <param name="index">The index at which to remove the item.</param>
+ <param name="value">The object to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnSet(System.Int32,System.Object,System.Object)">
+ <summary>Raises the <see langword="Set" /> event.</summary>
+ <param name="index">The index at which to set the item.</param>
+ <param name="oldValue">The old object.</param>
+ <param name="newValue">The new object.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnValidate(System.Object)">
+ <summary>Raises the <see langword="Validate" /> event.</summary>
+ <param name="value">The object to validate.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Remove(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Removes the specified <see cref="T:System.ComponentModel.Design.DesignerVerb" /> from the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to remove from the collection.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesigntimeLicenseContext">
+ <summary>Represents a design-time license context that can support a license provider at design time.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
+ <summary>Gets a saved license key.</summary>
+ <param name="type">The type of the license key.</param>
+ <param name="resourceAssembly">The assembly to get the key from.</param>
+ <returns>The saved license key that matches the specified type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.SetSavedLicenseKey(System.Type,System.String)">
+ <summary>Sets a saved license key.</summary>
+ <param name="type">The type of the license key.</param>
+ <param name="key">The license key.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.DesigntimeLicenseContext.UsageMode">
+ <summary>Gets the license usage mode.</summary>
+ <returns>A <see cref="T:System.ComponentModel.LicenseUsageMode" /> indicating the licensing mode for the context.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.DesigntimeLicenseContextSerializer">
+ <summary>Provides support for design-time license context serialization.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.DesigntimeLicenseContextSerializer.Serialize(System.IO.Stream,System.String,System.ComponentModel.Design.DesigntimeLicenseContext)">
+ <summary>Serializes the licenses within the specified design-time license context using the specified key and output stream.</summary>
+ <param name="o">The stream to output to.</param>
+ <param name="cryptoKey">The key to use for encryption.</param>
+ <param name="context">A <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext" /> indicating the license context.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.HelpContextType">
+ <summary>Defines identifiers that indicate information about the context in which a request for Help information originated.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpContextType.Ambient">
+ <summary>A general context.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpContextType.Selection">
+ <summary>A selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpContextType.ToolWindowSelection">
+ <summary>A tool window selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpContextType.Window">
+ <summary>A window.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.HelpKeywordAttribute">
+ <summary>Specifies the context keyword for a class or member. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> class.</summary>
+ <param name="keyword">The Help keyword value.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="keyword" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> class from the given type.</summary>
+ <param name="t">The type from which the Help keyword will be taken.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="t" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpKeywordAttribute.Default">
+ <summary>Represents the default value for <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" />. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)">
+ <summary>Determines whether two <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> instances are equal.</summary>
+ <param name="obj">The <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> to compare with the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" /> is equal to the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.HelpKeywordAttribute.HelpKeyword">
+ <summary>Gets the Help keyword supplied by this attribute.</summary>
+ <returns>The Help keyword supplied by this attribute.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.IsDefaultAttribute">
+ <summary>Determines whether the Help keyword is <see langword="null" />.</summary>
+ <returns>
+ <see langword="true" /> if the Help keyword is <see langword="null" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.HelpKeywordType">
+ <summary>Defines identifiers that indicate the type of a Help keyword.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpKeywordType.F1Keyword">
+ <summary>A keyword that F1 was pressed to request help about.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpKeywordType.FilterKeyword">
+ <summary>A filter keyword.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.HelpKeywordType.GeneralKeyword">
+ <summary>A general keyword.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.IComponentChangeService">
+ <summary>Provides an interface to add and remove the event handlers for events that add, change, remove or rename components, and provides methods to raise a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> or <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging" /> event.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded">
+ <summary>Occurs when a component has been added.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding">
+ <summary>Occurs when a component is in the process of being added.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged">
+ <summary>Occurs when a component has been changed.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging">
+ <summary>Occurs when a component is in the process of being changed.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved">
+ <summary>Occurs when a component has been removed.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving">
+ <summary>Occurs when a component is in the process of being removed.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename">
+ <summary>Occurs when a component is renamed.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IComponentChangeService.OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
+ <summary>Announces to the component change service that a particular component has changed.</summary>
+ <param name="component">The component that has changed.</param>
+ <param name="member">The member that has changed. This is <see langword="null" /> if this change is not related to a single member.</param>
+ <param name="oldValue">The old value of the member. This is valid only if the member is not <see langword="null" />.</param>
+ <param name="newValue">The new value of the member. This is valid only if the member is not <see langword="null" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IComponentChangeService.OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Announces to the component change service that a particular component is changing.</summary>
+ <param name="component">The component that is about to change.</param>
+ <param name="member">The member that is changing. This is <see langword="null" /> if this change is not related to a single member.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IComponentDiscoveryService">
+ <summary>Enables enumeration of components at design time.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes(System.ComponentModel.Design.IDesignerHost,System.Type)">
+ <summary>Gets the list of available component types.</summary>
+ <param name="designerHost">The designer host providing design-time services. Can be <see langword="null" />.</param>
+ <param name="baseType">The base type specifying the components to retrieve. Can be <see langword="null" />.</param>
+ <returns>The list of available component types.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IComponentInitializer">
+ <summary>Provides a set of recommended default values during component creation.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IComponentInitializer.InitializeExistingComponent(System.Collections.IDictionary)">
+ <summary>Restores an instance of a component to its default state.</summary>
+ <param name="defaultValues">A dictionary of default property values, which are name/value pairs, with which to reset the component's state.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IComponentInitializer.InitializeNewComponent(System.Collections.IDictionary)">
+ <summary>Initializes a new component using a set of recommended values.</summary>
+ <param name="defaultValues">A dictionary of default property values, which are name/value pairs, with which to initialize the component's state.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesigner">
+ <summary>Provides the basic framework for building a custom designer.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesigner.Component">
+ <summary>Gets the base component that this designer is designing.</summary>
+ <returns>An <see cref="T:System.ComponentModel.IComponent" /> indicating the base component that this designer is designing.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesigner.DoDefaultAction">
+ <summary>Performs the default action for this designer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesigner.Initialize(System.ComponentModel.IComponent)">
+ <summary>Initializes the designer with the specified component.</summary>
+ <param name="component">The component to associate with this designer.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesigner.Verbs">
+ <summary>Gets a collection of the design-time verbs supported by the designer.</summary>
+ <returns>A <see cref="T:System.ComponentModel.Design.DesignerVerbCollection" /> that contains the verbs supported by the designer, or <see langword="null" /> if the component has no verbs.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesignerEventService">
+ <summary>Provides event notifications when root designers are added and removed, when a selected component changes, and when the current root designer changes.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerEventService.ActiveDesigner">
+ <summary>Gets the root designer for the currently active document.</summary>
+ <returns>The currently active document, or <see langword="null" /> if there is no active document.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerEventService.ActiveDesignerChanged">
+ <summary>Occurs when the current root designer changes.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated">
+ <summary>Occurs when a root designer is created.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed">
+ <summary>Occurs when a root designer for a document is disposed.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerEventService.Designers">
+ <summary>Gets a collection of root designers for design documents that are currently active in the development environment.</summary>
+ <returns>A <see cref="T:System.ComponentModel.Design.DesignerCollection" /> containing the root designers that have been created and not yet disposed.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerEventService.SelectionChanged">
+ <summary>Occurs when the current design-view selection changes.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesignerFilter">
+ <summary>Provides an interface that enables a designer to access and filter the dictionaries of a <see cref="T:System.ComponentModel.TypeDescriptor" /> that stores the property, attribute, and event descriptors that a component designer can expose to the design-time environment.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="attributes">The <see cref="T:System.Attribute" /> objects for the class of the component. The keys in the dictionary of attributes are the <see cref="P:System.Attribute.TypeId" /> values of the attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="events">The <see cref="T:System.ComponentModel.EventDescriptor" /> objects that represent the events of the class of the component. The keys in the dictionary of events are event names.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="properties">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects that represent the properties of the class of the component. The keys in the dictionary of properties are property names.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="attributes">The <see cref="T:System.Attribute" /> objects for the class of the component. The keys in the dictionary of attributes are the <see cref="P:System.Attribute.TypeId" /> values of the attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="events">The <see cref="T:System.ComponentModel.EventDescriptor" /> objects that represent the events of the class of the component. The keys in the dictionary of events are event names.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictionary)">
+ <summary>When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="properties">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects that represent the properties of the class of the component. The keys in the dictionary of properties are property names.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesignerHost">
+ <summary>Provides an interface for managing designer transactions and components.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.Activate">
+ <summary>Activates the designer that this host is hosting.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.Activated">
+ <summary>Occurs when this designer is activated.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.Container">
+ <summary>Gets the container for this designer host.</summary>
+ <returns>The <see cref="T:System.ComponentModel.IContainer" /> for this host.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.CreateComponent(System.Type)">
+ <summary>Creates a component of the specified type and adds it to the design document.</summary>
+ <param name="componentClass">The type of the component to create.</param>
+ <returns>The newly created component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.CreateComponent(System.Type,System.String)">
+ <summary>Creates a component of the specified type and name, and adds it to the design document.</summary>
+ <param name="componentClass">The type of the component to create.</param>
+ <param name="name">The name for the component.</param>
+ <returns>The newly created component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.CreateTransaction">
+ <summary>Creates a <see cref="T:System.ComponentModel.Design.DesignerTransaction" /> that can encapsulate event sequences to improve performance and enable undo and redo support functionality.</summary>
+ <returns>A new instance of <see cref="T:System.ComponentModel.Design.DesignerTransaction" />. When you complete the steps in your transaction, you should call <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit" /> on this object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.CreateTransaction(System.String)">
+ <summary>Creates a <see cref="T:System.ComponentModel.Design.DesignerTransaction" /> that can encapsulate event sequences to improve performance and enable undo and redo support functionality, using the specified transaction description.</summary>
+ <param name="description">A title or description for the newly created transaction.</param>
+ <returns>A new <see cref="T:System.ComponentModel.Design.DesignerTransaction" />. When you have completed the steps in your transaction, you should call <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit" /> on this object.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.Deactivated">
+ <summary>Occurs when this designer is deactivated.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.DestroyComponent(System.ComponentModel.IComponent)">
+ <summary>Destroys the specified component and removes it from the designer container.</summary>
+ <param name="component">The component to destroy.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.GetDesigner(System.ComponentModel.IComponent)">
+ <summary>Gets the designer instance that contains the specified component.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to retrieve the designer for.</param>
+ <returns>An <see cref="T:System.ComponentModel.Design.IDesigner" />, or <see langword="null" /> if there is no designer for the specified component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerHost.GetType(System.String)">
+ <summary>Gets an instance of the specified, fully qualified type name.</summary>
+ <param name="typeName">The name of the type to load.</param>
+ <returns>The type object for the specified type name, or <see langword="null" /> if the type cannot be found.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.InTransaction">
+ <summary>Gets a value indicating whether the designer host is currently in a transaction.</summary>
+ <returns>
+ <see langword="true" /> if a transaction is in progress; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.LoadComplete">
+ <summary>Occurs when this designer completes loading its document.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.Loading">
+ <summary>Gets a value indicating whether the designer host is currently loading the document.</summary>
+ <returns>
+ <see langword="true" /> if the designer host is currently loading the document; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.RootComponent">
+ <summary>Gets the instance of the base class used as the root component for the current design.</summary>
+ <returns>The instance of the root component class.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.RootComponentClassName">
+ <summary>Gets the fully qualified name of the class being designed.</summary>
+ <returns>The fully qualified name of the base component class.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed">
+ <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed" /> event.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing">
+ <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing" /> event.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHost.TransactionDescription">
+ <summary>Gets the description of the current transaction.</summary>
+ <returns>A description of the current transaction.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionOpened">
+ <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionOpened" /> event.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionOpening">
+ <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionOpening" /> event.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesignerHostTransactionState">
+ <summary>Specifies methods for the designer host to report on the state of transactions.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.IDesignerHostTransactionState.IsClosingTransaction">
+ <summary>Gets a value indicating whether the designer host is closing a transaction.</summary>
+ <returns>
+ <see langword="true" /> if the designer is closing a transaction; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDesignerOptionService">
+ <summary>Provides access to the designer options located on the Tools menu under the Options command in the Visual Studio development environment.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String)">
+ <summary>Gets the value of the specified Windows Forms Designer option.</summary>
+ <param name="pageName">The name of the page that defines the option.</param>
+ <param name="valueName">The name of the option property.</param>
+ <returns>The value of the specified option.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object)">
+ <summary>Sets the value of the specified Windows Forms Designer option.</summary>
+ <param name="pageName">The name of the page that defines the option.</param>
+ <param name="valueName">The name of the option property.</param>
+ <param name="value">The new value.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IDictionaryService">
+ <summary>Provides a basic, component site-specific, key-value pair dictionary through a service that a designer can use to store user-defined data.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDictionaryService.GetKey(System.Object)">
+ <summary>Gets the key corresponding to the specified value.</summary>
+ <param name="value">The value to look up in the dictionary.</param>
+ <returns>The associated key, or <see langword="null" /> if no key exists.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDictionaryService.GetValue(System.Object)">
+ <summary>Gets the value corresponding to the specified key.</summary>
+ <param name="key">The key to look up the value for.</param>
+ <returns>The associated value, or <see langword="null" /> if no value exists.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IDictionaryService.SetValue(System.Object,System.Object)">
+ <summary>Sets the specified key-value pair.</summary>
+ <param name="key">An object to use as the key to associate the value with.</param>
+ <param name="value">The value to store.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IEventBindingService">
+ <summary>Provides a service for registering event handlers for component events.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
+ <summary>Creates a unique name for an event-handler method for the specified component and event.</summary>
+ <param name="component">The component instance the event is connected to.</param>
+ <param name="e">The event to create a name for.</param>
+ <returns>The recommended name for the event-handler method for this event.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods(System.ComponentModel.EventDescriptor)">
+ <summary>Gets a collection of event-handler methods that have a method signature compatible with the specified event.</summary>
+ <param name="e">The event to get the compatible event-handler methods for.</param>
+ <returns>A collection of strings.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.GetEvent(System.ComponentModel.PropertyDescriptor)">
+ <summary>Gets an <see cref="T:System.ComponentModel.EventDescriptor" /> for the event that the specified property descriptor represents, if it represents an event.</summary>
+ <param name="property">The property that represents an event.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> for the event that the property represents, or <see langword="null" /> if the property does not represent an event.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.GetEventProperties(System.ComponentModel.EventDescriptorCollection)">
+ <summary>Converts a set of event descriptors to a set of property descriptors.</summary>
+ <param name="events">The events to convert to properties.</param>
+ <returns>An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects that describe the event set.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.GetEventProperty(System.ComponentModel.EventDescriptor)">
+ <summary>Converts a single event descriptor to a property descriptor.</summary>
+ <param name="e">The event to convert.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that describes the event.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode">
+ <summary>Displays the user code for the designer.</summary>
+ <returns>
+ <see langword="true" /> if the code is displayed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
+ <summary>Displays the user code for the specified event.</summary>
+ <param name="component">The component that the event is connected to.</param>
+ <param name="e">The event to display.</param>
+ <returns>
+ <see langword="true" /> if the code is displayed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode(System.Int32)">
+ <summary>Displays the user code for the designer at the specified line.</summary>
+ <param name="lineNumber">The line number to place the caret on.</param>
+ <returns>
+ <see langword="true" /> if the code is displayed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IExtenderListService">
+ <summary>Provides an interface that can list extender providers.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IExtenderListService.GetExtenderProviders">
+ <summary>Gets the set of extender providers for the component.</summary>
+ <returns>An array of type <see cref="T:System.ComponentModel.IExtenderProvider" /> that lists the active extender providers. If there are no providers, an empty array is returned.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IExtenderProviderService">
+ <summary>Provides an interface for adding and removing extender providers at design time.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IExtenderProviderService.AddExtenderProvider(System.ComponentModel.IExtenderProvider)">
+ <summary>Adds the specified extender provider.</summary>
+ <param name="provider">The extender provider to add.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IExtenderProviderService.RemoveExtenderProvider(System.ComponentModel.IExtenderProvider)">
+ <summary>Removes the specified extender provider.</summary>
+ <param name="provider">The extender provider to remove.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IHelpService">
+ <summary>Provides methods for showing Help topics and adding and removing Help keywords at design time.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.AddContextAttribute(System.String,System.String,System.ComponentModel.Design.HelpKeywordType)">
+ <summary>Adds a context attribute to the document.</summary>
+ <param name="name">The name of the attribute to add.</param>
+ <param name="value">The value of the attribute.</param>
+ <param name="keywordType">The type of the keyword, from the enumeration <see cref="T:System.ComponentModel.Design.HelpKeywordType" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.ClearContextAttributes">
+ <summary>Removes all existing context attributes from the document.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.CreateLocalContext(System.ComponentModel.Design.HelpContextType)">
+ <summary>Creates a local <see cref="T:System.ComponentModel.Design.IHelpService" /> to manage subcontexts.</summary>
+ <param name="contextType">The priority type of the subcontext to add.</param>
+ <returns>The newly created <see cref="T:System.ComponentModel.Design.IHelpService" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.RemoveContextAttribute(System.String,System.String)">
+ <summary>Removes a previously added context attribute.</summary>
+ <param name="name">The name of the attribute to remove.</param>
+ <param name="value">The value of the attribute to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.RemoveLocalContext(System.ComponentModel.Design.IHelpService)">
+ <summary>Removes a context created with <see cref="M:System.ComponentModel.Design.IHelpService.CreateLocalContext(System.ComponentModel.Design.HelpContextType)" />.</summary>
+ <param name="localContext">The local context <see cref="T:System.ComponentModel.Design.IHelpService" /> to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.ShowHelpFromKeyword(System.String)">
+ <summary>Shows the Help topic that corresponds to the specified keyword.</summary>
+ <param name="helpKeyword">The keyword of the Help topic to display.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IHelpService.ShowHelpFromUrl(System.String)">
+ <summary>Shows the Help topic that corresponds to the specified URL.</summary>
+ <param name="helpUrl">The URL of the Help topic to display.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IInheritanceService">
+ <summary>Provides methods for identifying the components of a component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IInheritanceService.AddInheritedComponents(System.ComponentModel.IComponent,System.ComponentModel.IContainer)">
+ <summary>Searches the specified component for fields that implement the <see cref="T:System.ComponentModel.IComponent" /> interface and adds each to the specified container, storing the inheritance level of each which can be retrieved using the <see cref="M:System.ComponentModel.Design.IInheritanceService.GetInheritanceAttribute(System.ComponentModel.IComponent)" /> method.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to search. Searching begins with this component.</param>
+ <param name="container">The <see cref="T:System.ComponentModel.IContainer" /> to add components to.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IInheritanceService.GetInheritanceAttribute(System.ComponentModel.IComponent)">
+ <summary>Gets the inheritance attribute for the specified component.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> for which to retrieve the inheritance attribute.</param>
+ <returns>An instance of <see cref="T:System.ComponentModel.InheritanceAttribute" /> that describes the level of inheritance of the specified component.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IMenuCommandService">
+ <summary>Provides methods to manage the global designer verbs and menu commands available in design mode, and to show some types of shortcut menus.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.AddCommand(System.ComponentModel.Design.MenuCommand)">
+ <summary>Adds the specified standard menu command to the menu.</summary>
+ <param name="command">The <see cref="T:System.ComponentModel.Design.MenuCommand" /> to add.</param>
+ <exception cref="T:System.InvalidOperationException">The <see cref="T:System.ComponentModel.Design.CommandID" /> of the specified <see cref="T:System.ComponentModel.Design.MenuCommand" /> is already present on a menu.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.AddVerb(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Adds the specified designer verb to the set of global designer verbs.</summary>
+ <param name="verb">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to add.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.FindCommand(System.ComponentModel.Design.CommandID)">
+ <summary>Searches for the specified command ID and returns the menu command associated with it.</summary>
+ <param name="commandID">The <see cref="T:System.ComponentModel.Design.CommandID" /> to search for.</param>
+ <returns>The <see cref="T:System.ComponentModel.Design.MenuCommand" /> associated with the command ID, or <see langword="null" /> if no command is found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.GlobalInvoke(System.ComponentModel.Design.CommandID)">
+ <summary>Invokes a menu or designer verb command matching the specified command ID.</summary>
+ <param name="commandID">The <see cref="T:System.ComponentModel.Design.CommandID" /> of the command to search for and execute.</param>
+ <returns>
+ <see langword="true" /> if the command was found and invoked successfully; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.RemoveCommand(System.ComponentModel.Design.MenuCommand)">
+ <summary>Removes the specified standard menu command from the menu.</summary>
+ <param name="command">The <see cref="T:System.ComponentModel.Design.MenuCommand" /> to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.RemoveVerb(System.ComponentModel.Design.DesignerVerb)">
+ <summary>Removes the specified designer verb from the collection of global designer verbs.</summary>
+ <param name="verb">The <see cref="T:System.ComponentModel.Design.DesignerVerb" /> to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IMenuCommandService.ShowContextMenu(System.ComponentModel.Design.CommandID,System.Int32,System.Int32)">
+ <summary>Shows the specified shortcut menu at the specified location.</summary>
+ <param name="menuID">The <see cref="T:System.ComponentModel.Design.CommandID" /> for the shortcut menu to show.</param>
+ <param name="x">The x-coordinate at which to display the menu, in screen coordinates.</param>
+ <param name="y">The y-coordinate at which to display the menu, in screen coordinates.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.IMenuCommandService.Verbs">
+ <summary>Gets a collection of the designer verbs that are currently available.</summary>
+ <returns>A <see cref="T:System.ComponentModel.Design.DesignerVerbCollection" /> that contains the designer verbs that are currently available.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IReferenceService">
+ <summary>Provides an interface for obtaining references to objects within a project by name or type, obtaining the name of a specified object, and for locating the parent of a specified object within a designer project.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IReferenceService.GetComponent(System.Object)">
+ <summary>Gets the component that contains the specified component.</summary>
+ <param name="reference">The object to retrieve the parent component for.</param>
+ <returns>The base <see cref="T:System.ComponentModel.IComponent" /> that contains the specified object, or <see langword="null" /> if no parent component exists.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IReferenceService.GetName(System.Object)">
+ <summary>Gets the name of the specified component.</summary>
+ <param name="reference">The object to return the name of.</param>
+ <returns>The name of the object referenced, or <see langword="null" /> if the object reference is not valid.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IReferenceService.GetReference(System.String)">
+ <summary>Gets a reference to the component whose name matches the specified name.</summary>
+ <param name="name">The name of the component to return a reference to.</param>
+ <returns>An object the specified name refers to, or <see langword="null" /> if no reference is found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IReferenceService.GetReferences">
+ <summary>Gets all available references to project components.</summary>
+ <returns>An array of all objects with references available to the <see cref="T:System.ComponentModel.Design.IReferenceService" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IReferenceService.GetReferences(System.Type)">
+ <summary>Gets all available references to components of the specified type.</summary>
+ <param name="baseType">The type of object to return references to instances of.</param>
+ <returns>An array of all available objects of the specified type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IResourceService">
+ <summary>Provides an interface for designers to access resource readers and writers for specific <see cref="T:System.Globalization.CultureInfo" /> resource types.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IResourceService.GetResourceReader(System.Globalization.CultureInfo)">
+ <summary>Locates the resource reader for the specified culture and returns it.</summary>
+ <param name="info">The <see cref="T:System.Globalization.CultureInfo" /> of the resource for which to retrieve a resource reader.</param>
+ <returns>An <see cref="T:System.Resources.IResourceReader" /> interface that contains the resources for the culture, or <see langword="null" /> if no resources for the culture exist.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.IResourceService.GetResourceWriter(System.Globalization.CultureInfo)">
+ <summary>Locates the resource writer for the specified culture and returns it.</summary>
+ <param name="info">The <see cref="T:System.Globalization.CultureInfo" /> of the resource for which to create a resource writer.</param>
+ <returns>An <see cref="T:System.Resources.IResourceWriter" /> interface for the specified culture.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.IRootDesigner">
+ <summary>Provides support for root-level designer view technologies.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IRootDesigner.GetView(System.ComponentModel.Design.ViewTechnology)">
+ <summary>Gets a view object for the specified view technology.</summary>
+ <param name="technology">A <see cref="T:System.ComponentModel.Design.ViewTechnology" /> that indicates a particular view technology.</param>
+ <returns>An object that represents the view for this designer.</returns>
+ <exception cref="T:System.ArgumentException">The specified view technology is not supported or does not exist.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.IRootDesigner.SupportedTechnologies">
+ <summary>Gets the set of technologies that this designer can support for its display.</summary>
+ <returns>An array of supported <see cref="T:System.ComponentModel.Design.ViewTechnology" /> values.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ISelectionService">
+ <summary>Provides an interface for a designer to select components.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ISelectionService.GetComponentSelected(System.Object)">
+ <summary>Gets a value indicating whether the specified component is currently selected.</summary>
+ <param name="component">The component to test.</param>
+ <returns>
+ <see langword="true" /> if the component is part of the user's current selection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ISelectionService.GetSelectedComponents">
+ <summary>Gets a collection of components that are currently selected.</summary>
+ <returns>A collection that represents the current set of components that are selected.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ISelectionService.PrimarySelection">
+ <summary>Gets the object that is currently the primary selected object.</summary>
+ <returns>The object that is currently the primary selected object.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.ISelectionService.SelectionChanged">
+ <summary>Occurs when the current selection changes.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.ISelectionService.SelectionChanging">
+ <summary>Occurs when the current selection is about to change.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.ISelectionService.SelectionCount">
+ <summary>Gets the count of selected objects.</summary>
+ <returns>The number of selected objects.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ISelectionService.SetSelectedComponents(System.Collections.ICollection)">
+ <summary>Selects the specified collection of components.</summary>
+ <param name="components">The collection of components to select.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.ISelectionService.SetSelectedComponents(System.Collections.ICollection,System.ComponentModel.Design.SelectionTypes)">
+ <summary>Selects the components from within the specified collection of components that match the specified selection type.</summary>
+ <param name="components">The collection of components to select.</param>
+ <param name="selectionType">A value from the <see cref="T:System.ComponentModel.Design.SelectionTypes" /> enumeration. The default is <see cref="F:System.ComponentModel.Design.SelectionTypes.Normal" />.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.IServiceContainer">
+ <summary>Provides a container for services.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
+ <summary>Adds the specified service to the service container, and optionally promotes the service to parent service containers.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.</param>
+ <param name="promote">
+ <see langword="true" /> to promote this request to any parent service containers; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.Object)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the <paramref name="serviceType" /> parameter.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.Object,System.Boolean)">
+ <summary>Adds the specified service to the service container, and optionally promotes the service to any parent service containers.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the <paramref name="serviceType" /> parameter.</param>
+ <param name="promote">
+ <see langword="true" /> to promote this request to any parent service containers; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.RemoveService(System.Type)">
+ <summary>Removes the specified service type from the service container.</summary>
+ <param name="serviceType">The type of service to remove.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.IServiceContainer.RemoveService(System.Type,System.Boolean)">
+ <summary>Removes the specified service type from the service container, and optionally promotes the service to parent service containers.</summary>
+ <param name="serviceType">The type of service to remove.</param>
+ <param name="promote">
+ <see langword="true" /> to promote this request to any parent service containers; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.ITreeDesigner">
+ <summary>Provides support for building a set of related custom designers.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.ITreeDesigner.Children">
+ <summary>Gets a collection of child designers.</summary>
+ <returns>An <see cref="T:System.Collections.ICollection" />, containing the collection of <see cref="T:System.ComponentModel.Design.IDesigner" /> child objects of the current designer.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.ITreeDesigner.Parent">
+ <summary>Gets the parent designer.</summary>
+ <returns>An <see cref="T:System.ComponentModel.Design.IDesigner" /> representing the parent designer, or <see langword="null" /> if there is no parent.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ITypeDescriptorFilterService">
+ <summary>Provides an interface to modify the set of member descriptors for a component in design mode.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes(System.ComponentModel.IComponent,System.Collections.IDictionary)">
+ <summary>Filters the attributes that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="component">The component to filter the attributes of.</param>
+ <param name="attributes">A dictionary of attributes that can be modified.</param>
+ <returns>
+ <see langword="true" /> if the set of filtered attributes is to be cached; <see langword="false" /> if the filter service must query again.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents(System.ComponentModel.IComponent,System.Collections.IDictionary)">
+ <summary>Filters the events that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="component">The component to filter events for.</param>
+ <param name="events">A dictionary of events that can be modified.</param>
+ <returns>
+ <see langword="true" /> if the set of filtered events is to be cached; <see langword="false" /> if the filter service must query again.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterProperties(System.ComponentModel.IComponent,System.Collections.IDictionary)">
+ <summary>Filters the properties that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ <param name="component">The component to filter properties for.</param>
+ <param name="properties">A dictionary of properties that can be modified.</param>
+ <returns>
+ <see langword="true" /> if the set of filtered properties is to be cached; <see langword="false" /> if the filter service must query again.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ITypeDiscoveryService">
+ <summary>Discovers available types at design time.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeDiscoveryService.GetTypes(System.Type,System.Boolean)">
+ <summary>Retrieves the list of available types.</summary>
+ <param name="baseType">The base type to match. Can be <see langword="null" />.</param>
+ <param name="excludeGlobalTypes">Indicates whether types from all referenced assemblies should be checked.</param>
+ <returns>A collection of types that match the criteria specified by <paramref name="baseType" /> and <paramref name="excludeGlobalTypes" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ITypeResolutionService">
+ <summary>Provides an interface to retrieve an assembly or type by name.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetAssembly(System.Reflection.AssemblyName)">
+ <summary>Gets the requested assembly.</summary>
+ <param name="name">The name of the assembly to retrieve.</param>
+ <returns>An instance of the requested assembly, or <see langword="null" /> if no assembly can be located.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetAssembly(System.Reflection.AssemblyName,System.Boolean)">
+ <summary>Gets the requested assembly.</summary>
+ <param name="name">The name of the assembly to retrieve.</param>
+ <param name="throwOnError">
+ <see langword="true" /> if this method should throw an exception if the assembly cannot be located; otherwise, <see langword="false" />, and this method returns <see langword="null" /> if the assembly cannot be located.</param>
+ <returns>An instance of the requested assembly, or <see langword="null" /> if no assembly can be located.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetPathOfAssembly(System.Reflection.AssemblyName)">
+ <summary>Gets the path to the file from which the assembly was loaded.</summary>
+ <param name="name">The name of the assembly.</param>
+ <returns>The path to the file from which the assembly was loaded.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)">
+ <summary>Loads a type with the specified name.</summary>
+ <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies.</param>
+ <returns>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or <see langword="null" /> if no type can be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)">
+ <summary>Loads a type with the specified name.</summary>
+ <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies.</param>
+ <param name="throwOnError">
+ <see langword="true" /> if this method should throw an exception if the assembly cannot be located; otherwise, <see langword="false" />, and this method returns <see langword="null" /> if the assembly cannot be located.</param>
+ <returns>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or <see langword="null" /> if no type can be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)">
+ <summary>Loads a type with the specified name.</summary>
+ <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies.</param>
+ <param name="throwOnError">
+ <see langword="true" /> if this method should throw an exception if the assembly cannot be located; otherwise, <see langword="false" />, and this method returns <see langword="null" /> if the assembly cannot be located.</param>
+ <param name="ignoreCase">
+ <see langword="true" /> to ignore case when searching for types; otherwise, <see langword="false" />.</param>
+ <returns>An instance of <see cref="T:System.Type" /> that corresponds to the specified name, or <see langword="null" /> if no type can be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ITypeResolutionService.ReferenceAssembly(System.Reflection.AssemblyName)">
+ <summary>Adds a reference to the specified assembly.</summary>
+ <param name="name">An <see cref="T:System.Reflection.AssemblyName" /> that indicates the assembly to reference.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.MenuCommand">
+ <summary>Represents a Windows menu or toolbar command item.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.MenuCommand.#ctor(System.EventHandler,System.ComponentModel.Design.CommandID)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.MenuCommand" /> class.</summary>
+ <param name="handler">The event to raise when the user selects the menu item or toolbar button.</param>
+ <param name="command">The unique command ID that links this menu command to the environment's menu.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.Checked">
+ <summary>Gets or sets a value indicating whether this menu item is checked.</summary>
+ <returns>
+ <see langword="true" /> if the item is checked; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="E:System.ComponentModel.Design.MenuCommand.CommandChanged">
+ <summary>Occurs when the menu command changes.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.CommandID">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> associated with this menu command.</summary>
+ <returns>The <see cref="T:System.ComponentModel.Design.CommandID" /> associated with the menu command.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.Enabled">
+ <summary>Gets a value indicating whether this menu item is available.</summary>
+ <returns>
+ <see langword="true" /> if the item is enabled; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.MenuCommand.Invoke">
+ <summary>Invokes the command.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.MenuCommand.Invoke(System.Object)">
+ <summary>Invokes the command with the given parameter.</summary>
+ <param name="arg">An optional argument for use by the command.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.OleStatus">
+ <summary>Gets the OLE command status code for this menu item.</summary>
+ <returns>An integer containing a mixture of status flags that reflect the state of this menu item.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.MenuCommand.OnCommandChanged(System.EventArgs)">
+ <summary>Raises the <see cref="E:System.ComponentModel.Design.MenuCommand.CommandChanged" /> event.</summary>
+ <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.Properties">
+ <summary>Gets the public properties associated with the <see cref="T:System.ComponentModel.Design.MenuCommand" />.</summary>
+ <returns>An <see cref="T:System.Collections.IDictionary" /> containing the public properties of the <see cref="T:System.ComponentModel.Design.MenuCommand" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.Supported">
+ <summary>Gets or sets a value indicating whether this menu item is supported.</summary>
+ <returns>
+ <see langword="true" /> if the item is supported, which is the default; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.MenuCommand.ToString">
+ <summary>Returns a string representation of this menu command.</summary>
+ <returns>A string containing the value of the <see cref="P:System.ComponentModel.Design.MenuCommand.CommandID" /> property appended with the names of any flags that are set, separated by pipe bars (|). These flag properties include <see cref="P:System.ComponentModel.Design.MenuCommand.Checked" />, <see cref="P:System.ComponentModel.Design.MenuCommand.Enabled" />, <see cref="P:System.ComponentModel.Design.MenuCommand.Supported" />, and <see cref="P:System.ComponentModel.Design.MenuCommand.Visible" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.MenuCommand.Visible">
+ <summary>Gets or sets a value indicating whether this menu item is visible.</summary>
+ <returns>
+ <see langword="true" /> if the item is visible; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.SelectionTypes">
+ <summary>Defines identifiers that indicate the type of a selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Add">
+ <summary>Represents an add selection that adds the selected components to the current selection, maintaining the current set of selected components.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Auto">
+ <summary>Represents a regular selection. The selection service responds to the CTRL and SHIFT keys to support adding or removing components to or from the selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Click">
+ <summary>Represents a selection that occurs when a user clicks a component. If the newly selected component is already selected, it is promoted to be the primary selected component rather than being canceled.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.MouseDown">
+ <summary>Represents a selection that occurs when the user presses on the mouse button while the mouse pointer is over a component. If the component under the pointer is already selected, it is promoted to become the primary selected component rather than being canceled.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.MouseUp">
+ <summary>Represents a selection that occurs when the user releases the mouse button immediately after a component has been selected. If the newly selected component is already selected, it is promoted to be the primary selected component rather than being canceled.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Normal">
+ <summary>Represents a regular selection. The selection service responds to the CTRL and SHIFT keys to support adding or removing components to or from the selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Primary">
+ <summary>Represents a primary selection that occurs when a user clicks on a component. If a component in the selection list is already selected, the component is promoted to be the primary selection.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Remove">
+ <summary>Represents a remove selection that removes the selected components from the current selection, maintaining the current set of selected components.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Replace">
+ <summary>Represents a selection that occurs when the content of a selection is replaced. The selection service replaces the current selection with the replacement.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Toggle">
+ <summary>Represents a toggle selection that switches between the current selection and the provided selection. If a component is already selected and is passed into <see cref="Overload:System.ComponentModel.Design.ISelectionService.SetSelectedComponents" /> with a selection type of <see cref="F:System.ComponentModel.Design.SelectionTypes.Toggle" />, the component selection will be canceled.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.SelectionTypes.Valid">
+ <summary>Identifies the valid selection types as <see cref="F:System.ComponentModel.Design.SelectionTypes.Normal" />, <see cref="F:System.ComponentModel.Design.SelectionTypes.Replace" />, <see cref="F:System.ComponentModel.Design.SelectionTypes.MouseDown" />, <see cref="F:System.ComponentModel.Design.SelectionTypes.MouseUp" />, or <see cref="F:System.ComponentModel.Design.SelectionTypes.Click" />.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.ComponentSerializationService">
+ <summary>Provides the base class for serializing a set of components or serializable objects into a serialization store.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ComponentSerializationService" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.CreateStore">
+ <summary>Creates a new <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" />.</summary>
+ <returns>A new created serialization store.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Deserialize(System.ComponentModel.Design.Serialization.SerializationStore)">
+ <summary>Deserializes the given store to produce a collection of objects.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to deserialize.</param>
+ <returns>A collection of objects created according to the stored state.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> does not contain data in a format the serialization container can process.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Deserialize(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer)">
+ <summary>Deserializes the given store and populates the given <see cref="T:System.ComponentModel.IContainer" /> with deserialized <see cref="T:System.ComponentModel.IComponent" /> objects.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to deserialize.</param>
+ <param name="container">The <see cref="T:System.ComponentModel.IContainer" /> to which <see cref="T:System.ComponentModel.IComponent" /> objects will be added.</param>
+ <returns>A collection of objects created according to the stored state.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="container" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> does not contain data in a format the serialization container can process.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer)">
+ <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to the given container.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to deserialize.</param>
+ <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent" /> objects will be added.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="container" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> does not contain data in a format the serialization container can process.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer,System.Boolean)">
+ <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to the given container, optionally validating recycled types.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to deserialize.</param>
+ <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent" /> objects will be added.</param>
+ <param name="validateRecycledTypes">
+ <see langword="true" /> to guarantee that the deserialization will only work if applied to an object of the same type.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="container" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> does not contain data in a format the serialization container can process.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer,System.Boolean,System.Boolean)">
+ <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to the given container, optionally applying default property values.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to deserialize.</param>
+ <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent" /> objects will be added.</param>
+ <param name="validateRecycledTypes">
+ <see langword="true" /> to guarantee that the deserialization will only work if applied to an object of the same type.</param>
+ <param name="applyDefaults">
+ <see langword="true" /> to indicate that the default property values should be applied.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="container" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> does not contain data in a format the serialization container can process.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.LoadStore(System.IO.Stream)">
+ <summary>Loads a <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> from a stream.</summary>
+ <param name="stream">The <see cref="T:System.IO.Stream" /> from which the store will be loaded.</param>
+ <returns>A new <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> instance.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="stream" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="stream" /> does not contain data saved by a previous call to <see cref="M:System.ComponentModel.Design.Serialization.SerializationStore.Save(System.IO.Stream)" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Serialize(System.ComponentModel.Design.Serialization.SerializationStore,System.Object)">
+ <summary>Serializes the given object to the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" />.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to which the state of <paramref name="value" /> will be written.</param>
+ <param name="value">The object to serialize.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> is closed, or <paramref name="store" /> is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore,System.Object)">
+ <summary>Serializes the given object, accounting for default property values.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to which the state of <paramref name="value" /> will be serialized.</param>
+ <param name="value">The object to serialize.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> is closed, or <paramref name="store" /> is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeMember(System.ComponentModel.Design.Serialization.SerializationStore,System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Serializes the given member on the given object.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to which the state of <paramref name="member" /> will be serialized.</param>
+ <param name="owningObject">The object to which <paramref name="member" /> is attached.</param>
+ <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor" /> specifying the member to serialize.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> is closed, or <paramref name="store" /> is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore,System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Serializes the given member on the given object, accounting for the default property value.</summary>
+ <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> to which the state of <paramref name="member" /> will be serialized.</param>
+ <param name="owningObject">The object to which <paramref name="member" /> is attached.</param>
+ <param name="member">The member to serialize.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="store" /> or <paramref name="value" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.InvalidOperationException">
+ <paramref name="store" /> is closed, or <paramref name="store" /> is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.ContextStack">
+ <summary>Provides a stack object that can be used by a serializer to make information available to nested serializers.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ContextStack.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Append(System.Object)">
+ <summary>Appends an object to the end of the stack, rather than pushing it onto the top of the stack.</summary>
+ <param name="context">A context object to append to the stack.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="context" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Current">
+ <summary>Gets the current object on the stack.</summary>
+ <returns>The current object on the stack, or <see langword="null" /> if no objects were pushed.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Item(System.Int32)">
+ <summary>Gets the object on the stack at the specified level.</summary>
+ <param name="level">The level of the object to retrieve on the stack. Level 0 is the top of the stack, level 1 is the next down, and so on. This level must be 0 or greater. If level is greater than the number of levels on the stack, it returns <see langword="null" />.</param>
+ <returns>The object on the stack at the specified level, or <see langword="null" /> if no object exists at that level.</returns>
+ <exception cref="T:System.ArgumentOutOfRangeException">
+ <paramref name="level" /> is less than 0.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Item(System.Type)">
+ <summary>Gets the first object on the stack that inherits from or implements the specified type.</summary>
+ <param name="type">A type to retrieve from the context stack.</param>
+ <returns>The first object on the stack that inherits from or implements the specified type, or <see langword="null" /> if no object on the stack implements the type.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Pop">
+ <summary>Removes the current object off of the stack, returning its value.</summary>
+ <returns>The object removed from the stack; <see langword="null" /> if no objects are on the stack.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Push(System.Object)">
+ <summary>Pushes, or places, the specified object onto the stack.</summary>
+ <param name="context">The context object to push onto the stack.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="context" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute">
+ <summary>The <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute" /> attribute is placed on a serializer to indicate the class to use as a default provider of that type of serializer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute" /> class with the named provider type.</summary>
+ <param name="providerTypeName">The name of the serialization provider type.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="providerTypeName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute" /> class with the given provider type.</summary>
+ <param name="providerType">The <see cref="T:System.Type" /> of the serialization provider.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="providerType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.ProviderTypeName">
+ <summary>Gets the type name of the serialization provider.</summary>
+ <returns>A string containing the name of the provider.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.DesignerLoader">
+ <summary>Provides a basic designer loader interface that can be used to implement a custom designer loader.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerLoader" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost)">
+ <summary>Begins loading a designer.</summary>
+ <param name="host">The loader host through which this loader loads components.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.Serialization.DesignerLoader" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.Flush">
+ <summary>Writes cached changes to the location that the designer was loaded from.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.DesignerLoader.Loading">
+ <summary>Gets a value indicating whether the loader is currently loading a document.</summary>
+ <returns>
+ <see langword="true" /> if the loader is currently loading a document; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute">
+ <summary>Indicates a serializer for the serialization manager to use to serialize the values of the type this attribute is applied to. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute" /> class.</summary>
+ <param name="serializerTypeName">The fully qualified name of the data type of the serializer.</param>
+ <param name="baseSerializerTypeName">The fully qualified name of the base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.String,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute" /> class.</summary>
+ <param name="serializerTypeName">The fully qualified name of the data type of the serializer.</param>
+ <param name="baseSerializerType">The base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.Type,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute" /> class.</summary>
+ <param name="serializerType">The data type of the serializer.</param>
+ <param name="baseSerializerType">The base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.SerializerBaseTypeName">
+ <summary>Gets the fully qualified type name of the serializer base type.</summary>
+ <returns>The fully qualified type name of the serializer base type.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.SerializerTypeName">
+ <summary>Gets the fully qualified type name of the serializer.</summary>
+ <returns>The fully qualified type name of the serializer.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.TypeId">
+ <summary>Indicates a unique ID for this attribute type.</summary>
+ <returns>A unique ID for this attribute type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerLoaderHost">
+ <summary>Provides an interface that can extend a designer host to support loading from a serialized state.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.EndLoad(System.String,System.Boolean,System.Collections.ICollection)">
+ <summary>Ends the designer loading operation.</summary>
+ <param name="baseClassName">The fully qualified name of the base class of the document that this designer is designing.</param>
+ <param name="successful">
+ <see langword="true" /> if the designer is successfully loaded; otherwise, <see langword="false" />.</param>
+ <param name="errorCollection">A collection containing the errors encountered during load, if any. If no errors were encountered, pass either an empty collection or <see langword="null" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.Reload">
+ <summary>Reloads the design document.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerLoaderHost2">
+ <summary>Provides an interface that extends <see cref="T:System.ComponentModel.Design.Serialization.IDesignerLoaderHost" /> to specify whether errors are tolerated while loading a design document.</summary>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.IDesignerLoaderHost2.CanReloadWithErrors">
+ <summary>Gets or sets a value indicating whether it is possible to reload with errors.</summary>
+ <returns>
+ <see langword="true" /> if the designer loader can reload the design document when errors are detected; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.IDesignerLoaderHost2.IgnoreErrorsDuringReload">
+ <summary>Gets or sets a value indicating whether errors should be ignored when <see cref="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.Reload" /> is called.</summary>
+ <returns>
+ <see langword="true" /> if the designer loader will ignore errors when it reloads; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerLoaderService">
+ <summary>Provides an interface that can extend a designer loader to support asynchronous loading of external components.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.AddLoadDependency">
+ <summary>Registers an external component as part of the load process managed by this interface.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete(System.Boolean,System.Collections.ICollection)">
+ <summary>Signals that a dependent load has finished.</summary>
+ <param name="successful">
+ <see langword="true" /> if the load of the designer is successful; <see langword="false" /> if errors prevented the load from finishing.</param>
+ <param name="errorCollection">A collection of errors that occurred during the load, if any. If no errors occurred, pass either an empty collection or <see langword="null" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.Reload">
+ <summary>Reloads the design document.</summary>
+ <returns>
+ <see langword="true" /> if the reload request is accepted, or <see langword="false" /> if the loader does not allow the reload.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager">
+ <summary>Provides an interface that can manage design-time serialization.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
+ <summary>Adds the specified serialization provider to the serialization manager.</summary>
+ <param name="provider">The serialization provider to add.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Context">
+ <summary>Gets a stack-based, user-defined storage area that is useful for communication between serializers.</summary>
+ <returns>A <see cref="T:System.ComponentModel.Design.Serialization.ContextStack" /> that stores data.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(System.Type,System.Collections.ICollection,System.String,System.Boolean)">
+ <summary>Creates an instance of the specified type and adds it to a collection of named instances.</summary>
+ <param name="type">The data type to create.</param>
+ <param name="arguments">The arguments to pass to the constructor for this type.</param>
+ <param name="name">The name of the object. This name can be used to access the object later through <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetInstance(System.String)" />. If <see langword="null" /> is passed, the object is still created but cannot be accessed by name.</param>
+ <param name="addToContainer">If <see langword="true" />, this object is added to the design container. The object must implement <see cref="T:System.ComponentModel.IComponent" /> for this to have any effect.</param>
+ <returns>The newly created object instance.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetInstance(System.String)">
+ <summary>Gets an instance of a created object of the specified name, or <see langword="null" /> if that object does not exist.</summary>
+ <param name="name">The name of the object to retrieve.</param>
+ <returns>An instance of the object with the given name, or <see langword="null" /> if no object by that name can be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetName(System.Object)">
+ <summary>Gets the name of the specified object, or <see langword="null" /> if the object has no name.</summary>
+ <param name="value">The object to retrieve the name for.</param>
+ <returns>The name of the object, or <see langword="null" /> if the object is unnamed.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetSerializer(System.Type,System.Type)">
+ <summary>Gets a serializer of the requested type for the specified object type.</summary>
+ <param name="objectType">The type of the object to get the serializer for.</param>
+ <param name="serializerType">The type of the serializer to retrieve.</param>
+ <returns>An instance of the requested serializer, or <see langword="null" /> if no appropriate serializer can be located.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType(System.String)">
+ <summary>Gets a type of the specified name.</summary>
+ <param name="typeName">The fully qualified name of the type to load.</param>
+ <returns>An instance of the type, or <see langword="null" /> if the type cannot be loaded.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties">
+ <summary>Indicates custom properties that can be serializable with available serializers.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> containing the properties to be serialized.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
+ <summary>Removes a custom serialization provider from the serialization manager.</summary>
+ <param name="provider">The provider to remove. This object must have been added using <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ReportError(System.Object)">
+ <summary>Reports an error in serialization.</summary>
+ <param name="errorInformation">The error to report. This information object can be of any object type. If it is an exception, the message of the exception is extracted and reported to the user. If it is any other type, <see cref="M:System.Object.ToString" /> is called to display the information to the user.</param>
+ </member>
+ <member name="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName">
+ <summary>Occurs when <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetName(System.Object)" /> cannot locate the specified name in the serialization manager's name table.</summary>
+ </member>
+ <member name="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.SerializationComplete">
+ <summary>Occurs when serialization is complete.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.SetName(System.Object,System.String)">
+ <summary>Sets the name of the specified existing object.</summary>
+ <param name="instance">The object instance to name.</param>
+ <param name="name">The name to give the instance.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider">
+ <summary>Provides an interface that enables access to a serializer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider.GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Type,System.Type)">
+ <summary>Gets a serializer using the specified attributes.</summary>
+ <param name="manager">The serialization manager requesting the serializer.</param>
+ <param name="currentSerializer">An instance of the current serializer of the specified type. This can be <see langword="null" /> if no serializer of the specified type exists.</param>
+ <param name="objectType">The data type of the object to serialize.</param>
+ <param name="serializerType">The data type of the serializer to create.</param>
+ <returns>An instance of a serializer of the type requested, or <see langword="null" /> if the request cannot be satisfied.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationService">
+ <summary>Provides an interface that can invoke serialization and deserialization.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationService.Deserialize(System.Object)">
+ <summary>Deserializes the specified serialization data object and returns a collection of objects represented by that data.</summary>
+ <param name="serializationData">An object consisting of serialized data.</param>
+ <returns>An <see cref="T:System.Collections.ICollection" /> of objects rebuilt from the specified serialization data object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationService.Serialize(System.Collections.ICollection)">
+ <summary>Serializes the specified collection of objects and stores them in a serialization data object.</summary>
+ <param name="objects">A collection of objects to serialize.</param>
+ <returns>An object that contains the serialized state of the specified collection of objects.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.INameCreationService">
+ <summary>Provides a service that can generate unique names for objects.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.CreateName(System.ComponentModel.IContainer,System.Type)">
+ <summary>Creates a new name that is unique to all components in the specified container.</summary>
+ <param name="container">The container where the new object is added.</param>
+ <param name="dataType">The data type of the object that receives the name.</param>
+ <returns>A unique name for the data type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.IsValidName(System.String)">
+ <summary>Gets a value indicating whether the specified name is valid.</summary>
+ <param name="name">The name to validate.</param>
+ <returns>
+ <see langword="true" /> if the name is valid; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.ValidateName(System.String)">
+ <summary>Gets a value indicating whether the specified name is valid.</summary>
+ <param name="name">The name to validate.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.InstanceDescriptor">
+ <summary>Provides the information necessary to create an instance of an object. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.#ctor(System.Reflection.MemberInfo,System.Collections.ICollection)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" /> class using the specified member information and arguments.</summary>
+ <param name="member">The member information for the descriptor. This can be a <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.ConstructorInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />. If this is a <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />, it must represent a <see langword="static" /> member.</param>
+ <param name="arguments">The collection of arguments to pass to the member. This parameter can be <see langword="null" /> or an empty collection if there are no arguments. The collection can also consist of other instances of <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" />.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="member" /> is of type <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />, and it does not represent a <see langword="static" /> member.
+-or-
+<paramref name="member" /> is of type <see cref="T:System.Reflection.PropertyInfo" /> and is not readable.
+-or-
+<paramref name="member" /> is of type <see cref="T:System.Reflection.MethodInfo" /> or <see cref="T:System.Reflection.ConstructorInfo" />, and the number of arguments in <paramref name="arguments" /> does not match the signature of <paramref name="member" />.
+-or-
+<paramref name="member" /> is of type <see cref="T:System.Reflection.ConstructorInfo" /> and represents a <see langword="static" /> member.
+-or-
+<paramref name="member" /> is of type <see cref="T:System.Reflection.FieldInfo" />, and the number of arguments in <paramref name="arguments" /> is not zero.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.#ctor(System.Reflection.MemberInfo,System.Collections.ICollection,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" /> class using the specified member information, arguments, and value indicating whether the specified information completely describes the instance.</summary>
+ <param name="member">The member information for the descriptor. This can be a <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.ConstructorInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />. If this is a <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />, it must represent a <see langword="static" /> member.</param>
+ <param name="arguments">The collection of arguments to pass to the member. This parameter can be <see langword="null" /> or an empty collection if there are no arguments. The collection can also consist of other instances of <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" />.</param>
+ <param name="isComplete">
+ <see langword="true" /> if the specified information completely describes the instance; otherwise, <see langword="false" />.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="member" /> is of type <see cref="T:System.Reflection.MethodInfo" />, <see cref="T:System.Reflection.FieldInfo" />, or <see cref="T:System.Reflection.PropertyInfo" />, and it does not represent a <see langword="static" /> member
+<paramref name="member" /> is of type <see cref="T:System.Reflection.PropertyInfo" /> and is not readable.
+<paramref name="member" /> is of type <see cref="T:System.Reflection.MethodInfo" /> or <see cref="T:System.Reflection.ConstructorInfo" /> and the number of arguments in <paramref name="arguments" /> does not match the signature of <paramref name="member" />.
+<paramref name="member" /> is of type <see cref="T:System.Reflection.ConstructorInfo" /> and represents a <see langword="static" /> member
+<paramref name="member" /> is of type <see cref="T:System.Reflection.FieldInfo" />, and the number of arguments in <paramref name="arguments" /> is not zero.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.Arguments">
+ <summary>Gets the collection of arguments that can be used to reconstruct an instance of the object that this instance descriptor represents.</summary>
+ <returns>An <see cref="T:System.Collections.ICollection" /> of arguments that can be used to create the object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.Invoke">
+ <summary>Invokes this instance descriptor and returns the object the descriptor describes.</summary>
+ <returns>The object this instance descriptor describes.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.IsComplete">
+ <summary>Gets a value indicating whether the contents of this <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" /> completely identify the instance.</summary>
+ <returns>
+ <see langword="true" /> if the instance is completely described; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.MemberInfo">
+ <summary>Gets the member information that describes the instance this descriptor is associated with.</summary>
+ <returns>A <see cref="T:System.Reflection.MemberInfo" /> that describes the instance that this object is associated with.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.MemberRelationship">
+ <summary>Represents a single relationship between an object and a member.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> class.</summary>
+ <param name="owner">The object that owns <paramref name="member" />.</param>
+ <param name="member">The member which is to be related to <paramref name="owner" />.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="owner" /> or <paramref name="member" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty">
+ <summary>Represents the empty member relationship. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)">
+ <summary>Determines whether two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> instances are equal.</summary>
+ <param name="obj">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> to compare with the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" />.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> is equal to the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.IsEmpty">
+ <summary>Gets a value indicating whether this relationship is equal to the <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty" /> relationship.</summary>
+ <returns>
+ <see langword="true" /> if this relationship is equal to the <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty" /> relationship; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.Member">
+ <summary>Gets the related member.</summary>
+ <returns>The member that is passed in to the <see cref="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.op_Equality(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Tests whether two specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structures are equivalent.</summary>
+ <param name="left">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structure that is to the left of the equality operator.</param>
+ <param name="right">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structure that is to the right of the equality operator.</param>
+ <returns>This operator returns <see langword="true" /> if the two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structures are equal; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.op_Inequality(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Tests whether two specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structures are different.</summary>
+ <param name="left">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structure that is to the left of the inequality operator.</param>
+ <param name="right">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structure that is to the right of the inequality operator.</param>
+ <returns>This operator returns <see langword="true" /> if the two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structures are different; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.Owner">
+ <summary>Gets the owning object.</summary>
+ <returns>The owning object that is passed in to the <see cref="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.MemberRelationshipService">
+ <summary>Provides the base class for relating one member to another.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationshipService" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Gets a relationship to the given source relationship.</summary>
+ <param name="source">The source relationship.</param>
+ <returns>A relationship to <paramref name="source" />, or <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty" /> if no relationship exists.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.MemberRelationshipService.Item(System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Establishes a relationship between a source and target object.</summary>
+ <param name="source">The source relationship. This is the left-hand side of a relationship assignment.</param>
+ <returns>The current relationship associated with <paramref name="source" />, or <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty" /> if there is no relationship.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="source" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="source" /> is empty, or the relationship is not supported by the service.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.MemberRelationshipService.Item(System.Object,System.ComponentModel.MemberDescriptor)">
+ <summary>Establishes a relationship between a source and target object.</summary>
+ <param name="sourceOwner">The owner of a source relationship.</param>
+ <param name="sourceMember">The member of a source relationship.</param>
+ <returns>A <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship" /> structure encapsulating the relationship between a source and target object, or <see langword="null" /> if there is no relationship.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="sourceOwner" /> or <paramref name="sourceMember" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="sourceOwner" /> or <paramref name="sourceMember" /> is empty, or the relationship is not supported by the service.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Creates a relationship between the source object and target relationship.</summary>
+ <param name="source">The source relationship.</param>
+ <param name="relationship">The relationship to set into the source.</param>
+ <exception cref="T:System.ArgumentException">The relationship is not supported by the service.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
+ <summary>Gets a value indicating whether the given relationship is supported.</summary>
+ <param name="source">The source relationship.</param>
+ <param name="relationship">The relationship to set into the source.</param>
+ <returns>
+ <see langword="true" /> if a relationship between the given two objects is supported; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.ResolveNameEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ResolveNameEventArgs" /> class.</summary>
+ <param name="name">The name to resolve.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.Name">
+ <summary>Gets the name of the object to resolve.</summary>
+ <returns>The name of the object to resolve.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.Value">
+ <summary>Gets or sets the object that matches the name.</summary>
+ <returns>The object that the name is associated with.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.ResolveNameEventHandler">
+ <summary>Represents the method that handles the <see cref="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName" /> event of a serialization manager.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.Design.Serialization.ResolveNameEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute">
+ <summary>Indicates the base serializer to use for a root designer object. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.String,System.String,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute" /> class using the specified attributes.</summary>
+ <param name="serializerTypeName">The fully qualified name of the data type of the serializer.</param>
+ <param name="baseSerializerTypeName">The name of the base type of the serializer. A class can include multiple serializers as they all have different base types.</param>
+ <param name="reloadable">
+ <see langword="true" /> if this serializer supports dynamic reloading of the document; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.String,System.Type,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute" /> class using the specified attributes.</summary>
+ <param name="serializerTypeName">The fully qualified name of the data type of the serializer.</param>
+ <param name="baseSerializerType">The name of the base type of the serializer. A class can include multiple serializers, as they all have different base types.</param>
+ <param name="reloadable">
+ <see langword="true" /> if this serializer supports dynamic reloading of the document; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.Type,System.Type,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute" /> class using the specified attributes.</summary>
+ <param name="serializerType">The data type of the serializer.</param>
+ <param name="baseSerializerType">The base type of the serializer. A class can include multiple serializers as they all have different base types.</param>
+ <param name="reloadable">
+ <see langword="true" /> if this serializer supports dynamic reloading of the document; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.Reloadable">
+ <summary>Gets a value indicating whether the root serializer supports reloading of the design document without first disposing the designer host.</summary>
+ <returns>
+ <see langword="true" /> if the root serializer supports reloading; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.SerializerBaseTypeName">
+ <summary>Gets the fully qualified type name of the base type of the serializer.</summary>
+ <returns>The name of the base type of the serializer.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.SerializerTypeName">
+ <summary>Gets the fully qualified type name of the serializer.</summary>
+ <returns>The name of the type of the serializer.</returns>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.TypeId">
+ <summary>Gets a unique ID for this attribute type.</summary>
+ <returns>An object containing a unique ID for this attribute type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.Serialization.SerializationStore">
+ <summary>Provides the base class for storing serialization data for the <see cref="T:System.ComponentModel.Design.Serialization.ComponentSerializationService" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Close">
+ <summary>Closes the serialization store.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Dispose(System.Boolean)">
+ <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" /> and optionally releases the managed resources.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="P:System.ComponentModel.Design.Serialization.SerializationStore.Errors">
+ <summary>Gets a collection of errors that occurred during serialization or deserialization.</summary>
+ <returns>An <see cref="T:System.Collections.ICollection" /> that contains errors that occurred during serialization or deserialization.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Save(System.IO.Stream)">
+ <summary>Saves the store to the given stream.</summary>
+ <param name="stream">The stream to which the store will be serialized.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.System#IDisposable#Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore" />.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.ServiceContainer">
+ <summary>Provides a simple implementation of the <see cref="T:System.ComponentModel.Design.IServiceContainer" /> interface. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ServiceContainer" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.#ctor(System.IServiceProvider)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ServiceContainer" /> class using the specified parent service provider.</summary>
+ <param name="parentProvider">A parent service provider.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> or <paramref name="callback" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">A service of type <paramref name="serviceType" /> already exists in the container.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.</param>
+ <param name="promote">
+ <see langword="true" /> if this service should be added to any parent service containers; otherwise, <see langword="false" />.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> or <paramref name="callback" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">A service of type <paramref name="serviceType" /> already exists in the container.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.Object)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="serviceInstance">An instance of the service to add. This object must implement or inherit from the type indicated by the <paramref name="serviceType" /> parameter.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> or <paramref name="serviceInstance" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">A service of type <paramref name="serviceType" /> already exists in the container.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.Object,System.Boolean)">
+ <summary>Adds the specified service to the service container.</summary>
+ <param name="serviceType">The type of service to add.</param>
+ <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the <paramref name="serviceType" /> parameter.</param>
+ <param name="promote">
+ <see langword="true" /> if this service should be added to any parent service containers; otherwise, <see langword="false" />.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> or <paramref name="serviceInstance" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">A service of type <paramref name="serviceType" /> already exists in the container.</exception>
+ </member>
+ <member name="P:System.ComponentModel.Design.ServiceContainer.DefaultServices">
+ <summary>Gets the default services implemented directly by <see cref="T:System.ComponentModel.Design.ServiceContainer" />.</summary>
+ <returns>The default services.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.Dispose">
+ <summary>Disposes this service container.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.Dispose(System.Boolean)">
+ <summary>Disposes this service container.</summary>
+ <param name="disposing">
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.Design.ServiceContainer" /> is in the process of being disposed of; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.GetService(System.Type)">
+ <summary>Gets the requested service.</summary>
+ <param name="serviceType">The type of service to retrieve.</param>
+ <returns>An instance of the service if it could be found, or <see langword="null" /> if it could not be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.RemoveService(System.Type)">
+ <summary>Removes the specified service type from the service container.</summary>
+ <param name="serviceType">The type of service to remove.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.Design.ServiceContainer.RemoveService(System.Type,System.Boolean)">
+ <summary>Removes the specified service type from the service container.</summary>
+ <param name="serviceType">The type of service to remove.</param>
+ <param name="promote">
+ <see langword="true" /> if this service should be removed from any parent service containers; otherwise, <see langword="false" />.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="serviceType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.Design.ServiceCreatorCallback">
+ <summary>Provides a callback mechanism that can create an instance of a service on demand.</summary>
+ <param name="container">The service container that requested the creation of the service.</param>
+ <param name="serviceType">The type of service to create.</param>
+ <returns>The service specified by <paramref name="serviceType" />, or <see langword="null" /> if the service could not be created.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.StandardCommands">
+ <summary>Defines identifiers for the standard set of commands that are available to most applications.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.StandardCommands.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.StandardCommands" /> class.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignBottom">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignBottom command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignHorizontalCenters">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignHorizontalCenters command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignLeft">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignLeft command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignRight">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignRight command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignToGrid">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignToGrid command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignTop">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignTop command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.AlignVerticalCenters">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignVerticalCenters command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeBottom">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeBottom command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeIcons">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeIcons command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeRight">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeRight command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.BringForward">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the BringForward command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.BringToFront">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the BringToFront command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.CenterHorizontally">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the CenterHorizontally command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.CenterVertically">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the CenterVertically command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Copy">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Copy command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Cut">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Cut command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Delete">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Delete command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.DocumentOutline">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Document Outline command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.F1Help">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the F1Help command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Group">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Group command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceConcatenate">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceConcatenate command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceDecrease">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceDecrease command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceIncrease">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceIncrease command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceMakeEqual">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceMakeEqual command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.LineupIcons">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the LineupIcons command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.LockControls">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the LockControls command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.MultiLevelRedo">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the MultiLevelRedo command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.MultiLevelUndo">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the MultiLevelUndo command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Paste">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Paste command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Properties">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Properties command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.PropertiesWindow">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the PropertiesWindow command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Redo">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Redo command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Replace">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Replace command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SelectAll">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SelectAll command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SendBackward">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SendBackward command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SendToBack">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SendToBack command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ShowGrid">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ShowGrid command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ShowLargeIcons">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ShowLargeIcons command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControl">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControl command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControlHeight">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControlHeight command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControlWidth">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControlWidth command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SizeToFit">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToFit command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SizeToGrid">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToGrid command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.SnapToGrid">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SnapToGrid command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.TabOrder">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the TabOrder command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Undo">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Undo command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.Ungroup">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Ungroup command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VerbFirst">
+ <summary>Gets the first of a set of verbs. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VerbLast">
+ <summary>Gets the last of a set of verbs. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceConcatenate">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceConcatenate command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceDecrease">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceDecrease command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceIncrease">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceIncrease command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceMakeEqual">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceMakeEqual command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ViewCode">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ViewCode command. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardCommands.ViewGrid">
+ <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ViewGrid command. This field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.StandardToolWindows">
+ <summary>Defines GUID identifiers that correspond to the standard set of tool windows that are available in the design environment.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.StandardToolWindows.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.StandardToolWindows" /> class.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.ObjectBrowser">
+ <summary>Gets the GUID for the object browser. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.OutputWindow">
+ <summary>Gets the GUID for the output window. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.ProjectExplorer">
+ <summary>Gets the GUID for the solution explorer. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.PropertyBrowser">
+ <summary>Gets the GUID for the Properties window. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.RelatedLinks">
+ <summary>Gets the GUID for the related links frame. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.ServerExplorer">
+ <summary>Gets the GUID for the server explorer. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.TaskList">
+ <summary>Gets the GUID for the task list. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.StandardToolWindows.Toolbox">
+ <summary>Gets the GUID for the Toolbox. This field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Design.TypeDescriptionProviderService">
+ <summary>Provides a type description provider for a specified type.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.TypeDescriptionProviderService.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.TypeDescriptionProviderService" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Design.TypeDescriptionProviderService.GetProvider(System.Object)">
+ <summary>Gets a type description provider for the specified object.</summary>
+ <param name="instance">The object to get a type description provider for.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that corresponds with <paramref name="instance" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.Design.TypeDescriptionProviderService.GetProvider(System.Type)">
+ <summary>Gets a type description provider for the specified type.</summary>
+ <param name="type">The type to get a type description provider for.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that corresponds with <paramref name="type" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Design.ViewTechnology">
+ <summary>Defines identifiers for a set of technologies that designer hosts support.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.ViewTechnology.Default">
+ <summary>Specifies the default view technology support.
+The root designer may return any type of object, but the object must be compatible with an adapter for the technology of the host. Hosting environments such as Visual Studio provide a way to plug in new view technology adapters. The default view object for the Windows Forms designer is a <see cref="T:System.Windows.Forms.Control" /> instance.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.ViewTechnology.Passthrough">
+ <summary>Represents a mode in which the view object is passed directly to the development environment.
+The view object must implement any interfaces the development environment requires. The Visual Studio development environment supports view objects that are either an ActiveX control, active document, or an object that implements the IVsWindowPane interface that is available through the Visual Studio VSI (Visual Studio Integration) program. The Visual Studio development environment provides support for this view technology. Support for this view technology is not necessarily available in all development environments.</summary>
+ </member>
+ <member name="F:System.ComponentModel.Design.ViewTechnology.WindowsForms">
+ <summary>Represents a mode in which a Windows Forms control object provides the display for the root designer. The designer host fills the development environment document window with the Windows Forms control.</summary>
+ </member>
+ <member name="T:System.ComponentModel.DesignerAttribute">
+ <summary>Specifies the class used to implement design-time services for a component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute" /> class using the name of the type that provides design-time services.</summary>
+ <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in.</param>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute" /> class using the designer type and the base class for the designer.</summary>
+ <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in.</param>
+ <param name="designerBaseTypeName">The fully qualified name of the base class to associate with the designer class.</param>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute" /> class, using the name of the designer class and the base class for the designer.</summary>
+ <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in.</param>
+ <param name="designerBaseType">A <see cref="T:System.Type" /> that represents the base class to associate with the <paramref name="designerTypeName" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute" /> class using the type that provides design-time services.</summary>
+ <param name="designerType">A <see cref="T:System.Type" /> that represents the class that provides design-time services for the component this attribute is bound to.</param>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute" /> class using the types of the designer and designer base class.</summary>
+ <param name="designerType">A <see cref="T:System.Type" /> that represents the class that provides design-time services for the component this attribute is bound to.</param>
+ <param name="designerBaseType">A <see cref="T:System.Type" /> that represents the base class to associate with the <paramref name="designerType" />.</param>
+ </member>
+ <member name="P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName">
+ <summary>Gets the name of the base type of this designer.</summary>
+ <returns>The name of the base type of this designer.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DesignerAttribute.DesignerTypeName">
+ <summary>Gets the name of the designer type associated with this designer attribute.</summary>
+ <returns>The name of the designer type associated with this designer attribute.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignerAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DesignerAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.DesignerAttribute.TypeId">
+ <summary>Gets a unique ID for this attribute type.</summary>
+ <returns>A unique ID for this attribute type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.DesignTimeVisibleAttribute">
+ <summary>
+ <see cref="T:System.ComponentModel.DesignTimeVisibleAttribute" /> marks a component's visibility. If <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Yes" /> is present, a visual designer can show this component on a designer.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.#ctor">
+ <summary>Creates a new <see cref="T:System.ComponentModel.DesignTimeVisibleAttribute" /> set to the default value of <see langword="false" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.#ctor(System.Boolean)">
+ <summary>Creates a new <see cref="T:System.ComponentModel.DesignTimeVisibleAttribute" /> with the <see cref="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible" /> property set to the given value in <paramref name="visible" />.</summary>
+ <param name="visible">The value that the <see cref="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible" /> property will be set against.</param>
+ </member>
+ <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.Default">
+ <summary>The default visibility which is <see langword="Yes" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+ <param name="obj">An Object to compare with this instance or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.IsDefaultAttribute">
+ <summary>Gets a value indicating if this instance is equal to the <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Default" /> value.</summary>
+ <returns>
+ <see langword="true" />, if this instance is equal to the <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Default" /> value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.No">
+ <summary>Marks a component as not visible in a visual designer.</summary>
+ </member>
+ <member name="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible">
+ <summary>Gets or sets whether the component should be shown at design time.</summary>
+ <returns>
+ <see langword="true" /> if this component should be shown at design time, or <see langword="false" /> if it shouldn't.</returns>
+ </member>
+ <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.Yes">
+ <summary>Marks a component as visible in a visual designer.</summary>
+ </member>
+ <member name="T:System.ComponentModel.DoubleConverter">
+ <summary>Provides a type converter to convert double-precision, floating point number objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.DoubleConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DoubleConverter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.EditorAttribute">
+ <summary>Specifies the editor to use to change a property. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute" /> class with the default editor, which is no editor.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute" /> class with the type name and base type name of the editor.</summary>
+ <param name="typeName">The fully qualified type name of the editor.</param>
+ <param name="baseTypeName">The fully qualified type name of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute" /> class with the type name and the base type.</summary>
+ <param name="typeName">The fully qualified type name of the editor.</param>
+ <param name="baseType">The <see cref="T:System.Type" /> of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute" /> class with the type and the base type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of the editor.</param>
+ <param name="baseType">The <see cref="T:System.Type" /> of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor" />.</param>
+ </member>
+ <member name="P:System.ComponentModel.EditorAttribute.EditorBaseTypeName">
+ <summary>Gets the name of the base class or interface serving as a lookup key for this editor.</summary>
+ <returns>The name of the base class or interface serving as a lookup key for this editor.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EditorAttribute.EditorTypeName">
+ <summary>Gets the name of the editor class in the <see cref="P:System.Type.AssemblyQualifiedName" /> format.</summary>
+ <returns>The name of the editor class in the <see cref="P:System.Type.AssemblyQualifiedName" /> format.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.EditorAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EditorAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EditorAttribute.TypeId">
+ <summary>Gets a unique ID for this attribute type.</summary>
+ <returns>A unique ID for this attribute type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.EnumConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Enum" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EnumConverter" /> class for the given type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of enumeration to associate with this enumeration converter.</param>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to an enumeration object using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EnumConverter.Comparer">
+ <summary>Gets an <see cref="T:System.Collections.IComparer" /> that can be used to sort the values of the enumeration.</summary>
+ <returns>An <see cref="T:System.Collections.IComparer" /> for sorting the enumeration values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified value object to an enumeration object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified destination type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="value" /> is not a valid value for the enumeration.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="P:System.ComponentModel.EnumConverter.EnumType">
+ <summary>Specifies the type of the enumerator this converter is associated with.</summary>
+ <returns>The type of the enumerator this converter is associated with.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a collection of standard values for the data type this validator is designed for.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be called to find a common set of values the object supports. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EnumConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Gets a value indicating whether the given object value is valid for this type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to test.</param>
+ <returns>
+ <see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EnumConverter.Values">
+ <summary>Gets or sets a <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that specifies the possible values for the enumeration.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that specifies the possible values for the enumeration.</returns>
+ </member>
+ <member name="T:System.ComponentModel.EventDescriptor">
+ <summary>Provides information about an event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor" /> class with the name and attributes in the specified <see cref="T:System.ComponentModel.MemberDescriptor" />.</summary>
+ <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that contains the name of the event and its attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor" /> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor" /> and the attributes in both the <see cref="T:System.ComponentModel.MemberDescriptor" /> and the <see cref="T:System.Attribute" /> array.</summary>
+ <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that has the name of the member and its attributes.</param>
+ <param name="attrs">An <see cref="T:System.Attribute" /> array with the attributes you want to add to this event description.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.String,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor" /> class with the specified name and attribute array.</summary>
+ <param name="name">The name of the event.</param>
+ <param name="attrs">An array of type <see cref="T:System.Attribute" /> that contains the event attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptor.AddEventHandler(System.Object,System.Delegate)">
+ <summary>When overridden in a derived class, binds the event to the component.</summary>
+ <param name="component">A component that provides events to the delegate.</param>
+ <param name="value">A delegate that represents the method that handles the event.</param>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptor.ComponentType">
+ <summary>When overridden in a derived class, gets the type of component this event is bound to.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of component the event is bound to.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptor.EventType">
+ <summary>When overridden in a derived class, gets the type of delegate for the event.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of delegate for the event.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptor.IsMulticast">
+ <summary>When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.</summary>
+ <returns>
+ <see langword="true" /> if the event delegate is multicast; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptor.RemoveEventHandler(System.Object,System.Delegate)">
+ <summary>When overridden in a derived class, unbinds the delegate from the component so that the delegate will no longer receive events from the component.</summary>
+ <param name="component">The component that the delegate is bound to.</param>
+ <param name="value">The delegate to unbind from the component.</param>
+ </member>
+ <member name="T:System.ComponentModel.EventDescriptorCollection">
+ <summary>Represents a collection of <see cref="T:System.ComponentModel.EventDescriptor" /> objects.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptorCollection" /> class with the given array of <see cref="T:System.ComponentModel.EventDescriptor" /> objects.</summary>
+ <param name="events">An array of type <see cref="T:System.ComponentModel.EventDescriptor" /> that provides the events for this collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[],System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptorCollection" /> class with the given array of <see cref="T:System.ComponentModel.EventDescriptor" /> objects. The collection is optionally read-only.</summary>
+ <param name="events">An array of type <see cref="T:System.ComponentModel.EventDescriptor" /> that provides the events for this collection.</param>
+ <param name="readOnly">
+ <see langword="true" /> to specify a read-only collection; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Add(System.ComponentModel.EventDescriptor)">
+ <summary>Adds an <see cref="T:System.ComponentModel.EventDescriptor" /> to the end of the collection.</summary>
+ <param name="value">An <see cref="T:System.ComponentModel.EventDescriptor" /> to add to the collection.</param>
+ <returns>The position of the <see cref="T:System.ComponentModel.EventDescriptor" /> within the collection.</returns>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Clear">
+ <summary>Removes all objects from the collection.</summary>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Contains(System.ComponentModel.EventDescriptor)">
+ <summary>Returns whether the collection contains the given <see cref="T:System.ComponentModel.EventDescriptor" />.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor" /> to find within the collection.</param>
+ <returns>
+ <see langword="true" /> if the collection contains the <paramref name="value" /> parameter given; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.Count">
+ <summary>Gets the number of event descriptors in the collection.</summary>
+ <returns>The number of event descriptors in the collection.</returns>
+ </member>
+ <member name="F:System.ComponentModel.EventDescriptorCollection.Empty">
+ <summary>Specifies an empty collection to use, rather than creating a new one with no items. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Find(System.String,System.Boolean)">
+ <summary>Gets the description of the event with the specified name in the collection.</summary>
+ <param name="name">The name of the event to get from the collection.</param>
+ <param name="ignoreCase">
+ <see langword="true" /> if you want to ignore the case of the event; otherwise, <see langword="false" />.</param>
+ <returns>The <see cref="T:System.ComponentModel.EventDescriptor" /> with the specified name, or <see langword="null" /> if the event does not exist.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.GetEnumerator">
+ <summary>Gets an enumerator for this <see cref="T:System.ComponentModel.EventDescriptorCollection" />.</summary>
+ <returns>An enumerator that implements <see cref="T:System.Collections.IEnumerator" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.IndexOf(System.ComponentModel.EventDescriptor)">
+ <summary>Returns the index of the given <see cref="T:System.ComponentModel.EventDescriptor" />.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor" /> to find within the collection.</param>
+ <returns>The index of the given <see cref="T:System.ComponentModel.EventDescriptor" /> within the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Insert(System.Int32,System.ComponentModel.EventDescriptor)">
+ <summary>Inserts an <see cref="T:System.ComponentModel.EventDescriptor" /> to the collection at a specified index.</summary>
+ <param name="index">The index within the collection in which to insert the <paramref name="value" /> parameter.</param>
+ <param name="value">An <see cref="T:System.ComponentModel.EventDescriptor" /> to insert into the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.InternalSort(System.Collections.IComparer)">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />, using the specified <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="sorter">A comparer to use to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in this collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.InternalSort(System.String[])">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in this collection.</param>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.Item(System.Int32)">
+ <summary>Gets or sets the event with the specified index number.</summary>
+ <param name="index">The zero-based index number of the <see cref="T:System.ComponentModel.EventDescriptor" /> to get or set.</param>
+ <returns>The <see cref="T:System.ComponentModel.EventDescriptor" /> with the specified index number.</returns>
+ <exception cref="T:System.IndexOutOfRangeException">
+ <paramref name="index" /> is not a valid index for <see cref="P:System.ComponentModel.EventDescriptorCollection.Item(System.Int32)" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.Item(System.String)">
+ <summary>Gets or sets the event with the specified name.</summary>
+ <param name="name">The name of the <see cref="T:System.ComponentModel.EventDescriptor" /> to get or set.</param>
+ <returns>The <see cref="T:System.ComponentModel.EventDescriptor" /> with the specified name, or <see langword="null" /> if the event does not exist.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Remove(System.ComponentModel.EventDescriptor)">
+ <summary>Removes the specified <see cref="T:System.ComponentModel.EventDescriptor" /> from the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor" /> to remove from the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.RemoveAt(System.Int32)">
+ <summary>Removes the <see cref="T:System.ComponentModel.EventDescriptor" /> at the specified index from the collection.</summary>
+ <param name="index">The index of the <see cref="T:System.ComponentModel.EventDescriptor" /> to remove.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Sort">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />, using the default sort for this collection, which is usually alphabetical.</summary>
+ <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.Collections.IComparer)">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />, using the specified <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="comparer">An <see cref="T:System.Collections.IComparer" /> to use to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in this collection.</param>
+ <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.String[])">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />, given a specified sort order.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in the collection.</param>
+ <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
+ <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection" />, given a specified sort order and an <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in the collection.</param>
+ <param name="comparer">An <see cref="T:System.Collections.IComparer" /> to use to sort the <see cref="T:System.ComponentModel.EventDescriptor" /> objects in this collection.</param>
+ <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
+ <summary>Copies the elements of the collection to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary>
+ <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from collection. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
+ <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#ICollection#Count">
+ <summary>Gets the number of elements contained in the collection.</summary>
+ <returns>The number of elements contained in the collection.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the collection is synchronized.</summary>
+ <returns>
+ <see langword="true" /> if access to the collection is synchronized; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets an object that can be used to synchronize access to the collection.</summary>
+ <returns>An object that can be used to synchronize access to the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Returns an enumerator that iterates through a collection.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Add(System.Object)">
+ <summary>Adds an item to the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to add to the collection.</param>
+ <returns>The position into which the new element was inserted.</returns>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Clear">
+ <summary>Removes all the items from the collection.</summary>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Contains(System.Object)">
+ <summary>Determines whether the collection contains a specific value.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Object" /> is found in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#IndexOf(System.Object)">
+ <summary>Determines the index of a specific item in the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection.</param>
+ <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
+ <summary>Inserts an item to the collection at the specified index.</summary>
+ <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
+ <param name="value">The <see cref="T:System.Object" /> to insert into the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#IsFixedSize">
+ <summary>Gets a value indicating whether the collection has a fixed size.</summary>
+ <returns>
+ <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#IsReadOnly">
+ <summary>Gets a value indicating whether the collection is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Item(System.Int32)">
+ <summary>Gets or sets the element at the specified index.</summary>
+ <param name="index">The zero-based index of the element to get or set.</param>
+ <returns>The element at the specified index.</returns>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ <exception cref="T:System.IndexOutOfRangeException">
+ <paramref name="index" /> is less than 0.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.ComponentModel.EventDescriptorCollection.Count" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#Remove(System.Object)">
+ <summary>Removes the first occurrence of a specific object from the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to remove from the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.EventDescriptorCollection.System#Collections#IList#RemoveAt(System.Int32)">
+ <summary>Removes the item at the specified index.</summary>
+ <param name="index">The zero-based index of the item to remove.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="T:System.ComponentModel.ExpandableObjectConverter">
+ <summary>Provides a type converter to convert expandable objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ExpandableObjectConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ExpandableObjectConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Gets a collection of properties for the type of object specified by the value parameter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of object to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for the component, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ExpandableObjectConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports properties using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)" /> should be called to find the properties of this object. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ExtenderProvidedPropertyAttribute">
+ <summary>Specifies a property that is offered by an extender provider. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ExtenderProvidedPropertyAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+ <param name="obj">An <see cref="T:System.Object" /> to compare with this instance or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.ExtenderProperty">
+ <summary>Gets the property that is being provided.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> encapsulating the property that is being provided.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.IsDefaultAttribute">
+ <summary>Provides an indication whether the value of this instance is the default value for the derived class.</summary>
+ <returns>
+ <see langword="true" /> if this instance is the default attribute for the class; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.Provider">
+ <summary>Gets the extender provider that is providing the property.</summary>
+ <returns>The <see cref="T:System.ComponentModel.IExtenderProvider" /> that is providing the property.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.ReceiverType">
+ <summary>Gets the type of object that can receive the property.</summary>
+ <returns>A <see cref="T:System.Type" /> describing the type of object that can receive the property.</returns>
+ </member>
+ <member name="T:System.ComponentModel.GuidConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Guid" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.GuidConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.GuidConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.GuidConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a GUID object using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.GuidConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to a GUID object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.GuidConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given object to another type.</summary>
+ <param name="context">A formatter context.</param>
+ <param name="culture">The culture into which <paramref name="value" /> will be converted.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.HandledEventArgs">
+ <summary>Provides data for events that can be handled completely in an event handler.</summary>
+ </member>
+ <member name="M:System.ComponentModel.HandledEventArgs.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.HandledEventArgs" /> class with a default <see cref="P:System.ComponentModel.HandledEventArgs.Handled" /> property value of <see langword="false" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.HandledEventArgs.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.HandledEventArgs" /> class with the specified default value for the <see cref="P:System.ComponentModel.HandledEventArgs.Handled" /> property.</summary>
+ <param name="defaultHandledValue">The default value for the <see cref="P:System.ComponentModel.HandledEventArgs.Handled" /> property.</param>
+ </member>
+ <member name="P:System.ComponentModel.HandledEventArgs.Handled">
+ <summary>Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.</summary>
+ <returns>
+ <see langword="true" /> if the event has been completely handled; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.HandledEventHandler">
+ <summary>Represents a method that can handle events which may or may not require further processing after the event handler has returned.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.HandledEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.IBindingList">
+ <summary>Provides the features required to support both complex and simple scenarios when binding to a data source.</summary>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor)">
+ <summary>Adds the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to the indexes used for searching.</summary>
+ <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to add to the indexes used for searching.</param>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.AddNew">
+ <summary>Adds a new item to the list.</summary>
+ <returns>The item added to the list.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.AllowNew" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.AllowEdit">
+ <summary>Gets whether you can update items in the list.</summary>
+ <returns>
+ <see langword="true" /> if you can update the items in the list; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.AllowNew">
+ <summary>Gets whether you can add items to the list using <see cref="M:System.ComponentModel.IBindingList.AddNew" />.</summary>
+ <returns>
+ <see langword="true" /> if you can add items to the list using <see cref="M:System.ComponentModel.IBindingList.AddNew" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.AllowRemove">
+ <summary>Gets whether you can remove items from the list, using <see cref="M:System.Collections.IList.Remove(System.Object)" /> or <see cref="M:System.Collections.IList.RemoveAt(System.Int32)" />.</summary>
+ <returns>
+ <see langword="true" /> if you can remove items from the list; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
+ <summary>Sorts the list based on a <see cref="T:System.ComponentModel.PropertyDescriptor" /> and a <see cref="T:System.ComponentModel.ListSortDirection" />.</summary>
+ <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to sort by.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</param>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)">
+ <summary>Returns the index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
+ <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to search on.</param>
+ <param name="key">The value of the <paramref name="property" /> parameter to search for.</param>
+ <returns>The index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSearching" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.IsSorted">
+ <summary>Gets whether the items in the list are sorted.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" /> has been called and <see cref="M:System.ComponentModel.IBindingList.RemoveSort" /> has not been called; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="E:System.ComponentModel.IBindingList.ListChanged">
+ <summary>Occurs when the list changes or an item in the list changes.</summary>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)">
+ <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor" /> from the indexes used for searching.</summary>
+ <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the indexes used for searching.</param>
+ </member>
+ <member name="M:System.ComponentModel.IBindingList.RemoveSort">
+ <summary>Removes any sort applied using <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)" />.</summary>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.SortDirection">
+ <summary>Gets the direction of the sort.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.SortProperty">
+ <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is being used for sorting.</summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is being used for sorting.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <see cref="P:System.ComponentModel.IBindingList.SupportsSorting" /> is <see langword="false" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.SupportsChangeNotification">
+ <summary>Gets whether a <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> event is raised when the list changes or an item in the list changes.</summary>
+ <returns>
+ <see langword="true" /> if a <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> event is raised when the list changes or when an item changes; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.SupportsSearching">
+ <summary>Gets whether the list supports searching using the <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)" /> method.</summary>
+ <returns>
+ <see langword="true" /> if the list supports searching using the <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)" /> method; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingList.SupportsSorting">
+ <summary>Gets whether the list supports sorting.</summary>
+ <returns>
+ <see langword="true" /> if the list supports sorting; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.IBindingListView">
+ <summary>Extends the <see cref="T:System.ComponentModel.IBindingList" /> interface by providing advanced sorting and filtering capabilities.</summary>
+ </member>
+ <member name="M:System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection)">
+ <summary>Sorts the data source based on the given <see cref="T:System.ComponentModel.ListSortDescriptionCollection" />.</summary>
+ <param name="sorts">The <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> containing the sorts to apply to the data source.</param>
+ </member>
+ <member name="P:System.ComponentModel.IBindingListView.Filter">
+ <summary>Gets or sets the filter to be used to exclude items from the collection of items returned by the data source.</summary>
+ <returns>The string used to filter items out in the item collection returned by the data source.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IBindingListView.RemoveFilter">
+ <summary>Removes the current filter applied to the data source.</summary>
+ </member>
+ <member name="P:System.ComponentModel.IBindingListView.SortDescriptions">
+ <summary>Gets the collection of sort descriptions currently applied to the data source.</summary>
+ <returns>The <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> currently applied to the data source.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting">
+ <summary>Gets a value indicating whether the data source supports advanced sorting.</summary>
+ <returns>
+ <see langword="true" /> if the data source supports advanced sorting; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.IBindingListView.SupportsFiltering">
+ <summary>Gets a value indicating whether the data source supports filtering.</summary>
+ <returns>
+ <see langword="true" /> if the data source supports filtering; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ICancelAddNew">
+ <summary>Adds transactional capability when adding a new item to a collection.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ICancelAddNew.CancelNew(System.Int32)">
+ <summary>Discards a pending new item from the collection.</summary>
+ <param name="itemIndex">The index of the item that was previously added to the collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.ICancelAddNew.EndNew(System.Int32)">
+ <summary>Commits a pending new item to the collection.</summary>
+ <param name="itemIndex">The index of the item that was previously added to the collection.</param>
+ </member>
+ <member name="T:System.ComponentModel.IComNativeDescriptorHandler">
+ <summary>Provides a top-level mapping layer between a COM object and a <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetAttributes(System.Object)">
+ <summary>Gets the attributes for the specified component.</summary>
+ <param name="component">The component to get attributes for.</param>
+ <returns>A collection of attributes for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetClassName(System.Object)">
+ <summary>Gets the class name for the specified component.</summary>
+ <param name="component">The component to get the class name for.</param>
+ <returns>The name of the class that corresponds with <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetConverter(System.Object)">
+ <summary>Gets the type converter for the specified component.</summary>
+ <param name="component">The component to get the <see cref="T:System.ComponentModel.TypeConverter" /> for.</param>
+ <returns>The <see cref="T:System.ComponentModel.TypeConverter" /> for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetDefaultEvent(System.Object)">
+ <summary>Gets the default event for the specified component.</summary>
+ <param name="component">The component to get the default event for.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> that represents <paramref name="component" />'s default event.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetDefaultProperty(System.Object)">
+ <summary>Gets the default property for the specified component.</summary>
+ <param name="component">The component to get the default property for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents <paramref name="component" />'s default property.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetEditor(System.Object,System.Type)">
+ <summary>Gets the editor for the specified component.</summary>
+ <param name="component">The component to get the editor for.</param>
+ <param name="baseEditorType">The base type of the editor for <paramref name="component" />.</param>
+ <returns>The editor for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetEvents(System.Object)">
+ <summary>Gets the events for the specified component.</summary>
+ <param name="component">The component to get events for.</param>
+ <returns>A collection of event descriptors for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetEvents(System.Object,System.Attribute[])">
+ <summary>Gets the events with the specified attributes for the specified component.</summary>
+ <param name="component">The component to get events for.</param>
+ <param name="attributes">The attributes used to filter events.</param>
+ <returns>A collection of event descriptors for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetName(System.Object)">
+ <summary>Gets the name of the specified component.</summary>
+ <param name="component">The component to get the name of.</param>
+ <returns>The name of <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetProperties(System.Object,System.Attribute[])">
+ <summary>Gets the properties with the specified attributes for the specified component.</summary>
+ <param name="component">The component to get events for.</param>
+ <param name="attributes">The attributes used to filter properties.</param>
+ <returns>A collection of property descriptors for <paramref name="component" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetPropertyValue(System.Object,System.Int32,System.Boolean@)">
+ <summary>Gets the value of the property that has the specified dispatch identifier.</summary>
+ <param name="component">The object to which the property belongs.</param>
+ <param name="dispid">The dispatch identifier.</param>
+ <param name="success">A <see cref="T:System.Boolean" />, passed by reference, that represents whether the property was retrieved.</param>
+ <returns>The value of the property that has the specified dispatch identifier.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IComNativeDescriptorHandler.GetPropertyValue(System.Object,System.String,System.Boolean@)">
+ <summary>Gets the value of the property that has the specified name.</summary>
+ <param name="component">The object to which the property belongs.</param>
+ <param name="propertyName">The name of the property.</param>
+ <param name="success">A <see cref="T:System.Boolean" />, passed by reference, that represents whether the property was retrieved.</param>
+ <returns>The value of the property that has the specified name.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ICustomTypeDescriptor">
+ <summary>Provides an interface that supplies dynamic custom type information for an object.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetAttributes">
+ <summary>Returns a collection of custom attributes for this instance of a component.</summary>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> containing the attributes for this object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetClassName">
+ <summary>Returns the class name of this instance of a component.</summary>
+ <returns>The class name of the object, or <see langword="null" /> if the class does not have a name.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetComponentName">
+ <summary>Returns the name of this instance of a component.</summary>
+ <returns>The name of the object, or <see langword="null" /> if the object does not have a name.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetConverter">
+ <summary>Returns a type converter for this instance of a component.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or <see langword="null" /> if there is no <see cref="T:System.ComponentModel.TypeConverter" /> for this object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent">
+ <summary>Returns the default event for this instance of a component.</summary>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> that represents the default event for this object, or <see langword="null" /> if this object does not have events.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty">
+ <summary>Returns the default property for this instance of a component.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the default property for this object, or <see langword="null" /> if this object does not have properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)">
+ <summary>Returns an editor of the specified type for this instance of a component.</summary>
+ <param name="editorBaseType">A <see cref="T:System.Type" /> that represents the editor for this object.</param>
+ <returns>An <see cref="T:System.Object" /> of the specified type that is the editor for this object, or <see langword="null" /> if the editor cannot be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents">
+ <summary>Returns the events for this instance of a component.</summary>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this component instance.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])">
+ <summary>Returns the events for this instance of a component using the specified attribute array as a filter.</summary>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the filtered events for this component instance.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties">
+ <summary>Returns the properties for this instance of a component.</summary>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this component instance.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])">
+ <summary>Returns the properties for this instance of a component using the attribute array as a filter.</summary>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the filtered properties for this component instance.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
+ <summary>Returns an object that contains the property described by the specified property descriptor.</summary>
+ <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the owner of the specified property.</returns>
+ </member>
+ <member name="T:System.ComponentModel.IDataErrorInfo">
+ <summary>Provides the functionality to offer custom error information that a user interface can bind to.</summary>
+ </member>
+ <member name="P:System.ComponentModel.IDataErrorInfo.Error">
+ <summary>Gets an error message indicating what is wrong with this object.</summary>
+ <returns>An error message indicating what is wrong with this object. The default is an empty string ("").</returns>
+ </member>
+ <member name="P:System.ComponentModel.IDataErrorInfo.Item(System.String)">
+ <summary>Gets the error message for the property with the given name.</summary>
+ <param name="columnName">The name of the property whose error message to get.</param>
+ <returns>The error message for the property. The default is an empty string ("").</returns>
+ </member>
+ <member name="T:System.ComponentModel.IExtenderProvider">
+ <summary>Defines the interface for extending properties to other components in a container.</summary>
+ </member>
+ <member name="M:System.ComponentModel.IExtenderProvider.CanExtend(System.Object)">
+ <summary>Specifies whether this object can provide its extender properties to the specified object.</summary>
+ <param name="extendee">The <see cref="T:System.Object" /> to receive the extender properties.</param>
+ <returns>
+ <see langword="true" /> if this object can provide extender properties to the specified object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.IIntellisenseBuilder">
+ <summary>Provides an interface to facilitate the retrieval of the builder's name and to display the builder.</summary>
+ </member>
+ <member name="P:System.ComponentModel.IIntellisenseBuilder.Name">
+ <summary>Gets a localized name.</summary>
+ <returns>A localized name.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IIntellisenseBuilder.Show(System.String,System.String,System.String@)">
+ <summary>Shows the builder.</summary>
+ <param name="language">The language service that is calling the builder.</param>
+ <param name="value">The expression being edited.</param>
+ <param name="newValue">The new value.</param>
+ <returns>
+ <see langword="true" /> if the value should be replaced with <paramref name="newValue" />; otherwise, <see langword="false" /> (if the user cancels, for example).</returns>
+ </member>
+ <member name="T:System.ComponentModel.IListSource">
+ <summary>Provides functionality to an object to return a list that can be bound to a data source.</summary>
+ </member>
+ <member name="P:System.ComponentModel.IListSource.ContainsListCollection">
+ <summary>Gets a value indicating whether the collection is a collection of <see cref="T:System.Collections.IList" /> objects.</summary>
+ <returns>
+ <see langword="true" /> if the collection is a collection of <see cref="T:System.Collections.IList" /> objects; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.IListSource.GetList">
+ <summary>Returns an <see cref="T:System.Collections.IList" /> that can be bound to a data source from an object that does not implement an <see cref="T:System.Collections.IList" /> itself.</summary>
+ <returns>An <see cref="T:System.Collections.IList" /> that can be bound to a data source from the object.</returns>
+ </member>
+ <member name="T:System.ComponentModel.INestedContainer">
+ <summary>Provides functionality for nested containers, which logically contain zero or more other components and are owned by a parent component.</summary>
+ </member>
+ <member name="P:System.ComponentModel.INestedContainer.Owner">
+ <summary>Gets the owning component for the nested container.</summary>
+ <returns>The <see cref="T:System.ComponentModel.IComponent" /> that owns the nested container.</returns>
+ </member>
+ <member name="T:System.ComponentModel.INestedSite">
+ <summary>Provides the ability to retrieve the full nested name of a component.</summary>
+ </member>
+ <member name="P:System.ComponentModel.INestedSite.FullName">
+ <summary>Gets the full name of the component in this site.</summary>
+ <returns>The full name of the component in this site.</returns>
+ </member>
+ <member name="T:System.ComponentModel.InheritanceAttribute">
+ <summary>Indicates whether the component associated with this attribute has been inherited from a base class. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InheritanceAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.#ctor(System.ComponentModel.InheritanceLevel)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InheritanceAttribute" /> class with the specified inheritance level.</summary>
+ <param name="inheritanceLevel">An <see cref="T:System.ComponentModel.InheritanceLevel" /> that indicates the level of inheritance to set this attribute to.</param>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceAttribute.Default">
+ <summary>Specifies that the default value for <see cref="T:System.ComponentModel.InheritanceAttribute" /> is <see cref="F:System.ComponentModel.InheritanceAttribute.NotInherited" />. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)">
+ <summary>Override to test for equality.</summary>
+ <param name="value">The object to test.</param>
+ <returns>
+ <see langword="true" /> if the object is the same; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.GetHashCode">
+ <summary>Returns the hashcode for this object.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.InheritanceAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.InheritanceAttribute.InheritanceLevel">
+ <summary>Gets or sets the current inheritance level stored in this attribute.</summary>
+ <returns>The <see cref="T:System.ComponentModel.InheritanceLevel" /> stored in this attribute.</returns>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceAttribute.Inherited">
+ <summary>Specifies that the component is inherited. This field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceAttribute.InheritedReadOnly">
+ <summary>Specifies that the component is inherited and is read-only. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.IsDefaultAttribute">
+ <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
+ <returns>
+ <see langword="true" /> if the current value of the attribute is the default; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceAttribute.NotInherited">
+ <summary>Specifies that the component is not inherited. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InheritanceAttribute.ToString">
+ <summary>Converts this attribute to a string.</summary>
+ <returns>A string that represents this <see cref="T:System.ComponentModel.InheritanceAttribute" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.InheritanceLevel">
+ <summary>Defines identifiers for types of inheritance levels.</summary>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceLevel.Inherited">
+ <summary>The object is inherited.</summary>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceLevel.InheritedReadOnly">
+ <summary>The object is inherited, but has read-only access.</summary>
+ </member>
+ <member name="F:System.ComponentModel.InheritanceLevel.NotInherited">
+ <summary>The object is not inherited.</summary>
+ </member>
+ <member name="T:System.ComponentModel.InstallerTypeAttribute">
+ <summary>Specifies the installer for a type that installs components.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstallerTypeAttribute" /> class with the name of the component's installer type.</summary>
+ <param name="typeName">The name of a <see cref="T:System.Type" /> that represents the installer for the component this attribute is bound to. This class must implement <see cref="T:System.ComponentModel.Design.IDesigner" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstallerTypeAttribute" /> class, when given a <see cref="T:System.Type" /> that represents the installer for a component.</summary>
+ <param name="installerType">A <see cref="T:System.Type" /> that represents the installer for the component this attribute is bound to. This class must implement <see cref="T:System.ComponentModel.Design.IDesigner" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.InstallerTypeAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.InstallerTypeAttribute.GetHashCode">
+ <summary>Returns the hashcode for this object.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.InstallerTypeAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.InstallerTypeAttribute.InstallerType">
+ <summary>Gets the type of installer associated with this attribute.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of installer associated with this attribute, or <see langword="null" /> if an installer does not exist.</returns>
+ </member>
+ <member name="T:System.ComponentModel.InstanceCreationEditor">
+ <summary>Creates an instance of a particular type of property from a drop-down box within the <see cref="T:System.Windows.Forms.PropertyGrid" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InstanceCreationEditor.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstanceCreationEditor" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InstanceCreationEditor.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>When overridden in a derived class, returns an instance of the specified type.</summary>
+ <param name="context">The context information.</param>
+ <param name="instanceType">The specified type.</param>
+ <returns>An instance of the specified type or <see langword="null" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.InstanceCreationEditor.Text">
+ <summary>Gets the specified text.</summary>
+ <returns>The specified text.</returns>
+ </member>
+ <member name="T:System.ComponentModel.Int16Converter">
+ <summary>Provides a type converter to convert 16-bit signed integer objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Int16Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int16Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Int32Converter">
+ <summary>Provides a type converter to convert 32-bit signed integer objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Int32Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int32Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.Int64Converter">
+ <summary>Provides a type converter to convert 64-bit signed integer objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.Int64Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int64Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.InvalidAsynchronousStateException">
+ <summary>Thrown when a thread on which an operation should execute no longer exists or has no message loop.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InvalidAsynchronousStateException.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidAsynchronousStateException" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.InvalidAsynchronousStateException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidAsynchronousStateException" /> class with the given <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.</param>
+ <param name="context">The destination to be used for deserialization.</param>
+ </member>
+ <member name="M:System.ComponentModel.InvalidAsynchronousStateException.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidAsynchronousStateException" /> class with the specified detailed description.</summary>
+ <param name="message">A detailed description of the error.</param>
+ </member>
+ <member name="M:System.ComponentModel.InvalidAsynchronousStateException.#ctor(System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidAsynchronousStateException" /> class with the specified detailed description and the specified exception.</summary>
+ <param name="message">A detailed description of the error.</param>
+ <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
+ </member>
+ <member name="T:System.ComponentModel.IRaiseItemChangedEvents">
+ <summary>Indicates whether a class converts property change events to <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</summary>
+ </member>
+ <member name="P:System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents">
+ <summary>Gets a value indicating whether the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events.</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents" /> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> events when one of its property values changes; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ISupportInitializeNotification">
+ <summary>Allows coordination of initialization for a component and its dependent properties.</summary>
+ </member>
+ <member name="E:System.ComponentModel.ISupportInitializeNotification.Initialized">
+ <summary>Occurs when initialization of the component is completed.</summary>
+ </member>
+ <member name="P:System.ComponentModel.ISupportInitializeNotification.IsInitialized">
+ <summary>Gets a value indicating whether the component is initialized.</summary>
+ <returns>
+ <see langword="true" /> to indicate the component has completed initialization; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ITypeDescriptorContext">
+ <summary>Provides contextual information about a component, such as its container and property descriptor.</summary>
+ </member>
+ <member name="P:System.ComponentModel.ITypeDescriptorContext.Container">
+ <summary>Gets the container representing this <see cref="T:System.ComponentModel.TypeDescriptor" /> request.</summary>
+ <returns>An <see cref="T:System.ComponentModel.IContainer" /> with the set of objects for this <see cref="T:System.ComponentModel.TypeDescriptor" />; otherwise, <see langword="null" /> if there is no container or if the <see cref="T:System.ComponentModel.TypeDescriptor" /> does not use outside objects.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ITypeDescriptorContext.Instance">
+ <summary>Gets the object that is connected with this type descriptor request.</summary>
+ <returns>The object that invokes the method on the <see cref="T:System.ComponentModel.TypeDescriptor" />; otherwise, <see langword="null" /> if there is no object responsible for the call.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ITypeDescriptorContext.OnComponentChanged">
+ <summary>Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ITypeDescriptorContext.OnComponentChanging">
+ <summary>Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging" /> event.</summary>
+ <returns>
+ <see langword="true" /> if this object can be changed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor">
+ <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is associated with the given context item.</summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> that describes the given context item; otherwise, <see langword="null" /> if there is no <see cref="T:System.ComponentModel.PropertyDescriptor" /> responsible for the call.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ITypedList">
+ <summary>Provides functionality to discover the schema for a bindable list, where the properties available for binding differ from the public properties of the object to bind to.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
+ <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</summary>
+ <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to find in the collection as bindable. This can be <see langword="null" />.</param>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties on each item used to bind data.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[])">
+ <summary>Returns the name of the list.</summary>
+ <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects, for which the list name is returned. This can be <see langword="null" />.</param>
+ <returns>The name of the list.</returns>
+ </member>
+ <member name="T:System.ComponentModel.License">
+ <summary>Provides the <see langword="abstract" /> base class for all licenses. A license is granted to a specific instance of a component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.License.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.License" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.License.Dispose">
+ <summary>When overridden in a derived class, disposes of the resources used by the license.</summary>
+ </member>
+ <member name="P:System.ComponentModel.License.LicenseKey">
+ <summary>When overridden in a derived class, gets the license key granted to this component.</summary>
+ <returns>A license key granted to this component.</returns>
+ </member>
+ <member name="T:System.ComponentModel.LicenseContext">
+ <summary>Specifies when you can use a licensed object and provides a way of obtaining additional services needed to support licenses running within its domain.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseContext.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseContext" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
+ <summary>When overridden in a derived class, returns a saved license key for the specified type, from the specified resource assembly.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of component.</param>
+ <param name="resourceAssembly">An <see cref="T:System.Reflection.Assembly" /> with the license key.</param>
+ <returns>The <see cref="P:System.ComponentModel.License.LicenseKey" /> for the specified type. This method returns <see langword="null" /> unless you override it.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseContext.GetService(System.Type)">
+ <summary>Gets the requested service, if it is available.</summary>
+ <param name="type">The type of service to retrieve.</param>
+ <returns>An instance of the service, or <see langword="null" /> if the service cannot be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseContext.SetSavedLicenseKey(System.Type,System.String)">
+ <summary>When overridden in a derived class, sets a license key for the specified type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the component associated with the license key.</param>
+ <param name="key">The <see cref="P:System.ComponentModel.License.LicenseKey" /> to save for the type of component.</param>
+ </member>
+ <member name="P:System.ComponentModel.LicenseContext.UsageMode">
+ <summary>When overridden in a derived class, gets a value that specifies when you can use a license.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.LicenseUsageMode" /> values that specifies when you can use a license. The default is <see cref="F:System.ComponentModel.LicenseUsageMode.Runtime" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.LicenseException">
+ <summary>Represents the exception thrown when a component cannot be granted a license.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException" /> class with the given <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" />.</summary>
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.</param>
+ <param name="context">The destination to be used for deserialization.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException" /> class for the type of component that was denied a license.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of component that was not granted a license.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException" /> class for the type and the instance of the component that was denied a license.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of component that was not granted a license.</param>
+ <param name="instance">The instance of the component that was not granted a license.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException" /> class for the type and the instance of the component that was denied a license, along with a message to display.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of component that was not granted a license.</param>
+ <param name="instance">The instance of the component that was not granted a license.</param>
+ <param name="message">The exception message to display.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object,System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException" /> class for the type and the instance of the component that was denied a license, along with a message to display and the original exception thrown.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of component that was not granted a license.</param>
+ <param name="instance">The instance of the component that was not granted a license.</param>
+ <param name="message">The exception message to display.</param>
+ <param name="innerException">An <see cref="T:System.Exception" /> that represents the original exception.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.</param>
+ <param name="context">The destination to be used for deserialization.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="info" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.LicenseException.LicensedType">
+ <summary>Gets the type of the component that was not granted a license.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of component that was not granted a license.</returns>
+ </member>
+ <member name="T:System.ComponentModel.LicenseManager">
+ <summary>Provides properties and methods to add a license to a component and to manage a <see cref="T:System.ComponentModel.LicenseProvider" />. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)">
+ <summary>Creates an instance of the specified type, given a context in which you can use the licensed instance.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type to create.</param>
+ <param name="creationContext">A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies when you can use the licensed instance.</param>
+ <returns>An instance of the specified type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])">
+ <summary>Creates an instance of the specified type with the specified arguments, given a context in which you can use the licensed instance.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type to create.</param>
+ <param name="creationContext">A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies when you can use the licensed instance.</param>
+ <param name="args">An array of type <see cref="T:System.Object" /> that represents the arguments for the type.</param>
+ <returns>An instance of the specified type with the given array of arguments.</returns>
+ </member>
+ <member name="P:System.ComponentModel.LicenseManager.CurrentContext">
+ <summary>Gets or sets the current <see cref="T:System.ComponentModel.LicenseContext" />, which specifies when you can use the licensed object.</summary>
+ <returns>A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies when you can use the licensed object.</returns>
+ <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.LicenseManager.CurrentContext" /> property is currently locked and cannot be changed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.IsLicensed(System.Type)">
+ <summary>Returns whether the given type has a valid license.</summary>
+ <param name="type">The <see cref="T:System.Type" /> to find a valid license for.</param>
+ <returns>
+ <see langword="true" /> if the given type is licensed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.IsValid(System.Type)">
+ <summary>Determines whether a valid license can be granted for the specified type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of object that requests the <see cref="T:System.ComponentModel.License" />.</param>
+ <returns>
+ <see langword="true" /> if a valid license can be granted; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.IsValid(System.Type,System.Object,System.ComponentModel.License@)">
+ <summary>Determines whether a valid license can be granted for the specified instance of the type. This method creates a valid <see cref="T:System.ComponentModel.License" />.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of object that requests the license.</param>
+ <param name="instance">An object of the specified type or a type derived from the specified type.</param>
+ <param name="license">A <see cref="T:System.ComponentModel.License" /> that is a valid license, or <see langword="null" /> if a valid license cannot be granted.</param>
+ <returns>
+ <see langword="true" /> if a valid <see cref="T:System.ComponentModel.License" /> can be granted; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.LockContext(System.Object)">
+ <summary>Prevents changes being made to the current <see cref="T:System.ComponentModel.LicenseContext" /> of the given object.</summary>
+ <param name="contextUser">The object whose current context you want to lock.</param>
+ <exception cref="T:System.InvalidOperationException">The context is already locked.</exception>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.UnlockContext(System.Object)">
+ <summary>Allows changes to be made to the current <see cref="T:System.ComponentModel.LicenseContext" /> of the given object.</summary>
+ <param name="contextUser">The object whose current context you want to unlock.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="contextUser" /> represents a different user than the one specified in a previous call to <see cref="M:System.ComponentModel.LicenseManager.LockContext(System.Object)" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.LicenseManager.UsageMode">
+ <summary>Gets the <see cref="T:System.ComponentModel.LicenseUsageMode" /> which specifies when you can use the licensed object for the <see cref="P:System.ComponentModel.LicenseManager.CurrentContext" />.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.LicenseUsageMode" /> values, as specified in the <see cref="P:System.ComponentModel.LicenseManager.CurrentContext" /> property.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.Validate(System.Type)">
+ <summary>Determines whether a license can be granted for the specified type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of object that requests the license.</param>
+ <exception cref="T:System.ComponentModel.LicenseException">A <see cref="T:System.ComponentModel.License" /> cannot be granted.</exception>
+ </member>
+ <member name="M:System.ComponentModel.LicenseManager.Validate(System.Type,System.Object)">
+ <summary>Determines whether a license can be granted for the instance of the specified type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of object that requests the license.</param>
+ <param name="instance">An <see cref="T:System.Object" /> of the specified type or a type derived from the specified type.</param>
+ <returns>A valid <see cref="T:System.ComponentModel.License" />.</returns>
+ <exception cref="T:System.ComponentModel.LicenseException">The type is licensed, but a <see cref="T:System.ComponentModel.License" /> cannot be granted.</exception>
+ </member>
+ <member name="T:System.ComponentModel.LicenseProvider">
+ <summary>Provides the <see langword="abstract" /> base class for implementing a license provider.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProvider.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProvider" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
+ <summary>When overridden in a derived class, gets a license for an instance or type of component, when given a context and whether the denial of a license throws an exception.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies where you can use the licensed object.</param>
+ <param name="type">A <see cref="T:System.Type" /> that represents the component requesting the license.</param>
+ <param name="instance">An object that is requesting the license.</param>
+ <param name="allowExceptions">
+ <see langword="true" /> if a <see cref="T:System.ComponentModel.LicenseException" /> should be thrown when the component cannot be granted a license; otherwise, <see langword="false" />.</param>
+ <returns>A valid <see cref="T:System.ComponentModel.License" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.LicenseProviderAttribute">
+ <summary>Specifies the <see cref="T:System.ComponentModel.LicenseProvider" /> to use with a class. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute" /> class without a license provider.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute" /> class with the specified type.</summary>
+ <param name="typeName">The fully qualified name of the license provider class.</param>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute" /> class with the specified type of license provider.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of the license provider class.</param>
+ </member>
+ <member name="F:System.ComponentModel.LicenseProviderAttribute.Default">
+ <summary>Specifies the default value, which is no provider. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)">
+ <summary>Indicates whether this instance and a specified object are equal.</summary>
+ <param name="value">Another object to compare to.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicenseProviderAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.LicenseProviderAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider">
+ <summary>Gets the license provider that must be used with the associated class.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of the license provider. The default value is <see langword="null" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.LicenseProviderAttribute.TypeId">
+ <summary>Indicates a unique ID for this attribute type.</summary>
+ <returns>A unique ID for this attribute type.</returns>
+ </member>
+ <member name="T:System.ComponentModel.LicenseUsageMode">
+ <summary>Specifies when the <see cref="T:System.ComponentModel.License" /> can be used.</summary>
+ </member>
+ <member name="F:System.ComponentModel.LicenseUsageMode.Designtime">
+ <summary>Used during design time by a visual designer or the compiler.</summary>
+ </member>
+ <member name="F:System.ComponentModel.LicenseUsageMode.Runtime">
+ <summary>Used during runtime.</summary>
+ </member>
+ <member name="T:System.ComponentModel.LicFileLicenseProvider">
+ <summary>Provides an implementation of a <see cref="T:System.ComponentModel.LicenseProvider" />. The provider works in a similar fashion to the Microsoft .NET Framework standard licensing model.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicFileLicenseProvider.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicFileLicenseProvider" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LicFileLicenseProvider.GetKey(System.Type)">
+ <summary>Returns a key for the specified type.</summary>
+ <param name="type">The object type to return the key.</param>
+ <returns>A confirmation that the <paramref name="type" /> parameter is licensed.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicFileLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
+ <summary>Returns a license for the instance of the component, if one is available.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies where you can use the licensed object.</param>
+ <param name="type">A <see cref="T:System.Type" /> that represents the component requesting the <see cref="T:System.ComponentModel.License" />.</param>
+ <param name="instance">An object that requests the <see cref="T:System.ComponentModel.License" />.</param>
+ <param name="allowExceptions">
+ <see langword="true" /> if a <see cref="T:System.ComponentModel.LicenseException" /> should be thrown when a component cannot be granted a license; otherwise, <see langword="false" />.</param>
+ <returns>A valid <see cref="T:System.ComponentModel.License" />. If this method cannot find a valid <see cref="T:System.ComponentModel.License" /> or a valid <paramref name="context" /> parameter, it returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LicFileLicenseProvider.IsKeyValid(System.String,System.Type)">
+ <summary>Determines whether the key that the <see cref="M:System.ComponentModel.LicFileLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)" /> method retrieves is valid for the specified type.</summary>
+ <param name="key">The <see cref="P:System.ComponentModel.License.LicenseKey" /> to check.</param>
+ <param name="type">A <see cref="T:System.Type" /> that represents the component requesting the <see cref="T:System.ComponentModel.License" />.</param>
+ <returns>
+ <see langword="true" /> if the key is a valid <see cref="P:System.ComponentModel.License.LicenseKey" /> for the specified type; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ListBindableAttribute">
+ <summary>Specifies that a list can be used as a data source. A visual designer should use this attribute to determine whether to display a particular list in a data-binding picker. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListBindableAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListBindableAttribute" /> class using a value to indicate whether the list is bindable.</summary>
+ <param name="listBindable">
+ <see langword="true" /> if the list is bindable; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.ListBindableAttribute.#ctor(System.ComponentModel.BindableSupport)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListBindableAttribute" /> class using <see cref="T:System.ComponentModel.BindableSupport" /> to indicate whether the list is bindable.</summary>
+ <param name="flags">A <see cref="T:System.ComponentModel.BindableSupport" /> that indicates whether the list is bindable.</param>
+ </member>
+ <member name="F:System.ComponentModel.ListBindableAttribute.Default">
+ <summary>Represents the default value for <see cref="T:System.ComponentModel.ListBindableAttribute" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)">
+ <summary>Returns whether the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute" />.</summary>
+ <param name="obj">The object to test equality with.</param>
+ <returns>
+ <see langword="true" /> if the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListBindableAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.ListBindableAttribute" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListBindableAttribute.IsDefaultAttribute">
+ <summary>Returns whether <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable" /> is set to the default value.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable" /> is set to the default value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListBindableAttribute.ListBindable">
+ <summary>Gets whether the list is bindable.</summary>
+ <returns>
+ <see langword="true" /> if the list is bindable; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.ListBindableAttribute.No">
+ <summary>Specifies that the list is not bindable. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListBindableAttribute.Yes">
+ <summary>Specifies that the list is bindable. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.ListChangedEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.ComponentModel.PropertyDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs" /> class given the type of change and the <see cref="T:System.ComponentModel.PropertyDescriptor" /> affected.</summary>
+ <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType" /> value indicating the type of change.</param>
+ <param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> that was added, removed, or changed.</param>
+ </member>
+ <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs" /> class given the type of change and the index of the affected item.</summary>
+ <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType" /> value indicating the type of change.</param>
+ <param name="newIndex">The index of the item that was added, changed, or removed.</param>
+ </member>
+ <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.ComponentModel.PropertyDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs" /> class given the type of change, the index of the affected item, and a <see cref="T:System.ComponentModel.PropertyDescriptor" /> describing the affected item.</summary>
+ <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType" /> value indicating the type of change.</param>
+ <param name="newIndex">The index of the item that was added or changed.</param>
+ <param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> describing the item.</param>
+ </member>
+ <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs" /> class given the type of change and the old and new index of the item that was moved.</summary>
+ <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType" /> value indicating the type of change.</param>
+ <param name="newIndex">The new index of the item that was moved.</param>
+ <param name="oldIndex">The old index of the item that was moved.</param>
+ </member>
+ <member name="P:System.ComponentModel.ListChangedEventArgs.ListChangedType">
+ <summary>Gets the type of change.</summary>
+ <returns>A <see cref="T:System.ComponentModel.ListChangedType" /> value indicating the type of change.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListChangedEventArgs.NewIndex">
+ <summary>Gets the index of the item affected by the change.</summary>
+ <returns>The index of the affected by the change.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListChangedEventArgs.OldIndex">
+ <summary>Gets the old index of an item that has been moved.</summary>
+ <returns>The old index of the moved item.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListChangedEventArgs.PropertyDescriptor">
+ <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that was added, changed, or deleted.</summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> affected by the change.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ListChangedEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.IBindingList.ListChanged" /> event of the <see cref="T:System.ComponentModel.IBindingList" /> class.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="T:System.ComponentModel.ListChangedType">
+ <summary>Specifies how the list changed.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.ItemAdded">
+ <summary>An item added to the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex" /> contains the index of the item that was added.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.ItemChanged">
+ <summary>An item changed in the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex" /> contains the index of the item that was changed.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.ItemDeleted">
+ <summary>An item deleted from the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex" /> contains the index of the item that was deleted.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.ItemMoved">
+ <summary>An item moved within the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.OldIndex" /> contains the previous index for the item, whereas <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex" /> contains the new index for the item.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorAdded">
+ <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> was added, which changed the schema.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorChanged">
+ <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> was changed, which changed the schema.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorDeleted">
+ <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> was deleted, which changed the schema.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListChangedType.Reset">
+ <summary>Much of the list has changed. Any listening controls should refresh all their data from the list.</summary>
+ </member>
+ <member name="T:System.ComponentModel.ListSortDescription">
+ <summary>Provides a description of the sort operation applied to a data source.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescription.#ctor(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescription" /> class with the specified property description and direction.</summary>
+ <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> that describes the property by which the data source is sorted.</param>
+ <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDescription" /> values.</param>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescription.PropertyDescriptor">
+ <summary>Gets or sets the abstract description of a class property associated with this <see cref="T:System.ComponentModel.ListSortDescription" /></summary>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with this <see cref="T:System.ComponentModel.ListSortDescription" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescription.SortDirection">
+ <summary>Gets or sets the direction of the sort operation associated with this <see cref="T:System.ComponentModel.ListSortDescription" />.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection" /> values.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ListSortDescriptionCollection">
+ <summary>Represents a collection of <see cref="T:System.ComponentModel.ListSortDescription" /> objects.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.#ctor(System.ComponentModel.ListSortDescription[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> class with the specified array of <see cref="T:System.ComponentModel.ListSortDescription" /> objects.</summary>
+ <param name="sorts">The array of <see cref="T:System.ComponentModel.ListSortDescription" /> objects to be contained in the collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.Contains(System.Object)">
+ <summary>Determines if the <see cref="T:System.ComponentModel.ListSortDescriptionCollection" /> contains a specific value.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Object" /> is found in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.CopyTo(System.Array,System.Int32)">
+ <summary>Copies the contents of the collection to the specified array, starting at the specified destination array index.</summary>
+ <param name="array">The destination array for the items copied from the collection.</param>
+ <param name="index">The index of the destination array at which copying begins.</param>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.Count">
+ <summary>Gets the number of items in the collection.</summary>
+ <returns>The number of items in the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.IndexOf(System.Object)">
+ <summary>Returns the index of the specified item in the collection.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to locate in the collection.</param>
+ <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.Item(System.Int32)">
+ <summary>Gets or sets the specified <see cref="T:System.ComponentModel.ListSortDescription" />.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription" /> to get or set in the collection.</param>
+ <returns>The <see cref="T:System.ComponentModel.ListSortDescription" /> with the specified index.</returns>
+ <exception cref="T:System.InvalidOperationException">An item is set in the <see cref="T:System.ComponentModel.ListSortDescriptionCollection" />, which is read-only.</exception>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the collection is thread safe.</summary>
+ <returns>
+ <see langword="true" /> in all cases.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets the current instance that can be used to synchronize access to the collection.</summary>
+ <returns>The current instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Gets a <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#Add(System.Object)">
+ <summary>Adds an item to the collection.</summary>
+ <param name="value">The item to add to the collection.</param>
+ <returns>The position into which the new element was inserted.</returns>
+ <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#Clear">
+ <summary>Removes all items from the collection.</summary>
+ <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
+ <summary>Inserts an item into the collection at a specified index.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription" /> to get or set in the collection</param>
+ <param name="value">The item to insert into the collection.</param>
+ <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#IsFixedSize">
+ <summary>Gets a value indicating whether the collection has a fixed size.</summary>
+ <returns>
+ <see langword="true" /> in all cases.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#IsReadOnly">
+ <summary>Gets a value indicating whether the collection is read-only.</summary>
+ <returns>
+ <see langword="true" /> in all cases.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#Item(System.Int32)">
+ <summary>Gets the specified <see cref="T:System.ComponentModel.ListSortDescription" />.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription" /> to get in the collection</param>
+ <returns>The <see cref="T:System.ComponentModel.ListSortDescription" /> with the specified index.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#Remove(System.Object)">
+ <summary>Removes the first occurrence of an item from the collection.</summary>
+ <param name="value">The item to remove from the collection.</param>
+ <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ListSortDescriptionCollection.System#Collections#IList#RemoveAt(System.Int32)">
+ <summary>Removes an item from the collection at a specified index.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription" /> to remove from the collection</param>
+ <exception cref="T:System.InvalidOperationException">In all cases.</exception>
+ </member>
+ <member name="T:System.ComponentModel.ListSortDirection">
+ <summary>Specifies the direction of a sort operation.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListSortDirection.Ascending">
+ <summary>Sorts in ascending order.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ListSortDirection.Descending">
+ <summary>Sorts in descending order.</summary>
+ </member>
+ <member name="T:System.ComponentModel.LookupBindingPropertiesAttribute">
+ <summary>Specifies the properties that support lookup-based binding. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class using no parameters.</summary>
+ </member>
+ <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.#ctor(System.String,System.String,System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class.</summary>
+ <param name="dataSource">The name of the property to be used as the data source.</param>
+ <param name="displayMember">The name of the property to be used for the display name.</param>
+ <param name="valueMember">The name of the property to be used as the source for values.</param>
+ <param name="lookupMember">The name of the property to be used for lookups.</param>
+ </member>
+ <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.DataSource">
+ <summary>Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
+ <returns>The data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
+ </member>
+ <member name="F:System.ComponentModel.LookupBindingPropertiesAttribute.Default">
+ <summary>Represents the default value for the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class.</summary>
+ </member>
+ <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.DisplayMember">
+ <summary>Gets the name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
+ <returns>The name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)">
+ <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance.</summary>
+ <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance</param>
+ <returns>
+ <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" />, indicating they are not equal.</returns>
+ </member>
+ <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.LookupMember">
+ <summary>Gets the name of the lookup member for the component to which this attribute is bound.</summary>
+ <returns>The name of the lookup member for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
+ </member>
+ <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.ValueMember">
+ <summary>Gets the name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
+ <returns>The name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
+ </member>
+ <member name="T:System.ComponentModel.MarshalByValueComponent">
+ <summary>Implements <see cref="T:System.ComponentModel.IComponent" /> and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).</summary>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MarshalByValueComponent" /> class.</summary>
+ </member>
+ <member name="P:System.ComponentModel.MarshalByValueComponent.Container">
+ <summary>Gets the container for the component.</summary>
+ <returns>An object implementing the <see cref="T:System.ComponentModel.IContainer" /> interface that represents the component's container, or <see langword="null" /> if the component does not have a site.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MarshalByValueComponent.DesignMode">
+ <summary>Gets a value indicating whether the component is currently in design mode.</summary>
+ <returns>
+ <see langword="true" /> if the component is in design mode; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.Dispose">
+ <summary>Releases all resources used by the <see cref="T:System.ComponentModel.MarshalByValueComponent" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.Dispose(System.Boolean)">
+ <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.MarshalByValueComponent" /> and optionally releases the managed resources.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="E:System.ComponentModel.MarshalByValueComponent.Disposed">
+ <summary>Adds an event handler to listen to the <see cref="E:System.ComponentModel.MarshalByValueComponent.Disposed" /> event on the component.</summary>
+ </member>
+ <member name="P:System.ComponentModel.MarshalByValueComponent.Events">
+ <summary>Gets the list of event handlers that are attached to this component.</summary>
+ <returns>An <see cref="T:System.ComponentModel.EventHandlerList" /> that provides the delegates for this component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.Finalize">
+ <summary>Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.GetService(System.Type)">
+ <summary>Gets the implementer of the <see cref="T:System.IServiceProvider" />.</summary>
+ <param name="service">A <see cref="T:System.Type" /> that represents the type of service you want.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the implementer of the <see cref="T:System.IServiceProvider" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MarshalByValueComponent.Site">
+ <summary>Gets or sets the site of the component.</summary>
+ <returns>An object implementing the <see cref="T:System.ComponentModel.ISite" /> interface that represents the site of the component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MarshalByValueComponent.ToString">
+ <summary>Returns a <see cref="T:System.String" /> containing the name of the <see cref="T:System.ComponentModel.Component" />, if any. This method should not be overridden.</summary>
+ <returns>A <see cref="T:System.String" /> containing the name of the <see cref="T:System.ComponentModel.Component" />, if any.
+<see langword="null" /> if the <see cref="T:System.ComponentModel.Component" /> is unnamed.</returns>
+ </member>
+ <member name="T:System.ComponentModel.MaskedTextProvider">
+ <summary>Represents a mask-parsing service that can be used by any number of controls that support masking, such as the <see cref="T:System.Windows.Forms.MaskedTextBox" /> control.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask and ASCII restriction value.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="restrictToAscii">
+ <see langword="true" /> to restrict input to ASCII-compatible characters; otherwise <see langword="false" /> to allow the entire Unicode set.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Char,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask, password character, and prompt usage value.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="passwordChar">A <see cref="T:System.Char" /> that will be displayed for characters entered into a password string.</param>
+ <param name="allowPromptAsInput">
+ <see langword="true" /> to allow the prompt character as input; otherwise <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask and culture.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that is used to set region-sensitive separator characters.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask, culture, and ASCII restriction value.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that is used to set region-sensitive separator characters.</param>
+ <param name="restrictToAscii">
+ <see langword="true" /> to restrict input to ASCII-compatible characters; otherwise <see langword="false" /> to allow the entire Unicode set.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean,System.Char,System.Char,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask, culture, prompt usage value, prompt character, password character, and ASCII restriction value.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that is used to set region-sensitive separator characters.</param>
+ <param name="allowPromptAsInput">A <see cref="T:System.Boolean" /> value that specifies whether the prompt character should be allowed as a valid input character.</param>
+ <param name="promptChar">A <see cref="T:System.Char" /> that will be displayed as a placeholder for user input.</param>
+ <param name="passwordChar">A <see cref="T:System.Char" /> that will be displayed for characters entered into a password string.</param>
+ <param name="restrictToAscii">
+ <see langword="true" /> to restrict input to ASCII-compatible characters; otherwise <see langword="false" /> to allow the entire Unicode set.</param>
+ <exception cref="T:System.ArgumentException">The mask parameter is <see langword="null" /> or <see cref="F:System.String.Empty" />.
+-or-
+The mask contains one or more non-printable characters.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Char,System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider" /> class using the specified mask, culture, password character, and prompt usage value.</summary>
+ <param name="mask">A <see cref="T:System.String" /> that represents the input mask.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that is used to set region-sensitive separator characters.</param>
+ <param name="passwordChar">A <see cref="T:System.Char" /> that will be displayed for characters entered into a password string.</param>
+ <param name="allowPromptAsInput">
+ <see langword="true" /> to allow the prompt character as input; otherwise <see langword="false" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.Char)">
+ <summary>Adds the specified input character to the end of the formatted string.</summary>
+ <param name="input">A <see cref="T:System.Char" /> value to be appended to the formatted string.</param>
+ <returns>
+ <see langword="true" /> if the input character was added successfully; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.Char,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Adds the specified input character to the end of the formatted string, and then outputs position and descriptive information.</summary>
+ <param name="input">A <see cref="T:System.Char" /> value to be appended to the formatted string.</param>
+ <param name="testPosition">The zero-based position in the formatted string where the attempt was made to add the character. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the input character was added successfully; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.String)">
+ <summary>Adds the characters in the specified input string to the end of the formatted string.</summary>
+ <param name="input">A <see cref="T:System.String" /> containing character values to be appended to the formatted string.</param>
+ <returns>
+ <see langword="true" /> if all the characters from the input string were added successfully; otherwise <see langword="false" /> to indicate that no characters were added.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Adds the characters in the specified input string to the end of the formatted string, and then outputs position and descriptive information.</summary>
+ <param name="input">A <see cref="T:System.String" /> containing character values to be appended to the formatted string.</param>
+ <param name="testPosition">The zero-based position in the formatted string where the attempt was made to add the character. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if all the characters from the input string were added successfully; otherwise <see langword="false" /> to indicate that no characters were added.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.AllowPromptAsInput">
+ <summary>Gets a value indicating whether the prompt character should be treated as a valid input character or not.</summary>
+ <returns>
+ <see langword="true" /> if the user can enter <see cref="P:System.ComponentModel.MaskedTextProvider.PromptChar" /> into the control; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.AsciiOnly">
+ <summary>Gets a value indicating whether the mask accepts characters outside of the ASCII character set.</summary>
+ <returns>
+ <see langword="true" /> if only ASCII is accepted; <see langword="false" /> if <see cref="T:System.ComponentModel.MaskedTextProvider" /> can accept any arbitrary Unicode character. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.AssignedEditPositionCount">
+ <summary>Gets the number of editable character positions that have already been successfully assigned an input value.</summary>
+ <returns>An <see cref="T:System.Int32" /> containing the number of editable character positions in the input mask that have already been assigned a character value in the formatted string.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.AvailableEditPositionCount">
+ <summary>Gets the number of editable character positions in the input mask that have not yet been assigned an input value.</summary>
+ <returns>An <see cref="T:System.Int32" /> containing the number of editable character positions that not yet been assigned a character value.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Clear">
+ <summary>Clears all the editable input characters from the formatted string, replacing them with prompt characters.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Clear(System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Clears all the editable input characters from the formatted string, replacing them with prompt characters, and then outputs descriptive information.</summary>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Clone">
+ <summary>Creates a copy of the current <see cref="T:System.ComponentModel.MaskedTextProvider" />.</summary>
+ <returns>The <see cref="T:System.ComponentModel.MaskedTextProvider" /> object this method creates, cast as an object.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.Culture">
+ <summary>Gets the culture that determines the value of the localizable separators and placeholders in the input mask.</summary>
+ <returns>A <see cref="T:System.Globalization.CultureInfo" /> containing the culture information associated with the input mask.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.DefaultPasswordChar">
+ <summary>Gets the default password character used obscure user input.</summary>
+ <returns>A <see cref="T:System.Char" /> that represents the default password character.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.EditPositionCount">
+ <summary>Gets the number of editable positions in the formatted string.</summary>
+ <returns>An <see cref="T:System.Int32" /> containing the number of editable positions in the formatted string.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.EditPositions">
+ <summary>Gets a newly created enumerator for the editable positions in the formatted string.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> that supports enumeration over the editable positions in the formatted string.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindAssignedEditPositionFrom(System.Int32,System.Boolean)">
+ <summary>Returns the position of the first assigned editable position after the specified position using the specified search direction.</summary>
+ <param name="position">The zero-based position in the formatted string to start the search.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first assigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindAssignedEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
+ <summary>Returns the position of the first assigned editable position between the specified positions using the specified search direction.</summary>
+ <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first assigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindEditPositionFrom(System.Int32,System.Boolean)">
+ <summary>Returns the position of the first editable position after the specified position using the specified search direction.</summary>
+ <param name="position">The zero-based position in the formatted string to start the search.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
+ <summary>Returns the position of the first editable position between the specified positions using the specified search direction.</summary>
+ <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindNonEditPositionFrom(System.Int32,System.Boolean)">
+ <summary>Returns the position of the first non-editable position after the specified position using the specified search direction.</summary>
+ <param name="position">The zero-based position in the formatted string to start the search.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first literal position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindNonEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
+ <summary>Returns the position of the first non-editable position between the specified positions using the specified search direction.</summary>
+ <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first literal position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindUnassignedEditPositionFrom(System.Int32,System.Boolean)">
+ <summary>Returns the position of the first unassigned editable position after the specified position using the specified search direction.</summary>
+ <param name="position">The zero-based position in the formatted string to start the search.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first unassigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.FindUnassignedEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
+ <summary>Returns the position of the first unassigned editable position between the specified positions using the specified search direction.</summary>
+ <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
+ <param name="direction">A <see cref="T:System.Boolean" /> indicating the search direction; either <see langword="true" /> to search forward or <see langword="false" /> to search backward.</param>
+ <returns>If successful, an <see cref="T:System.Int32" /> representing the zero-based position of the first unassigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint)">
+ <summary>Determines whether the specified <see cref="T:System.ComponentModel.MaskedTextResultHint" /> denotes success or failure.</summary>
+ <param name="hint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> value typically obtained as an output parameter from a previous operation.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.MaskedTextResultHint" /> value represents a success; otherwise, <see langword="false" /> if it represents failure.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.IncludeLiterals">
+ <summary>Gets or sets a value that indicates whether literal characters in the input mask should be included in the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if literals are included; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.IncludePrompt">
+ <summary>Gets or sets a value indicating whether <see cref="P:System.Windows.Forms.MaskedTextBox.PromptChar" /> is used to represent the absence of user input when displaying the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if the prompt character is used to represent the positions where no user input was provided; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.Char,System.Int32)">
+ <summary>Inserts the specified character at the specified position within the formatted string.</summary>
+ <param name="input">The <see cref="T:System.Char" /> to be inserted.</param>
+ <param name="position">The zero-based position in the formatted string to insert the character.</param>
+ <returns>
+ <see langword="true" /> if the insertion was successful; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.Char,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Inserts the specified character at the specified position within the formatted string, returning the last insertion position and the status of the operation.</summary>
+ <param name="input">The <see cref="T:System.Char" /> to be inserted.</param>
+ <param name="position">The zero-based position in the formatted string to insert the character.</param>
+ <param name="testPosition">If the method is successful, the last position where a character was inserted; otherwise, the first position where the insertion failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the insertion operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the insertion was successful; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.String,System.Int32)">
+ <summary>Inserts the specified string at a specified position within the formatted string.</summary>
+ <param name="input">The <see cref="T:System.String" /> to be inserted.</param>
+ <param name="position">The zero-based position in the formatted string to insert the input string.</param>
+ <returns>
+ <see langword="true" /> if the insertion was successful; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.String,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Inserts the specified string at a specified position within the formatted string, returning the last insertion position and the status of the operation.</summary>
+ <param name="input">The <see cref="T:System.String" /> to be inserted.</param>
+ <param name="position">The zero-based position in the formatted string to insert the input string.</param>
+ <param name="testPosition">If the method is successful, the last position where a character was inserted; otherwise, the first position where the insertion failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the insertion operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the insertion was successful; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.InvalidIndex">
+ <summary>Gets the upper bound of the range of invalid indexes.</summary>
+ <returns>A value representing the largest invalid index, as determined by the provider implementation. For example, if the lowest valid index is 0, this property will return -1.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.IsAvailablePosition(System.Int32)">
+ <summary>Determines whether the specified position is available for assignment.</summary>
+ <param name="position">The zero-based position in the mask to test.</param>
+ <returns>
+ <see langword="true" /> if the specified position in the formatted string is editable and has not been assigned to yet; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.IsEditPosition(System.Int32)">
+ <summary>Determines whether the specified position is editable.</summary>
+ <param name="position">The zero-based position in the mask to test.</param>
+ <returns>
+ <see langword="true" /> if the specified position in the formatted string is editable; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.IsPassword">
+ <summary>Gets or sets a value that determines whether password protection should be applied to the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if the input string is to be treated as a password string; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.IsValidInputChar(System.Char)">
+ <summary>Determines whether the specified character is a valid input character.</summary>
+ <param name="c">The <see cref="T:System.Char" /> value to test.</param>
+ <returns>
+ <see langword="true" /> if the specified character contains a valid input value; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.IsValidMaskChar(System.Char)">
+ <summary>Determines whether the specified character is a valid mask character.</summary>
+ <param name="c">The <see cref="T:System.Char" /> value to test.</param>
+ <returns>
+ <see langword="true" /> if the specified character contains a valid mask value; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)">
+ <summary>Determines whether the specified character is a valid password character.</summary>
+ <param name="c">The <see cref="T:System.Char" /> value to test.</param>
+ <returns>
+ <see langword="true" /> if the specified character contains a valid password value; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.Item(System.Int32)">
+ <summary>Gets the element at the specified position in the formatted string.</summary>
+ <param name="index">A zero-based index of the element to retrieve.</param>
+ <returns>The <see cref="T:System.Char" /> at the specified position in the formatted string.</returns>
+ <exception cref="T:System.IndexOutOfRangeException">
+ <paramref name="index" /> is less than zero or greater than or equal to the <see cref="P:System.ComponentModel.MaskedTextProvider.Length" /> of the mask.</exception>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.LastAssignedPosition">
+ <summary>Gets the index in the mask of the rightmost input character that has been assigned to the mask.</summary>
+ <returns>If at least one input character has been assigned to the mask, an <see cref="T:System.Int32" /> containing the index of rightmost assigned position; otherwise, if no position has been assigned, <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.Length">
+ <summary>Gets the length of the mask, absent any mask modifier characters.</summary>
+ <returns>An <see cref="T:System.Int32" /> containing the number of positions in the mask, excluding characters that modify mask input.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.Mask">
+ <summary>Gets the input mask.</summary>
+ <returns>A <see cref="T:System.String" /> containing the full mask.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.MaskCompleted">
+ <summary>Gets a value indicating whether all required inputs have been entered into the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if all required input has been entered into the mask; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.MaskFull">
+ <summary>Gets a value indicating whether all required and optional inputs have been entered into the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if all required and optional inputs have been entered; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.PasswordChar">
+ <summary>Gets or sets the character to be substituted for the actual input characters.</summary>
+ <returns>The <see cref="T:System.Char" /> value used as the password character.</returns>
+ <exception cref="T:System.InvalidOperationException">The password character specified when setting this property is the same as the current prompt character, <see cref="P:System.ComponentModel.MaskedTextProvider.PromptChar" />. The two are required to be different.</exception>
+ <exception cref="T:System.ArgumentException">The character specified when setting this property is not a valid password character, as determined by the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)" /> method.</exception>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.PromptChar">
+ <summary>Gets or sets the character used to represent the absence of user input for all available edit positions.</summary>
+ <returns>The character used to prompt the user for input. The default is an underscore (_).</returns>
+ <exception cref="T:System.InvalidOperationException">The prompt character specified when setting this property is the same as the current password character, <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar" />. The two are required to be different.</exception>
+ <exception cref="T:System.ArgumentException">The character specified when setting this property is not a valid password character, as determined by the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)" /> method.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Remove">
+ <summary>Removes the last assigned character from the formatted string.</summary>
+ <returns>
+ <see langword="true" /> if the character was successfully removed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Remove(System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Removes the last assigned character from the formatted string, and then outputs the removal position and descriptive information.</summary>
+ <param name="testPosition">The zero-based position in the formatted string where the character was actually removed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully removed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32)">
+ <summary>Removes the assigned character at the specified position from the formatted string.</summary>
+ <param name="position">The zero-based position of the assigned character to remove.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully removed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32,System.Int32)">
+ <summary>Removes the assigned characters between the specified positions from the formatted string.</summary>
+ <param name="startPosition">The zero-based index of the first assigned character to remove.</param>
+ <param name="endPosition">The zero-based index of the last assigned character to remove.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully removed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Removes the assigned characters between the specified positions from the formatted string, and then outputs the removal position and descriptive information.</summary>
+ <param name="startPosition">The zero-based index of the first assigned character to remove.</param>
+ <param name="endPosition">The zero-based index of the last assigned character to remove.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string of where the characters were actually removed; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully removed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32)">
+ <summary>Replaces a single character at or beyond the specified position with the specified character value.</summary>
+ <param name="input">The <see cref="T:System.Char" /> value that replaces the existing value.</param>
+ <param name="position">The zero-based position to search for the first editable character to replace.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully replaced; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Replaces a single character between the specified starting and ending positions with the specified character value, and then outputs the removal position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.Char" /> value that replaces the existing value.</param>
+ <param name="startPosition">The zero-based position in the formatted string where the replacement starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the replacement ends.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the replacement operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully replaced; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Replaces a single character at or beyond the specified position with the specified character value, and then outputs the removal position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.Char" /> value that replaces the existing value.</param>
+ <param name="position">The zero-based position to search for the first editable character to replace.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the replacement operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the character was successfully replaced; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32)">
+ <summary>Replaces a range of editable characters starting at the specified position with the specified string.</summary>
+ <param name="input">The <see cref="T:System.String" /> value used to replace the existing editable characters.</param>
+ <param name="position">The zero-based position to search for the first editable character to replace.</param>
+ <returns>
+ <see langword="true" /> if all the characters were successfully replaced; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Replaces a range of editable characters between the specified starting and ending positions with the specified string, and then outputs the removal position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.String" /> value used to replace the existing editable characters.</param>
+ <param name="startPosition">The zero-based position in the formatted string where the replacement starts.</param>
+ <param name="endPosition">The zero-based position in the formatted string where the replacement ends.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the replacement operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if all the characters were successfully replaced; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Replaces a range of editable characters starting at the specified position with the specified string, and then outputs the removal position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.String" /> value used to replace the existing editable characters.</param>
+ <param name="position">The zero-based position to search for the first editable character to replace.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the replacement operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if all the characters were successfully replaced; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.ResetOnPrompt">
+ <summary>Gets or sets a value that determines how an input character that matches the prompt character should be handled.</summary>
+ <returns>
+ <see langword="true" /> if the prompt character entered as input causes the current editable position in the mask to be reset; otherwise, <see langword="false" /> to indicate that the prompt character is to be processed as a normal input character. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.ResetOnSpace">
+ <summary>Gets or sets a value that determines how a space input character should be handled.</summary>
+ <returns>
+ <see langword="true" /> if the space input character causes the current editable position in the mask to be reset; otherwise, <see langword="false" /> to indicate that it is to be processed as a normal input character. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Set(System.String)">
+ <summary>Sets the formatted string to the specified input string.</summary>
+ <param name="input">The <see cref="T:System.String" /> value used to set the formatted string.</param>
+ <returns>
+ <see langword="true" /> if all the characters were successfully set; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.Set(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Sets the formatted string to the specified input string, and then outputs the removal position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.String" /> value used to set the formatted string.</param>
+ <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually set; otherwise, the first position where the operation failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the set operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if all the characters were successfully set; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="input" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.MaskedTextProvider.SkipLiterals">
+ <summary>Gets or sets a value indicating whether literal character positions in the mask can be overwritten by their same values.</summary>
+ <returns>
+ <see langword="true" /> to allow literals to be added back; otherwise, <see langword="false" /> to not allow the user to overwrite literal characters. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToDisplayString">
+ <summary>Returns the formatted string in a displayable form.</summary>
+ <returns>The formatted <see cref="T:System.String" /> that includes prompts and mask literals.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString">
+ <summary>Returns the formatted string that includes all the assigned character values.</summary>
+ <returns>The formatted <see cref="T:System.String" /> that includes all the assigned character values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean)">
+ <summary>Returns the formatted string, optionally including password characters.</summary>
+ <param name="ignorePasswordChar">
+ <see langword="true" /> to return the actual editable characters; otherwise, <see langword="false" /> to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar" /> property is to be honored.</param>
+ <returns>The formatted <see cref="T:System.String" /> that includes literals, prompts, and optionally password characters.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean)">
+ <summary>Returns the formatted string, optionally including prompt and literal characters.</summary>
+ <param name="includePrompt">
+ <see langword="true" /> to include prompt characters in the return string; otherwise, <see langword="false" />.</param>
+ <param name="includeLiterals">
+ <see langword="true" /> to include literal characters in the return string; otherwise, <see langword="false" />.</param>
+ <returns>The formatted <see cref="T:System.String" /> that includes all the assigned character values and optionally includes literals and prompts.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32)">
+ <summary>Returns a substring of the formatted string, optionally including prompt, literal, and password characters.</summary>
+ <param name="ignorePasswordChar">
+ <see langword="true" /> to return the actual editable characters; otherwise, <see langword="false" /> to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar" /> property is to be honored.</param>
+ <param name="includePrompt">
+ <see langword="true" /> to include prompt characters in the return string; otherwise, <see langword="false" />.</param>
+ <param name="includeLiterals">
+ <see langword="true" /> to return literal characters in the return string; otherwise, <see langword="false" />.</param>
+ <param name="startPosition">The zero-based position in the formatted string where the output begins.</param>
+ <param name="length">The number of characters to return.</param>
+ <returns>If successful, a substring of the formatted <see cref="T:System.String" />, which includes all the assigned character values and optionally includes literals, prompts, and password characters; otherwise the <see cref="F:System.String.Empty" /> string.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean,System.Int32,System.Int32)">
+ <summary>Returns a substring of the formatted string, optionally including prompt and literal characters.</summary>
+ <param name="includePrompt">
+ <see langword="true" /> to include prompt characters in the return string; otherwise, <see langword="false" />.</param>
+ <param name="includeLiterals">
+ <see langword="true" /> to include literal characters in the return string; otherwise, <see langword="false" />.</param>
+ <param name="startPosition">The zero-based position in the formatted string where the output begins.</param>
+ <param name="length">The number of characters to return.</param>
+ <returns>If successful, a substring of the formatted <see cref="T:System.String" />, which includes all the assigned character values and optionally includes literals and prompts; otherwise the <see cref="F:System.String.Empty" /> string.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Int32,System.Int32)">
+ <summary>Returns a substring of the formatted string, optionally including password characters.</summary>
+ <param name="ignorePasswordChar">
+ <see langword="true" /> to return the actual editable characters; otherwise, <see langword="false" /> to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar" /> property is to be honored.</param>
+ <param name="startPosition">The zero-based position in the formatted string where the output begins.</param>
+ <param name="length">The number of characters to return.</param>
+ <returns>If successful, a substring of the formatted <see cref="T:System.String" />, which includes literals, prompts, and optionally password characters; otherwise the <see cref="F:System.String.Empty" /> string.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Int32,System.Int32)">
+ <summary>Returns a substring of the formatted string.</summary>
+ <param name="startPosition">The zero-based position in the formatted string where the output begins.</param>
+ <param name="length">The number of characters to return.</param>
+ <returns>If successful, a substring of the formatted <see cref="T:System.String" />, which includes all the assigned character values; otherwise the <see cref="F:System.String.Empty" /> string.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.VerifyChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Tests whether the specified character could be set successfully at the specified position.</summary>
+ <param name="input">The <see cref="T:System.Char" /> value to test.</param>
+ <param name="position">The position in the mask to test the input character against.</param>
+ <param name="hint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the specified character is valid for the specified position; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.VerifyEscapeChar(System.Char,System.Int32)">
+ <summary>Tests whether the specified character would be escaped at the specified position.</summary>
+ <param name="input">The <see cref="T:System.Char" /> value to test.</param>
+ <param name="position">The position in the mask to test the input character against.</param>
+ <returns>
+ <see langword="true" /> if the specified character would be escaped at the specified position; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.VerifyString(System.String)">
+ <summary>Tests whether the specified string could be set successfully.</summary>
+ <param name="input">The <see cref="T:System.String" /> value to test.</param>
+ <returns>
+ <see langword="true" /> if the specified string represents valid input; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MaskedTextProvider.VerifyString(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
+ <summary>Tests whether the specified string could be set successfully, and then outputs position and descriptive information.</summary>
+ <param name="input">The <see cref="T:System.String" /> value to test.</param>
+ <param name="testPosition">If successful, the zero-based position of the last character actually tested; otherwise, the first position where the test failed. An output parameter.</param>
+ <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint" /> that succinctly describes the result of the test operation. An output parameter.</param>
+ <returns>
+ <see langword="true" /> if the specified string represents valid input; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.MaskedTextResultHint">
+ <summary>Specifies values that succinctly describe the results of a masked text parsing operation.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.AlphanumericCharacterExpected">
+ <summary>Operation did not succeed.An input character was encountered that was not alphanumeric. .</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.AsciiCharacterExpected">
+ <summary>Operation did not succeed.An input character was encountered that was not a member of the ASCII character set.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.CharacterEscaped">
+ <summary>Success. The operation succeeded because a literal, prompt or space character was an escaped character. For more information about escaped characters, see the <see cref="M:System.ComponentModel.MaskedTextProvider.VerifyEscapeChar(System.Char,System.Int32)" /> method.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.DigitExpected">
+ <summary>Operation did not succeed. An input character was encountered that was not a digit.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.InvalidInput">
+ <summary>Operation did not succeed. The program encountered an input character that was not valid. For more information about characters that are not valid, see the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidInputChar(System.Char)" /> method.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.LetterExpected">
+ <summary>Operation did not succeed. An input character was encountered that was not a letter.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.NoEffect">
+ <summary>Success. The primary operation was not performed because it was not needed; therefore, no side effect was produced.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.NonEditPosition">
+ <summary>Operation did not succeed. The current position in the formatted string is a literal character.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.PositionOutOfRange">
+ <summary>Operation did not succeed. The specified position is not in the range of the target string; typically it is either less than zero or greater then the length of the target string.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.PromptCharNotAllowed">
+ <summary>Operation did not succeed. The prompt character is not valid at input, perhaps because the <see cref="P:System.ComponentModel.MaskedTextProvider.AllowPromptAsInput" /> property is set to <see langword="false" />.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.SideEffect">
+ <summary>Success. The primary operation was not performed because it was not needed, but the method produced a side effect. For example, the <see cref="Overload:System.ComponentModel.MaskedTextProvider.RemoveAt" /> method can delete an unassigned edit position, which causes left-shifting of subsequent characters in the formatted string.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.SignedDigitExpected">
+ <summary>Operation did not succeed. An input character was encountered that was not a signed digit.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.Success">
+ <summary>Success. The primary operation succeeded.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.UnavailableEditPosition">
+ <summary>Operation did not succeed. There were not enough edit positions available to fulfill the request.</summary>
+ </member>
+ <member name="F:System.ComponentModel.MaskedTextResultHint.Unknown">
+ <summary>Unknown. The result of the operation could not be determined.</summary>
+ </member>
+ <member name="T:System.ComponentModel.MemberDescriptor">
+ <summary>Represents a class member, such as a property or event. This is an abstract base class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor" /> class with the specified <see cref="T:System.ComponentModel.MemberDescriptor" />.</summary>
+ <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that contains the name of the member and its attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor" /> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor" /> and the attributes in both the old <see cref="T:System.ComponentModel.MemberDescriptor" /> and the <see cref="T:System.Attribute" /> array.</summary>
+ <param name="oldMemberDescriptor">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that has the name of the member and its attributes.</param>
+ <param name="newAttributes">An array of <see cref="T:System.Attribute" /> objects with the attributes you want to add to the member.</param>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor" /> class with the specified name of the member.</summary>
+ <param name="name">The name of the member.</param>
+ <exception cref="T:System.ArgumentException">The name is an empty string ("") or <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.String,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor" /> class with the specified name of the member and an array of attributes.</summary>
+ <param name="name">The name of the member.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that contains the member attributes.</param>
+ <exception cref="T:System.ArgumentException">The name is an empty string ("") or <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.AttributeArray">
+ <summary>Gets or sets an array of attributes.</summary>
+ <returns>An array of type <see cref="T:System.Attribute" /> that contains the attributes of this member.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.Attributes">
+ <summary>Gets the collection of attributes for this member.</summary>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> that provides the attributes for this member, or an empty collection if there are no attributes in the <see cref="P:System.ComponentModel.MemberDescriptor.AttributeArray" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.Category">
+ <summary>Gets the name of the category to which the member belongs, as specified in the <see cref="T:System.ComponentModel.CategoryAttribute" />.</summary>
+ <returns>The name of the category to which the member belongs. If there is no <see cref="T:System.ComponentModel.CategoryAttribute" />, the category name is set to the default category, <see langword="Misc" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.CreateAttributeCollection">
+ <summary>Creates a collection of attributes using the array of attributes passed to the constructor.</summary>
+ <returns>A new <see cref="T:System.ComponentModel.AttributeCollection" /> that contains the <see cref="P:System.ComponentModel.MemberDescriptor.AttributeArray" /> attributes.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.Description">
+ <summary>Gets the description of the member, as specified in the <see cref="T:System.ComponentModel.DescriptionAttribute" />.</summary>
+ <returns>The description of the member. If there is no <see cref="T:System.ComponentModel.DescriptionAttribute" />, the property value is set to the default, which is an empty string ("").</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.DesignTimeOnly">
+ <summary>Gets whether this member should be set only at design time, as specified in the <see cref="T:System.ComponentModel.DesignOnlyAttribute" />.</summary>
+ <returns>
+ <see langword="true" /> if this member should be set only at design time; <see langword="false" /> if the member can be set during run time.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.DisplayName">
+ <summary>Gets the name that can be displayed in a window, such as a Properties window.</summary>
+ <returns>The name to display for the member.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.Equals(System.Object)">
+ <summary>Compares this instance to the given object to see if they are equivalent.</summary>
+ <param name="obj">The object to compare to the current instance.</param>
+ <returns>
+ <see langword="true" /> if equivalent; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.FillAttributes(System.Collections.IList)">
+ <summary>When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class.</summary>
+ <param name="attributeList">An <see cref="T:System.Collections.IList" /> that lists the attributes in the parent class. Initially, this is empty.</param>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)">
+ <summary>Finds the given method through reflection, searching only for public methods.</summary>
+ <param name="componentClass">The component that contains the method.</param>
+ <param name="name">The name of the method to find.</param>
+ <param name="args">An array of parameters for the method, used to choose between overloaded methods.</param>
+ <param name="returnType">The type to return for the method.</param>
+ <returns>A <see cref="T:System.Reflection.MethodInfo" /> that represents the method, or <see langword="null" /> if the method is not found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)">
+ <summary>Finds the given method through reflection, with an option to search only public methods.</summary>
+ <param name="componentClass">The component that contains the method.</param>
+ <param name="name">The name of the method to find.</param>
+ <param name="args">An array of parameters for the method, used to choose between overloaded methods.</param>
+ <param name="returnType">The type to return for the method.</param>
+ <param name="publicOnly">Whether to restrict search to public methods.</param>
+ <returns>A <see cref="T:System.Reflection.MethodInfo" /> that represents the method, or <see langword="null" /> if the method is not found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.MemberDescriptor" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.GetInvocationTarget(System.Type,System.Object)">
+ <summary>Retrieves the object that should be used during invocation of members.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the invocation target.</param>
+ <param name="instance">The potential invocation target.</param>
+ <returns>The object to be used during member invocations.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> or <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.GetInvokee(System.Type,System.Object)">
+ <summary>Gets the component on which to invoke a method.</summary>
+ <param name="componentClass">A <see cref="T:System.Type" /> representing the type of component this <see cref="T:System.ComponentModel.MemberDescriptor" /> is bound to. For example, if this <see cref="T:System.ComponentModel.MemberDescriptor" /> describes a property, this parameter should be the class that the property is declared on.</param>
+ <param name="component">An instance of the object to call.</param>
+ <returns>An instance of the component to invoke. This method returns a visual designer when the property is attached to a visual designer.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="componentClass" /> or <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MemberDescriptor.GetSite(System.Object)">
+ <summary>Gets a component site for the given component.</summary>
+ <param name="component">The component for which you want to find a site.</param>
+ <returns>The site of the component, or <see langword="null" /> if a site does not exist.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.IsBrowsable">
+ <summary>Gets a value indicating whether the member is browsable, as specified in the <see cref="T:System.ComponentModel.BrowsableAttribute" />.</summary>
+ <returns>
+ <see langword="true" /> if the member is browsable; otherwise, <see langword="false" />. If there is no <see cref="T:System.ComponentModel.BrowsableAttribute" />, the property value is set to the default, which is <see langword="true" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.Name">
+ <summary>Gets the name of the member.</summary>
+ <returns>The name of the member.</returns>
+ </member>
+ <member name="P:System.ComponentModel.MemberDescriptor.NameHashCode">
+ <summary>Gets the hash code for the name of the member, as specified in <see cref="M:System.String.GetHashCode" />.</summary>
+ <returns>The hash code for the name of the member.</returns>
+ </member>
+ <member name="T:System.ComponentModel.MultilineStringConverter">
+ <summary>Provides a type converter to convert multiline strings to a simple string.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MultilineStringConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MultilineStringConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.MultilineStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Returns a collection of properties for the type of array specified by the <paramref name="value" /> parameter, using the specified context and attributes.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.MultilineStringConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether this object supports properties, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if <see cref="Overload:System.ComponentModel.MultilineStringConverter.GetProperties" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.NestedContainer">
+ <summary>Provides the base implementation for the <see cref="T:System.ComponentModel.INestedContainer" /> interface, which enables containers to have an owning component.</summary>
+ </member>
+ <member name="M:System.ComponentModel.NestedContainer.#ctor(System.ComponentModel.IComponent)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NestedContainer" /> class.</summary>
+ <param name="owner">The <see cref="T:System.ComponentModel.IComponent" /> that owns this nested container.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="owner" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.NestedContainer.CreateSite(System.ComponentModel.IComponent,System.String)">
+ <summary>Creates a site for the component within the container.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to create a site for.</param>
+ <param name="name">The name to assign to <paramref name="component" />, or <see langword="null" /> to skip the name assignment.</param>
+ <returns>The newly created <see cref="T:System.ComponentModel.ISite" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.NestedContainer.Dispose(System.Boolean)">
+ <summary>Releases the resources used by the nested container.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="M:System.ComponentModel.NestedContainer.GetService(System.Type)">
+ <summary>Gets the service object of the specified type, if it is available.</summary>
+ <param name="service">The <see cref="T:System.Type" /> of the service to retrieve.</param>
+ <returns>An <see cref="T:System.Object" /> that implements the requested service, or <see langword="null" /> if the service cannot be resolved.</returns>
+ </member>
+ <member name="P:System.ComponentModel.NestedContainer.Owner">
+ <summary>Gets the owning component for this nested container.</summary>
+ <returns>The <see cref="T:System.ComponentModel.IComponent" /> that owns this nested container.</returns>
+ </member>
+ <member name="P:System.ComponentModel.NestedContainer.OwnerName">
+ <summary>Gets the name of the owning component.</summary>
+ <returns>The name of the owning component.</returns>
+ </member>
+ <member name="T:System.ComponentModel.NullableConverter">
+ <summary>Provides automatic conversion between a nullable type and its underlying primitive type.</summary>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NullableConverter" /> class.</summary>
+ <param name="type">The specified nullable type.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="type" /> is not a nullable type.</exception>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an instance of the type that this <see cref="T:System.ComponentModel.TypeConverter" /> is associated with, using the specified context, given a set of property values for the object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="propertyValues">An <see cref="T:System.Collections.IDictionary" /> of new property values.</param>
+ <returns>An <see cref="T:System.Object" /> representing the given <see cref="T:System.Collections.IDictionary" />, or <see langword="null" /> if the object cannot be created. This method always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether changing a value on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> to create a new value, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> to create a new value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether this object supports properties, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be <see langword="null" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether the collection of standard values returned from <see cref="Overload:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list of possible values, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be called to find a common set of values the object supports; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.NullableConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns whether the given value object is valid for this type and for the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to test for validity.</param>
+ <returns>
+ <see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.NullableConverter.NullableType">
+ <summary>Gets the nullable type.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the nullable type.</returns>
+ </member>
+ <member name="P:System.ComponentModel.NullableConverter.UnderlyingType">
+ <summary>Gets the underlying type.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the underlying type.</returns>
+ </member>
+ <member name="P:System.ComponentModel.NullableConverter.UnderlyingTypeConverter">
+ <summary>Gets the underlying type converter.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that represents the underlying type converter.</returns>
+ </member>
+ <member name="T:System.ComponentModel.PasswordPropertyTextAttribute">
+ <summary>Indicates that an object's text representation is obscured by characters such as asterisks. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> class, optionally showing password text.</summary>
+ <param name="password">
+ <see langword="true" /> to indicate that the property should be shown as password text; otherwise, <see langword="false" />. The default is <see langword="false" />.</param>
+ </member>
+ <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.Default">
+ <summary>Specifies the default value for the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)">
+ <summary>Determines whether two <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> instances are equal.</summary>
+ <param name="o">The <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> to compare with the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" />.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> is equal to the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.IsDefaultAttribute">
+ <summary>Returns an indication whether the value of this instance is the default value.</summary>
+ <returns>
+ <see langword="true" /> if this instance is the default attribute for the class; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.No">
+ <summary>Specifies that a text property is not used as a password. This <see langword="static" /> (<see langword="Shared" /> in Visual Basic) field is read-only.</summary>
+ </member>
+ <member name="P:System.ComponentModel.PasswordPropertyTextAttribute.Password">
+ <summary>Gets a value indicating if the property for which the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute" /> is defined should be shown as password text.</summary>
+ <returns>
+ <see langword="true" /> if the property should be shown as password text; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.Yes">
+ <summary>Specifies that a text property is used as a password. This <see langword="static" /> (<see langword="Shared" /> in Visual Basic) field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.PropertyDescriptor">
+ <summary>Provides an abstraction of a property on a class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> class with the name and attributes in the specified <see cref="T:System.ComponentModel.MemberDescriptor" />.</summary>
+ <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor" /> that contains the name of the property and its attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor" /> and the attributes in both the <see cref="T:System.ComponentModel.MemberDescriptor" /> and the <see cref="T:System.Attribute" /> array.</summary>
+ <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor" /> containing the name of the member and its attributes.</param>
+ <param name="attrs">An <see cref="T:System.Attribute" /> array containing the attributes you want to associate with the property.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.String,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> class with the specified name and attributes.</summary>
+ <param name="name">The name of the property.</param>
+ <param name="attrs">An array of type <see cref="T:System.Attribute" /> that contains the property attributes.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.AddValueChanged(System.Object,System.EventHandler)">
+ <summary>Enables other objects to be notified when this property changes.</summary>
+ <param name="component">The component to add the handler for.</param>
+ <param name="handler">The delegate to add as a listener.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> or <paramref name="handler" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.CanResetValue(System.Object)">
+ <summary>When overridden in a derived class, returns whether resetting an object changes its value.</summary>
+ <param name="component">The component to test for reset capability.</param>
+ <returns>
+ <see langword="true" /> if resetting the component changes its value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.ComponentType">
+ <summary>When overridden in a derived class, gets the type of the component this property is bound to.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)" /> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)" /> methods are invoked, the object specified might be an instance of this type.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.Converter">
+ <summary>Gets the type converter for this property.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> that is used to convert the <see cref="T:System.Type" /> of this property.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)">
+ <summary>Creates an instance of the specified type.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type to create.</param>
+ <returns>A new instance of the type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)">
+ <summary>Compares this to another object to see if they are equivalent.</summary>
+ <param name="obj">The object to compare to this <see cref="T:System.ComponentModel.PropertyDescriptor" />.</param>
+ <returns>
+ <see langword="true" /> if the values are equivalent; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.FillAttributes(System.Collections.IList)">
+ <summary>Adds the attributes of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to the specified list of attributes in the parent class.</summary>
+ <param name="attributeList">An <see cref="T:System.Collections.IList" /> that lists the attributes in the parent class. Initially, this is empty.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties">
+ <summary>Returns the default <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />.</summary>
+ <returns>A collection of property descriptor.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[])">
+ <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> using a specified array of attributes as a filter.</summary>
+ <param name="filter">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that match the specified attributes.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object)">
+ <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> for a given object.</summary>
+ <param name="instance">A component to get the properties for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties for the specified component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[])">
+ <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> for a given object using a specified array of attributes as a filter.</summary>
+ <param name="instance">A component to get the properties for.</param>
+ <param name="filter">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that match the specified attributes for the specified component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type)">
+ <summary>Gets an editor of the specified type.</summary>
+ <param name="editorBaseType">The base type of editor, which is used to differentiate between multiple editors that a property supports.</param>
+ <returns>An instance of the requested editor type, or <see langword="null" /> if an editor cannot be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetHashCode">
+ <summary>Returns the hash code for this object.</summary>
+ <returns>The hash code for this object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetInvocationTarget(System.Type,System.Object)">
+ <summary>This method returns the object that should be used during invocation of members.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the invocation target.</param>
+ <param name="instance">The potential invocation target.</param>
+ <returns>The <see cref="T:System.Object" /> that should be used during invocation of members.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)">
+ <summary>Returns a type using its name.</summary>
+ <param name="typeName">The assembly-qualified name of the type to retrieve.</param>
+ <returns>A <see cref="T:System.Type" /> that matches the given type name, or <see langword="null" /> if a match cannot be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)">
+ <summary>When overridden in a derived class, gets the current value of the property on a component.</summary>
+ <param name="component">The component with the property for which to retrieve the value.</param>
+ <returns>The value of a property for a given component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.GetValueChangedHandler(System.Object)">
+ <summary>Retrieves the current set of <c>ValueChanged</c> event handlers for a specific component.</summary>
+ <param name="component">The component for which to retrieve event handlers.</param>
+ <returns>A combined multicast event handler, or <see langword="null" /> if no event handlers are currently assigned to <paramref name="component" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.IsLocalizable">
+ <summary>Gets a value indicating whether this property should be localized, as specified in the <see cref="T:System.ComponentModel.LocalizableAttribute" />.</summary>
+ <returns>
+ <see langword="true" /> if the member is marked with the <see cref="T:System.ComponentModel.LocalizableAttribute" /> set to <see langword="true" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.IsReadOnly">
+ <summary>When overridden in a derived class, gets a value indicating whether this property is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the property is read-only; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.OnValueChanged(System.Object,System.EventArgs)">
+ <summary>Raises the <c>ValueChanged</c> event that you implemented.</summary>
+ <param name="component">The object that raises the event.</param>
+ <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.PropertyType">
+ <summary>When overridden in a derived class, gets the type of the property.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of the property.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.RemoveValueChanged(System.Object,System.EventHandler)">
+ <summary>Enables other objects to be notified when this property changes.</summary>
+ <param name="component">The component to remove the handler for.</param>
+ <param name="handler">The delegate to remove as a listener.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> or <paramref name="handler" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.ResetValue(System.Object)">
+ <summary>When overridden in a derived class, resets the value for this property of the component to the default value.</summary>
+ <param name="component">The component with the property value that is to be reset to the default value.</param>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.SerializationVisibility">
+ <summary>Gets a value indicating whether this property should be serialized, as specified in the <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute" />.</summary>
+ <returns>One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility" /> enumeration values that specifies whether this property should be serialized.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)">
+ <summary>When overridden in a derived class, sets the value of the component to a different value.</summary>
+ <param name="component">The component with the property value that is to be set.</param>
+ <param name="value">The new value.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptor.ShouldSerializeValue(System.Object)">
+ <summary>When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.</summary>
+ <param name="component">The component with the property to be examined for persistence.</param>
+ <returns>
+ <see langword="true" /> if the property should be persisted; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptor.SupportsChangeEvents">
+ <summary>Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.</summary>
+ <returns>
+ <see langword="true" /> if value change notifications may originate from outside the property descriptor; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.PropertyDescriptorCollection">
+ <summary>Represents a collection of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> class.</summary>
+ <param name="properties">An array of type <see cref="T:System.ComponentModel.PropertyDescriptor" /> that provides the properties for this collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> class, which is optionally read-only.</summary>
+ <param name="properties">An array of type <see cref="T:System.ComponentModel.PropertyDescriptor" /> that provides the properties for this collection.</param>
+ <param name="readOnly">If <see langword="true" />, specifies that the collection cannot be modified.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Add(System.ComponentModel.PropertyDescriptor)">
+ <summary>Adds the specified <see cref="T:System.ComponentModel.PropertyDescriptor" /> to the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to add to the collection.</param>
+ <returns>The index of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that was added to the collection.</returns>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Clear">
+ <summary>Removes all <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects from the collection.</summary>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Contains(System.ComponentModel.PropertyDescriptor)">
+ <summary>Returns whether the collection contains the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to find in the collection.</param>
+ <returns>
+ <see langword="true" /> if the collection contains the given <see cref="T:System.ComponentModel.PropertyDescriptor" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.CopyTo(System.Array,System.Int32)">
+ <summary>Copies the entire collection to an array, starting at the specified index number.</summary>
+ <param name="array">An array of <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects to copy elements of the collection to.</param>
+ <param name="index">The index of the <paramref name="array" /> parameter at which copying begins.</param>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.Count">
+ <summary>Gets the number of property descriptors in the collection.</summary>
+ <returns>The number of property descriptors in the collection.</returns>
+ </member>
+ <member name="F:System.ComponentModel.PropertyDescriptorCollection.Empty">
+ <summary>Specifies an empty collection that you can use instead of creating a new one with no items. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Find(System.String,System.Boolean)">
+ <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the specified name, using a Boolean to indicate whether to ignore case.</summary>
+ <param name="name">The name of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to return from the collection.</param>
+ <param name="ignoreCase">
+ <see langword="true" /> if you want to ignore the case of the property name; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the specified name, or <see langword="null" /> if the property does not exist.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.GetEnumerator">
+ <summary>Returns an enumerator for this class.</summary>
+ <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.IndexOf(System.ComponentModel.PropertyDescriptor)">
+ <summary>Returns the index of the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to return the index of.</param>
+ <returns>The index of the given <see cref="T:System.ComponentModel.PropertyDescriptor" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Insert(System.Int32,System.ComponentModel.PropertyDescriptor)">
+ <summary>Adds the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to the collection at the specified index number.</summary>
+ <param name="index">The index at which to add the <paramref name="value" /> parameter to the collection.</param>
+ <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to add to the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.InternalSort(System.Collections.IComparer)">
+ <summary>Sorts the members of this collection, using the specified <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="sorter">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.InternalSort(System.String[])">
+ <summary>Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.Int32)">
+ <summary>Gets or sets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> at the specified index number.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to get or set.</param>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the specified index number.</returns>
+ <exception cref="T:System.IndexOutOfRangeException">The <paramref name="index" /> parameter is not a valid index for <see cref="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.Int32)" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.String)">
+ <summary>Gets or sets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the specified name.</summary>
+ <param name="name">The name of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to get from the collection.</param>
+ <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the specified name, or <see langword="null" /> if the property does not exist.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Remove(System.ComponentModel.PropertyDescriptor)">
+ <summary>Removes the specified <see cref="T:System.ComponentModel.PropertyDescriptor" /> from the collection.</summary>
+ <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.RemoveAt(System.Int32)">
+ <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor" /> at the specified index from the collection.</summary>
+ <param name="index">The index of the <see cref="T:System.ComponentModel.PropertyDescriptor" /> to remove from the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort">
+ <summary>Sorts the members of this collection, using the default sort for this collection, which is usually alphabetical.</summary>
+ <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.Collections.IComparer)">
+ <summary>Sorts the members of this collection, using the specified <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="comparer">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.String[])">
+ <summary>Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
+ <summary>Sorts the members of this collection. The specified order is applied first, followed by the sort using the specified <see cref="T:System.Collections.IComparer" />.</summary>
+ <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ <param name="comparer">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects in this collection.</param>
+ <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor" /> objects.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#ICollection#Count">
+ <summary>Gets the number of elements contained in the collection.</summary>
+ <returns>The number of elements contained in the collection.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
+ <returns>
+ <see langword="true" /> if access to the collection is synchronized (thread safe); otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#ICollection#SyncRoot">
+ <summary>Gets an object that can be used to synchronize access to the collection.</summary>
+ <returns>An object that can be used to synchronize access to the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Add(System.Object,System.Object)">
+ <summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <param name="key">The <see cref="T:System.Object" /> to use as the key of the element to add.</param>
+ <param name="value">The <see cref="T:System.Object" /> to use as the value of the element to add.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="value" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Clear">
+ <summary>Removes all elements from the <see cref="T:System.Collections.IDictionary" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Contains(System.Object)">
+ <summary>Determines whether the <see cref="T:System.Collections.IDictionary" /> contains an element with the specified key.</summary>
+ <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary" />.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> contains an element with the key; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#GetEnumerator">
+ <summary>Returns an enumerator for this class.</summary>
+ <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#IsFixedSize">
+ <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> has a fixed size.</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> has a fixed size; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#IsReadOnly">
+ <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary" /> is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Collections.IDictionary" /> is read-only; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Item(System.Object)">
+ <summary>Gets or sets the element with the specified key.</summary>
+ <param name="key">The key of the element to get or set.</param>
+ <returns>The element with the specified key.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Keys">
+ <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the keys of the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <returns>An <see cref="T:System.Collections.ICollection" /> containing the keys of the <see cref="T:System.Collections.IDictionary" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Remove(System.Object)">
+ <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <param name="key">The key of the element to remove.</param>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IDictionary#Values">
+ <summary>Gets an <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <returns>An <see cref="T:System.Collections.ICollection" /> containing the values in the <see cref="T:System.Collections.IDictionary" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IEnumerable#GetEnumerator">
+ <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</summary>
+ <returns>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.IDictionary" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Add(System.Object)">
+ <summary>Adds an item to the <see cref="T:System.Collections.IList" />.</summary>
+ <param name="value">The item to add to the collection.</param>
+ <returns>The position into which the new element was inserted.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Clear">
+ <summary>Removes all items from the collection.</summary>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Contains(System.Object)">
+ <summary>Determines whether the collection contains a specific value.</summary>
+ <param name="value">The item to locate in the collection.</param>
+ <returns>
+ <see langword="true" /> if the item is found in the collection; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#IndexOf(System.Object)">
+ <summary>Determines the index of a specified item in the collection.</summary>
+ <param name="value">The item to locate in the collection.</param>
+ <returns>The index of <paramref name="value" /> if found in the list, otherwise -1.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
+ <summary>Inserts an item into the collection at a specified index.</summary>
+ <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
+ <param name="value">The item to insert into the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#IsFixedSize">
+ <summary>Gets a value indicating whether the collection has a fixed size.</summary>
+ <returns>
+ <see langword="true" /> if the collection has a fixed size; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#IsReadOnly">
+ <summary>Gets a value indicating whether the collection is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Item(System.Int32)">
+ <summary>Gets or sets an item from the collection at a specified index.</summary>
+ <param name="index">The zero-based index of the item to get or set.</param>
+ <returns>The element at the specified index.</returns>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="value" /> is not a <see cref="T:System.ComponentModel.PropertyDescriptor" />.</exception>
+ <exception cref="T:System.IndexOutOfRangeException">
+ <paramref name="index" /> is less than 0.
+-or-
+<paramref name="index" /> is equal to or greater than <see cref="P:System.ComponentModel.EventDescriptorCollection.Count" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#Remove(System.Object)">
+ <summary>Removes the first occurrence of a specified value from the collection.</summary>
+ <param name="value">The item to remove from the collection.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyDescriptorCollection.System#Collections#IList#RemoveAt(System.Int32)">
+ <summary>Removes the item at the specified index.</summary>
+ <param name="index">The zero-based index of the item to remove.</param>
+ <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
+ </member>
+ <member name="T:System.ComponentModel.PropertyTabAttribute">
+ <summary>Identifies the property tab or tabs to display for the specified class or classes.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> class using the specified tab class name.</summary>
+ <param name="tabClassName">The assembly qualified name of the type of tab to create. For an example of this format convention, see <see cref="P:System.Type.AssemblyQualifiedName" />.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> class using the specified tab class name and tab scope.</summary>
+ <param name="tabClassName">The assembly qualified name of the type of tab to create. For an example of this format convention, see <see cref="P:System.Type.AssemblyQualifiedName" />.</param>
+ <param name="tabScope">A <see cref="T:System.ComponentModel.PropertyTabScope" /> that indicates the scope of this tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component" />, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute" />. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document" />, it is shown for all components on the document.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="tabScope" /> is not <see cref="F:System.ComponentModel.PropertyTabScope.Document" /> or <see cref="F:System.ComponentModel.PropertyTabScope.Component" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> class using the specified type of tab.</summary>
+ <param name="tabClass">The type of tab to create.</param>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.Type,System.ComponentModel.PropertyTabScope)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> class using the specified type of tab and tab scope.</summary>
+ <param name="tabClass">The type of tab to create.</param>
+ <param name="tabScope">A <see cref="T:System.ComponentModel.PropertyTabScope" /> that indicates the scope of this tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component" />, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute" />. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document" />, it is shown for all components on the document.</param>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="tabScope" /> is not <see cref="F:System.ComponentModel.PropertyTabScope.Document" /> or <see cref="F:System.ComponentModel.PropertyTabScope.Component" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.Equals(System.ComponentModel.PropertyTabAttribute)">
+ <summary>Returns a value indicating whether this instance is equal to a specified attribute.</summary>
+ <param name="other">A <see cref="T:System.ComponentModel.PropertyTabAttribute" /> to compare to this instance, or <see langword="null" />.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.PropertyTabAttribute" /> instances are equal; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames" /> property of the <paramref name="other" /> parameter cannot be found.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)">
+ <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
+ <param name="other">An object to compare to this instance, or <see langword="null" />.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="other" /> refers to the same <see cref="T:System.ComponentModel.PropertyTabAttribute" /> instance; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames" /> property of the <paramref name="other" /> parameter could not be found.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.GetHashCode">
+ <summary>Gets the hash code for this object.</summary>
+ <returns>The hash code for the object the attribute belongs to.</returns>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[])">
+ <summary>Initializes the attribute using the specified names of tab classes and array of tab scopes.</summary>
+ <param name="tabClassNames">An array of fully qualified type names of the types to create for tabs on the Properties window.</param>
+ <param name="tabScopes">The scope of each tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component" />, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute" />. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document" />, it is shown for all components on the document.</param>
+ <exception cref="T:System.ArgumentException">One or more of the values in <paramref name="tabScopes" /> is not <see cref="F:System.ComponentModel.PropertyTabScope.Document" /> or <see cref="F:System.ComponentModel.PropertyTabScope.Component" />.
+-or-
+The length of the <paramref name="tabClassNames" /> and <paramref name="tabScopes" /> arrays do not match.
+-or-
+<paramref name="tabClassNames" /> or <paramref name="tabScopes" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.Type[],System.ComponentModel.PropertyTabScope[])">
+ <summary>Initializes the attribute using the specified names of tab classes and array of tab scopes.</summary>
+ <param name="tabClasses">The types of tabs to create.</param>
+ <param name="tabScopes">The scope of each tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component" />, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute" />. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document" />, it is shown for all components on the document.</param>
+ <exception cref="T:System.ArgumentException">One or more of the values in <paramref name="tabScopes" /> is not <see cref="F:System.ComponentModel.PropertyTabScope.Document" /> or <see cref="F:System.ComponentModel.PropertyTabScope.Component" />.
+-or-
+The length of the <paramref name="tabClassNames" /> and <paramref name="tabScopes" /> arrays do not match.
+-or-
+<paramref name="tabClassNames" /> or <paramref name="tabScopes" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.PropertyTabAttribute.TabClasses">
+ <summary>Gets the types of tabs that this attribute uses.</summary>
+ <returns>An array of types indicating the types of tabs that this attribute uses.</returns>
+ <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames" /> property could not be found.</exception>
+ </member>
+ <member name="P:System.ComponentModel.PropertyTabAttribute.TabClassNames">
+ <summary>Gets the names of the tab classes that this attribute uses.</summary>
+ <returns>The names of the tab classes that this attribute uses.</returns>
+ </member>
+ <member name="P:System.ComponentModel.PropertyTabAttribute.TabScopes">
+ <summary>Gets an array of tab scopes of each tab of this <see cref="T:System.ComponentModel.PropertyTabAttribute" />.</summary>
+ <returns>An array of <see cref="T:System.ComponentModel.PropertyTabScope" /> objects that indicate the scopes of the tabs.</returns>
+ </member>
+ <member name="T:System.ComponentModel.PropertyTabScope">
+ <summary>Defines identifiers that indicate the persistence scope of a tab in the Properties window.</summary>
+ </member>
+ <member name="F:System.ComponentModel.PropertyTabScope.Component">
+ <summary>This tab is specific to the current component. This tab is added to the Properties window for the current component only and is removed when the component is no longer selected.</summary>
+ </member>
+ <member name="F:System.ComponentModel.PropertyTabScope.Document">
+ <summary>This tab is specific to the current document. This tab is added to the Properties window and is removed when the currently selected document changes.</summary>
+ </member>
+ <member name="F:System.ComponentModel.PropertyTabScope.Global">
+ <summary>This tab is added to the Properties window and can only be removed explicitly by a parent component.</summary>
+ </member>
+ <member name="F:System.ComponentModel.PropertyTabScope.Static">
+ <summary>This tab is added to the Properties window and cannot be removed.</summary>
+ </member>
+ <member name="T:System.ComponentModel.ProvidePropertyAttribute">
+ <summary>Specifies the name of the property that an implementer of <see cref="T:System.ComponentModel.IExtenderProvider" /> offers to other components. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProvidePropertyAttribute" /> class with the name of the property and the type of its receiver.</summary>
+ <param name="propertyName">The name of the property extending to an object of the specified type.</param>
+ <param name="receiverTypeName">The name of the data type this property can extend.</param>
+ </member>
+ <member name="M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProvidePropertyAttribute" /> class with the name of the property and its <see cref="T:System.Type" />.</summary>
+ <param name="propertyName">The name of the property extending to an object of the specified type.</param>
+ <param name="receiverType">The <see cref="T:System.Type" /> of the data type of the object that can receive the property.</param>
+ </member>
+ <member name="M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.ProvidePropertyAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ProvidePropertyAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.ProvidePropertyAttribute" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ProvidePropertyAttribute.PropertyName">
+ <summary>Gets the name of a property that this class provides.</summary>
+ <returns>The name of a property that this class provides.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName">
+ <summary>Gets the name of the data type this property can extend.</summary>
+ <returns>The name of the data type this property can extend.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ProvidePropertyAttribute.TypeId">
+ <summary>Gets a unique identifier for this attribute.</summary>
+ <returns>An <see cref="T:System.Object" /> that is a unique identifier for the attribute.</returns>
+ </member>
+ <member name="T:System.ComponentModel.RecommendedAsConfigurableAttribute">
+ <summary>Specifies that the property can be used as an application setting.</summary>
+ </member>
+ <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" /> class.</summary>
+ <param name="recommendedAsConfigurable">
+ <see langword="true" /> if the property this attribute is bound to can be used as an application setting; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Default">
+ <summary>Specifies the default value for the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" />, which is <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No" />. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)">
+ <summary>Indicates whether this instance and a specified object are equal.</summary>
+ <param name="obj">Another object to compare to.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> is equal to this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.IsDefaultAttribute">
+ <summary>Indicates whether the value of this instance is the default value for the class.</summary>
+ <returns>
+ <see langword="true" /> if this instance is the default attribute for the class; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No">
+ <summary>Specifies that a property cannot be used as an application setting. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="P:System.ComponentModel.RecommendedAsConfigurableAttribute.RecommendedAsConfigurable">
+ <summary>Gets a value indicating whether the property this attribute is bound to can be used as an application setting.</summary>
+ <returns>
+ <see langword="true" /> if the property this attribute is bound to can be used as an application setting; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes">
+ <summary>Specifies that a property can be used as an application setting. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.ReferenceConverter">
+ <summary>Provides a type converter to convert object references to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ReferenceConverter" /> class.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type to associate with this reference converter.</param>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a reference object using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the reference type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture used to represent the font.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the reference type using the specified context and arguments.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture used to represent the font.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a collection of standard values for the reference data type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exclusive list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> can be called to find a common set of values the object supports. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ReferenceConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns a value indicating whether a particular value can be added to the standard values collection.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides an additional context.</param>
+ <param name="value">The value to check.</param>
+ <returns>
+ <see langword="true" /> if the value is allowed and can be added to the standard values collection; <see langword="false" /> if the value cannot be added to the standard values collection.</returns>
+ </member>
+ <member name="T:System.ComponentModel.RefreshEventArgs">
+ <summary>Provides data for the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event.</summary>
+ </member>
+ <member name="M:System.ComponentModel.RefreshEventArgs.#ctor(System.Object)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshEventArgs" /> class with the component that has changed.</summary>
+ <param name="componentChanged">The component that changed.</param>
+ </member>
+ <member name="M:System.ComponentModel.RefreshEventArgs.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshEventArgs" /> class with the type of component that has changed.</summary>
+ <param name="typeChanged">The <see cref="T:System.Type" /> that changed.</param>
+ </member>
+ <member name="P:System.ComponentModel.RefreshEventArgs.ComponentChanged">
+ <summary>Gets the component that changed its properties, events, or extenders.</summary>
+ <returns>The component that changed its properties, events, or extenders, or <see langword="null" /> if all components of the same type have changed.</returns>
+ </member>
+ <member name="P:System.ComponentModel.RefreshEventArgs.TypeChanged">
+ <summary>Gets the <see cref="T:System.Type" /> that changed its properties or events.</summary>
+ <returns>The <see cref="T:System.Type" /> that changed its properties or events.</returns>
+ </member>
+ <member name="T:System.ComponentModel.RefreshEventHandler">
+ <summary>Represents the method that handles the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed" /> event raised when a <see cref="T:System.Type" /> or component is changed during design time.</summary>
+ <param name="e">A <see cref="T:System.ComponentModel.RefreshEventArgs" /> that contains the component or <see cref="T:System.Type" /> that changed.</param>
+ </member>
+ <member name="T:System.ComponentModel.RunInstallerAttribute">
+ <summary>Specifies whether the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should be invoked when the assembly is installed.</summary>
+ </member>
+ <member name="M:System.ComponentModel.RunInstallerAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RunInstallerAttribute" /> class.</summary>
+ <param name="runInstaller">
+ <see langword="true" /> if an installer should be invoked during installation of an assembly; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="F:System.ComponentModel.RunInstallerAttribute.Default">
+ <summary>Specifies the default visibility, which is <see cref="F:System.ComponentModel.RunInstallerAttribute.No" />. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)">
+ <summary>Determines whether the value of the specified <see cref="T:System.ComponentModel.RunInstallerAttribute" /> is equivalent to the current <see cref="T:System.ComponentModel.RunInstallerAttribute" />.</summary>
+ <param name="obj">The object to compare.</param>
+ <returns>
+ <see langword="true" /> if the specified <see cref="T:System.ComponentModel.RunInstallerAttribute" /> is equal to the current <see cref="T:System.ComponentModel.RunInstallerAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.RunInstallerAttribute.GetHashCode">
+ <summary>Generates a hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute" />.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.RunInstallerAttribute.IsDefaultAttribute">
+ <summary>Determines if this attribute is the default.</summary>
+ <returns>
+ <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.RunInstallerAttribute.No">
+ <summary>Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should not be invoked when the assembly is installed. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="P:System.ComponentModel.RunInstallerAttribute.RunInstaller">
+ <summary>Gets a value indicating whether an installer should be invoked during installation of an assembly.</summary>
+ <returns>
+ <see langword="true" /> if an installer should be invoked during installation of an assembly; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.RunInstallerAttribute.Yes">
+ <summary>Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should be invoked when the assembly is installed. This <see langword="static" /> field is read-only.</summary>
+ </member>
+ <member name="T:System.ComponentModel.SByteConverter">
+ <summary>Provides a type converter to convert 8-bit unsigned integer objects to and from a string.</summary>
+ </member>
+ <member name="M:System.ComponentModel.SByteConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SByteConverter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.SettingsBindableAttribute">
+ <summary>Specifies when a component property can be bound to an application setting.</summary>
+ </member>
+ <member name="M:System.ComponentModel.SettingsBindableAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SettingsBindableAttribute" /> class.</summary>
+ <param name="bindable">
+ <see langword="true" /> to specify that a property is appropriate to bind settings to; otherwise, <see langword="false" />.</param>
+ </member>
+ <member name="P:System.ComponentModel.SettingsBindableAttribute.Bindable">
+ <summary>Gets a value indicating whether a property is appropriate to bind settings to.</summary>
+ <returns>
+ <see langword="true" /> if the property is appropriate to bind settings to; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+ <param name="obj">An <see cref="T:System.Object" /> to compare with this instance or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.SettingsBindableAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="F:System.ComponentModel.SettingsBindableAttribute.No">
+ <summary>Specifies that a property is not appropriate to bind settings to.</summary>
+ </member>
+ <member name="F:System.ComponentModel.SettingsBindableAttribute.Yes">
+ <summary>Specifies that a property is appropriate to bind settings to.</summary>
+ </member>
+ <member name="T:System.ComponentModel.SingleConverter">
+ <summary>Provides a type converter to convert single-precision, floating point number objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.SingleConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SingleConverter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.StringConverter">
+ <summary>Provides a type converter to convert string objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.StringConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.StringConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.StringConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.StringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified value object to a <see cref="T:System.String" /> object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion could not be performed.</exception>
+ </member>
+ <member name="T:System.ComponentModel.SyntaxCheck">
+ <summary>Provides methods to verify the machine name and path conform to a specific syntax. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.SyntaxCheck.CheckMachineName(System.String)">
+ <summary>Checks the syntax of the machine name to confirm that it does not contain "\".</summary>
+ <param name="value">A string containing the machine name to check.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> matches the proper machine name format; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.SyntaxCheck.CheckPath(System.String)">
+ <summary>Checks the syntax of the path to see whether it starts with "\\".</summary>
+ <param name="value">A string containing the path to check.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> matches the proper path format; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.SyntaxCheck.CheckRootedPath(System.String)">
+ <summary>Checks the syntax of the path to see if it starts with "\" or drive letter "C:".</summary>
+ <param name="value">A string containing the path to check.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> matches the proper path format; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TimeSpanConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.TimeSpan" /> objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TimeSpanConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TimeSpanConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TimeSpanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.TimeSpan" /> using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to a <see cref="T:System.TimeSpan" />.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid value for the target type.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given object to another type.</summary>
+ <param name="context">A formatter context.</param>
+ <param name="culture">The culture into which <paramref name="value" /> will be converted.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ToolboxItemAttribute">
+ <summary>Represents an attribute of a toolbox item.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Boolean)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute" /> class and specifies whether to use default initialization values.</summary>
+ <param name="defaultType">
+ <see langword="true" /> to create a toolbox item attribute for a default type; <see langword="false" /> to associate no default toolbox item support for this attribute.</param>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute" /> class using the specified name of the type.</summary>
+ <param name="toolboxItemTypeName">The names of the type of the toolbox item and of the assembly that contains the type.</param>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute" /> class using the specified type of the toolbox item.</summary>
+ <param name="toolboxItemType">The type of the toolbox item.</param>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemAttribute.Default">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute" /> class and sets the type to the default, <see cref="T:System.Drawing.Design.ToolboxItem" />. This field is read-only.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+ <param name="obj">An <see cref="T:System.Object" /> to compare with this instance or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemAttribute.IsDefaultAttribute">
+ <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
+ <returns>
+ <see langword="true" /> if the current value of the attribute is the default; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemAttribute.None">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute" /> class and sets the type to <see langword="null" />. This field is read-only.</summary>
+ </member>
+ <member name="P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType">
+ <summary>Gets or sets the type of the toolbox item.</summary>
+ <returns>The type of the toolbox item.</returns>
+ <exception cref="T:System.ArgumentException">The type cannot be found.</exception>
+ </member>
+ <member name="P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName">
+ <summary>Gets or sets the name of the type of the current <see cref="T:System.Drawing.Design.ToolboxItem" />.</summary>
+ <returns>The fully qualified type name of the current toolbox item.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ToolboxItemFilterAttribute">
+ <summary>Specifies the filter string and filter type to use for a toolbox item.</summary>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute" /> class using the specified filter string.</summary>
+ <param name="filterString">The filter string for the toolbox item.</param>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.#ctor(System.String,System.ComponentModel.ToolboxItemFilterType)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute" /> class using the specified filter string and type.</summary>
+ <param name="filterString">The filter string for the toolbox item.</param>
+ <param name="filterType">A <see cref="T:System.ComponentModel.ToolboxItemFilterType" /> indicating the type of the filter.</param>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)">
+ <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
+ <param name="obj">An <see cref="T:System.Object" /> to compare with this instance or a null reference (<see langword="Nothing" /> in Visual Basic).</param>
+ <returns>
+ <see langword="true" /> if <paramref name="obj" /> equals the type and value of this instance; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.FilterString">
+ <summary>Gets the filter string for the toolbox item.</summary>
+ <returns>The filter string for the toolbox item.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.FilterType">
+ <summary>Gets the type of the filter.</summary>
+ <returns>A <see cref="T:System.ComponentModel.ToolboxItemFilterType" /> that indicates the type of the filter.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A 32-bit signed integer hash code.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)">
+ <summary>Indicates whether the specified object has a matching filter string.</summary>
+ <param name="obj">The object to test for a matching filter string.</param>
+ <returns>
+ <see langword="true" /> if the specified object has a matching filter string; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.ToString">
+ <summary>Returns a string that represents the current object.</summary>
+ <returns>A string that represents the current object.</returns>
+ </member>
+ <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.TypeId">
+ <summary>Gets the type ID for the attribute.</summary>
+ <returns>The type ID for this attribute. All <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute" /> objects with the same filter string return the same type ID.</returns>
+ </member>
+ <member name="T:System.ComponentModel.ToolboxItemFilterType">
+ <summary>Defines identifiers used to indicate the type of filter that a <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute" /> uses.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemFilterType.Allow">
+ <summary>Indicates that a toolbox item filter string is allowed, but not required.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemFilterType.Custom">
+ <summary>Indicates that custom processing is required to determine whether to use a toolbox item filter string. It is typically specified on a root designer class to indicate that the designer wishes to accept or reject a toolbox item through code. The designer must implement the <see cref="M:System.Drawing.Design.IToolboxUser.GetToolSupported(System.Drawing.Design.ToolboxItem)" /> method of the <see cref="T:System.Drawing.Design.IToolboxUser" /> interface.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemFilterType.Prevent">
+ <summary>Indicates that a toolbox item filter string is not allowed. If a designer and a component class both have a filter string and the value of one is <c>ToolboxItemFilterType.Prevent</c>, the toolbox item will not be available.</summary>
+ </member>
+ <member name="F:System.ComponentModel.ToolboxItemFilterType.Require">
+ <summary>Indicates that a toolbox item filter string must be present for a toolbox item to be enabled. For a toolbox item with a filter type of <c>Require</c> to be enabled, the designer and the component class must have a matching filter string. Additionally, neither the designer or component class can have a filter type of <c>Prevent</c> for the toolbox item to be enabled.</summary>
+ </member>
+ <member name="T:System.ComponentModel.TypeConverter">
+ <summary>Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CanConvertFrom(System.Type)">
+ <summary>Returns whether this converter can convert an object of the given type to the type of this converter.</summary>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)">
+ <summary>Returns whether this converter can convert the object to the specified type.</summary>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFrom(System.Object)">
+ <summary>Converts the given value to the type of this converter.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext,System.String)">
+ <summary>Converts the given string to the type of this converter, using the invariant culture and the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="text">The <see cref="T:System.String" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted text.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.String)">
+ <summary>Converts the given string to the type of this converter, using the invariant culture.</summary>
+ <param name="text">The <see cref="T:System.String" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted text.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String)">
+ <summary>Converts the given text to an object, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="text">The <see cref="T:System.String" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted text.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.String)">
+ <summary>Converts the given text to an object, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="text">The <see cref="T:System.String" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted text.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.String)">
+ <summary>Converts the specified text to an object.</summary>
+ <param name="text">The text representation of the object to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted text.</returns>
+ <exception cref="T:System.NotSupportedException">The string cannot be converted into the appropriate object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> parameter is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertTo(System.Object,System.Type)">
+ <summary>Converts the given value object to the specified type, using the arguments.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> parameter is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Converts the specified value to a culture-invariant string representation, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>A <see cref="T:System.String" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)">
+ <summary>Converts the specified value to a culture-invariant string representation.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>A <see cref="T:System.String" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given value to a string representation, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Converts the given value to a string representation, using the given context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.Object)">
+ <summary>Converts the specified value to a string representation.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)">
+ <summary>Re-creates an <see cref="T:System.Object" /> given a set of property values for the object.</summary>
+ <param name="propertyValues">An <see cref="T:System.Collections.IDictionary" /> that represents a dictionary of new property values.</param>
+ <returns>An <see cref="T:System.Object" /> representing the given <see cref="T:System.Collections.IDictionary" />, or <see langword="null" /> if the object cannot be created. This method always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an instance of the type that this <see cref="T:System.ComponentModel.TypeConverter" /> is associated with, using the specified context, given a set of property values for the object.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="propertyValues">An <see cref="T:System.Collections.IDictionary" /> of new property values.</param>
+ <returns>An <see cref="T:System.Object" /> representing the given <see cref="T:System.Collections.IDictionary" />, or <see langword="null" /> if the object cannot be created. This method always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)">
+ <summary>Returns an exception to throw when a conversion cannot be performed.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert, or <see langword="null" /> if the object is not available.</param>
+ <returns>An <see cref="T:System.Exception" /> that represents the exception to throw when a conversion cannot be performed.</returns>
+ <exception cref="T:System.NotSupportedException">Automatically thrown by this method.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetConvertToException(System.Object,System.Type)">
+ <summary>Returns an exception to throw when a conversion cannot be performed.</summary>
+ <param name="value">The <see cref="T:System.Object" /> to convert, or <see langword="null" /> if the object is not available.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type the conversion was trying to convert to.</param>
+ <returns>An <see cref="T:System.Exception" /> that represents the exception to throw when a conversion cannot be performed.</returns>
+ <exception cref="T:System.NotSupportedException">Automatically thrown by this method.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported">
+ <summary>Returns whether changing a value on this object requires a call to the <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> method to create a new value.</summary>
+ <returns>
+ <see langword="true" /> if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> to create a new value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether changing a value on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> to create a new value, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)" /> to create a new value; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)">
+ <summary>Returns a collection of properties for the type of array specified by the value parameter.</summary>
+ <param name="value">An <see cref="T:System.Object" /> that specifies the type of array for which to get properties.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetPropertiesSupported">
+ <summary>Returns whether this object supports properties.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether this object supports properties, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValues">
+ <summary>Returns a collection of standard values from the default context for the data type this type converter is designed for.</summary>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> containing a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be <see langword="null" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesExclusive">
+ <summary>Returns whether the collection of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list.</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether the collection of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exclusive list of possible values, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> is an exhaustive list of possible values; <see langword="false" /> if other values are possible.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesSupported">
+ <summary>Returns whether this object supports a standard set of values that can be picked from a list.</summary>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be called to find a common set of values the object supports; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues" /> should be called to find a common set of values the object supports; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns whether the given value object is valid for this type and for the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to test for validity.</param>
+ <returns>
+ <see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.IsValid(System.Object)">
+ <summary>Returns whether the given value object is valid for this type.</summary>
+ <param name="value">The object to test for validity.</param>
+ <returns>
+ <see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor">
+ <summary>Represents an <see langword="abstract" /> class that provides properties for objects that do not have properties.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.#ctor(System.Type,System.String,System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor" /> class.</summary>
+ <param name="componentType">A <see cref="T:System.Type" /> that represents the type of component to which this property descriptor binds.</param>
+ <param name="name">The name of the property.</param>
+ <param name="propertyType">A <see cref="T:System.Type" /> that represents the data type for this property.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.#ctor(System.Type,System.String,System.Type,System.Attribute[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor" /> class.</summary>
+ <param name="componentType">A <see cref="T:System.Type" /> that represents the type of component to which this property descriptor binds.</param>
+ <param name="name">The name of the property.</param>
+ <param name="propertyType">A <see cref="T:System.Type" /> that represents the data type for this property.</param>
+ <param name="attributes">An <see cref="T:System.Attribute" /> array with the attributes to associate with the property.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.CanResetValue(System.Object)">
+ <summary>Returns whether resetting the component changes the value of the component.</summary>
+ <param name="component">The component to test for reset capability.</param>
+ <returns>
+ <see langword="true" /> if resetting the component changes the value of the component; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ComponentType">
+ <summary>Gets the type of component to which this property description binds.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of component to which this property binds.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.IsReadOnly">
+ <summary>Gets a value indicating whether this property is read-only.</summary>
+ <returns>
+ <see langword="true" /> if the property is read-only; <see langword="false" /> if the property is read/write.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.PropertyType">
+ <summary>Gets the type of the property.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents the type of the property.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ResetValue(System.Object)">
+ <summary>Resets the value for this property of the component.</summary>
+ <param name="component">The component with the property value to be reset.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ShouldSerializeValue(System.Object)">
+ <summary>Returns whether the value of this property can persist.</summary>
+ <param name="component">The component with the property that is to be examined for persistence.</param>
+ <returns>
+ <see langword="true" /> if the value of the property can persist; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection,System.String[])">
+ <summary>Sorts a collection of properties.</summary>
+ <param name="props">A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that has the properties to sort.</param>
+ <param name="names">An array of names in the order you want the properties to appear in the collection.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the sorted properties.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TypeConverter.StandardValuesCollection">
+ <summary>Represents a collection of values.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.#ctor(System.Collections.ICollection)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> class.</summary>
+ <param name="values">An <see cref="T:System.Collections.ICollection" /> that represents the objects to put into the collection.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.CopyTo(System.Array,System.Int32)">
+ <summary>Copies the contents of this collection to an array.</summary>
+ <param name="array">An <see cref="T:System.Array" /> that represents the array to copy to.</param>
+ <param name="index">The index to start from.</param>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.Count">
+ <summary>Gets the number of objects in the collection.</summary>
+ <returns>The number of objects in the collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.GetEnumerator">
+ <summary>Returns an enumerator for this collection.</summary>
+ <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.Item(System.Int32)">
+ <summary>Gets the object at the specified index number.</summary>
+ <param name="index">The zero-based index of the <see cref="T:System.Object" /> to get from the collection.</param>
+ <returns>The <see cref="T:System.Object" /> with the specified index.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.System#Collections#ICollection#IsSynchronized">
+ <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</summary>
+ <returns>
+ <see langword="false" /> in all cases.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.System#Collections#ICollection#SyncRoot">
+ <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</summary>
+ <returns>
+ <see langword="null" /> in all cases.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TypeConverterAttribute">
+ <summary>Specifies what type to use as a converter for the object this attribute is bound to.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute" /> class with the default type converter, which is an empty string ("").</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute" /> class, using the specified type name as the data converter for the object this attribute is bound to.</summary>
+ <param name="typeName">The fully qualified name of the class to use for data conversion for the object this attribute is bound to.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute" /> class, using the specified type as the data converter for the object this attribute is bound to.</summary>
+ <param name="type">A <see cref="T:System.Type" /> that represents the type of the converter class to use for data conversion for the object this attribute is bound to.</param>
+ </member>
+ <member name="P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName">
+ <summary>Gets the fully qualified type name of the <see cref="T:System.Type" /> to use as a converter for the object this attribute is bound to.</summary>
+ <returns>The fully qualified type name of the <see cref="T:System.Type" /> to use as a converter for the object this attribute is bound to, or an empty string ("") if none exists. The default value is an empty string ("").</returns>
+ </member>
+ <member name="F:System.ComponentModel.TypeConverterAttribute.Default">
+ <summary>Specifies the type to use as a converter for the object this attribute is bound to.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)">
+ <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.TypeConverterAttribute" />.</summary>
+ <param name="obj">The object to test the value equality of.</param>
+ <returns>
+ <see langword="true" /> if the value of the given object is equal to that of the current <see cref="T:System.ComponentModel.TypeConverterAttribute" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeConverterAttribute.GetHashCode">
+ <summary>Returns the hash code for this instance.</summary>
+ <returns>A hash code for the current <see cref="T:System.ComponentModel.TypeConverterAttribute" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TypeDescriptionProvider">
+ <summary>Provides supplemental metadata to the <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.#ctor(System.ComponentModel.TypeDescriptionProvider)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> class using a parent type description provider.</summary>
+ <param name="parent">The parent type description provider.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])">
+ <summary>Creates an object that can substitute for another data type.</summary>
+ <param name="provider">An optional service provider.</param>
+ <param name="objectType">The type of object to create. This parameter is never <see langword="null" />.</param>
+ <param name="argTypes">An optional array of types that represent the parameter types to be passed to the object's constructor. This array can be <see langword="null" /> or of zero length.</param>
+ <param name="args">An optional array of parameter values to pass to the object's constructor.</param>
+ <returns>The substitute <see cref="T:System.Object" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetCache(System.Object)">
+ <summary>Gets a per-object cache, accessed as an <see cref="T:System.Collections.IDictionary" /> of key/value pairs.</summary>
+ <param name="instance">The object for which to get the cache.</param>
+ <returns>An <see cref="T:System.Collections.IDictionary" /> if the provided object supports caching; otherwise, <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object)">
+ <summary>Gets an extended custom type descriptor for the given object.</summary>
+ <param name="instance">The object for which to get the extended type descriptor.</param>
+ <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor" /> that can provide extended metadata for the object.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetExtenderProviders(System.Object)">
+ <summary>Gets the extender providers for the specified object.</summary>
+ <param name="instance">The object to get extender providers for.</param>
+ <returns>An array of extender providers for <paramref name="instance" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object)">
+ <summary>Gets the name of the specified component, or <see langword="null" /> if the component has no name.</summary>
+ <param name="component">The specified component.</param>
+ <returns>The name of the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object)">
+ <summary>Performs normal reflection against the given object.</summary>
+ <param name="instance">An instance of the type (should not be <see langword="null" />).</param>
+ <returns>The type of reflection for this <paramref name="instance" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)">
+ <summary>Performs normal reflection against a type.</summary>
+ <param name="objectType">The type of object for which to retrieve the <see cref="T:System.Reflection.IReflect" />.</param>
+ <returns>The type of reflection for this <paramref name="objectType" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="objectType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)">
+ <summary>Performs normal reflection against the given object with the given type.</summary>
+ <param name="objectType">The type of object for which to retrieve the <see cref="T:System.Reflection.IReflect" />.</param>
+ <param name="instance">An instance of the type. Can be <see langword="null" />.</param>
+ <returns>The type of reflection for this <paramref name="objectType" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetRuntimeType(System.Type)">
+ <summary>Converts a reflection type into a runtime type.</summary>
+ <param name="reflectionType">The type to convert to its runtime equivalent.</param>
+ <returns>A <see cref="T:System.Type" /> that represents the runtime equivalent of <paramref name="reflectionType" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="reflectionType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object)">
+ <summary>Gets a custom type descriptor for the given object.</summary>
+ <param name="instance">An instance of the type. Can be <see langword="null" /> if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor" /> that can provide metadata for the type.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)">
+ <summary>Gets a custom type descriptor for the given type.</summary>
+ <param name="objectType">The type of object for which to retrieve the type descriptor.</param>
+ <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor" /> that can provide metadata for the type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
+ <summary>Gets a custom type descriptor for the given type and object.</summary>
+ <param name="objectType">The type of object for which to retrieve the type descriptor.</param>
+ <param name="instance">An instance of the type. Can be <see langword="null" /> if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor" /> that can provide metadata for the type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProvider.IsSupportedType(System.Type)">
+ <summary>Gets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers.</summary>
+ <param name="type">The type to test for compatibility.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="type" /> is compatible with the type description and its chain of type description providers; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.TypeDescriptionProviderAttribute">
+ <summary>Specifies the custom type description provider for a class. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProviderAttribute" /> class using the specified type name.</summary>
+ <param name="typeName">The qualified name of the type.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="typeName" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProviderAttribute" /> class using the specified type.</summary>
+ <param name="type">The type to store in the attribute.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName">
+ <summary>Gets the type name for the type description provider.</summary>
+ <returns>A <see cref="T:System.String" /> containing the qualified type name for the <see cref="T:System.ComponentModel.TypeDescriptionProvider" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.TypeDescriptor">
+ <summary>Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddAttributes(System.Object,System.Attribute[])">
+ <summary>Adds class-level attributes to the target component instance.</summary>
+ <param name="instance">An instance of the target component.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects to add to the component's class.</param>
+ <returns>The newly created <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that was used to add the specified attributes.</returns>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddAttributes(System.Type,System.Attribute[])">
+ <summary>Adds class-level attributes to the target component type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects to add to the component's class.</param>
+ <returns>The newly created <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that was used to add the specified attributes.</returns>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable)">
+ <summary>Adds an editor table for the given editor base type.</summary>
+ <param name="editorBaseType">The editor base type to add the editor table for. If a table already exists for this type, this method will do nothing.</param>
+ <param name="table">The <see cref="T:System.Collections.Hashtable" /> to add.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Object)">
+ <summary>Adds a type description provider for a single instance of a component.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to add.</param>
+ <param name="instance">An instance of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Type)">
+ <summary>Adds a type description provider for a component class.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to add.</param>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Object)">
+ <summary>Adds a type description provider for a single instance of a component.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to add.</param>
+ <param name="instance">An instance of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Type)">
+ <summary>Adds a type description provider for a component class.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to add.</param>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.TypeDescriptor.ComNativeDescriptorHandler">
+ <summary>Gets or sets the provider for the Component Object Model (COM) type information for the target component.</summary>
+ <returns>An <see cref="T:System.ComponentModel.IComNativeDescriptorHandler" /> instance representing the COM type information provider.</returns>
+ </member>
+ <member name="P:System.ComponentModel.TypeDescriptor.ComObjectType">
+ <summary>Gets the type of the Component Object Model (COM) object represented by the target component.</summary>
+ <returns>The <see cref="T:System.Type" /> of the COM object represented by this component, or <see langword="null" /> for non-COM objects.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateAssociation(System.Object,System.Object)">
+ <summary>Creates a primary-secondary association between two objects.</summary>
+ <param name="primary">The primary <see cref="T:System.Object" />.</param>
+ <param name="secondary">The secondary <see cref="T:System.Object" />.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="primary" /> is equal to <paramref name="secondary" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type)">
+ <summary>Creates an instance of the designer associated with the specified component and of the specified type of designer.</summary>
+ <param name="component">An <see cref="T:System.ComponentModel.IComponent" /> that specifies the component to associate with the designer.</param>
+ <param name="designerBaseType">A <see cref="T:System.Type" /> that represents the type of designer to create.</param>
+ <returns>An <see cref="T:System.ComponentModel.Design.IDesigner" /> that is an instance of the designer for the component, or <see langword="null" /> if no designer can be found.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])">
+ <summary>Creates a new event descriptor that is identical to an existing event descriptor, when passed the existing <see cref="T:System.ComponentModel.EventDescriptor" />.</summary>
+ <param name="componentType">The type of the component for which to create the new event.</param>
+ <param name="oldEventDescriptor">The existing event information.</param>
+ <param name="attributes">The new attributes.</param>
+ <returns>A new <see cref="T:System.ComponentModel.EventDescriptor" /> that has merged the specified metadata attributes with the existing metadata attributes.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])">
+ <summary>Creates a new event descriptor that is identical to an existing event descriptor by dynamically generating descriptor information from a specified event on a type.</summary>
+ <param name="componentType">The type of the component the event lives on.</param>
+ <param name="name">The name of the event.</param>
+ <param name="type">The type of the delegate that handles the event.</param>
+ <param name="attributes">The attributes for this event.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> that is bound to a type.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])">
+ <summary>Creates an object that can substitute for another data type.</summary>
+ <param name="provider">The service provider that provides a <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> service. This parameter can be <see langword="null" />.</param>
+ <param name="objectType">The <see cref="T:System.Type" /> of object to create.</param>
+ <param name="argTypes">An optional array of parameter types to be passed to the object's constructor. This parameter can be <see langword="null" /> or an array of zero length.</param>
+ <param name="args">An optional array of parameter values to pass to the object's constructor. If not <see langword="null" />, the number of elements must be the same as <paramref name="argTypes" />.</param>
+ <returns>An instance of the substitute data type if an associated <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> is found; otherwise, <see langword="null" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="objectType" /> is <see langword="null" />, or <paramref name="args" /> is <see langword="null" /> when <paramref name="argTypes" /> is not <see langword="null" />.</exception>
+ <exception cref="T:System.ArgumentException">
+ <paramref name="argTypes" /> and <paramref name="args" /> have different number of elements.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])">
+ <summary>Creates a new property descriptor from an existing property descriptor, using the specified existing <see cref="T:System.ComponentModel.PropertyDescriptor" /> and attribute array.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the component that the property is a member of.</param>
+ <param name="oldPropertyDescriptor">The existing property descriptor.</param>
+ <param name="attributes">The new attributes for this property.</param>
+ <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptor" /> that has the specified metadata attributes merged with the existing metadata attributes.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])">
+ <summary>Creates and dynamically binds a property descriptor to a type, using the specified property name, type, and attribute array.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the component that the property is a member of.</param>
+ <param name="name">The name of the property.</param>
+ <param name="type">The <see cref="T:System.Type" /> of the property.</param>
+ <param name="attributes">The new attributes for this property.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that is bound to the specified type and that has the specified metadata attributes merged with the existing metadata attributes.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetAssociation(System.Type,System.Object)">
+ <summary>Returns an instance of the type associated with the specified primary object.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <param name="primary">The primary object of the association.</param>
+ <returns>An instance of the secondary type that has been associated with the primary object if an association exists; otherwise, <paramref name="primary" /> if no specified association exists.</returns>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object)">
+ <summary>Returns the collection of attributes for the specified component.</summary>
+ <param name="component">The component for which you want to get attributes.</param>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> containing the attributes for the component. If <paramref name="component" /> is <see langword="null" />, this method returns an empty collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean)">
+ <summary>Returns a collection of attributes for the specified component and a Boolean indicating that a custom type descriptor has been created.</summary>
+ <param name="component">The component for which you want to get attributes.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to use a baseline set of attributes from the custom type descriptor if <paramref name="component" /> is of type <see cref="T:System.ComponentModel.ICustomTypeDescriptor" />; otherwise, <see langword="false" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> with the attributes for the component. If the component is <see langword="null" />, this method returns an empty collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)">
+ <summary>Returns a collection of attributes for the specified type of component.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>An <see cref="T:System.ComponentModel.AttributeCollection" /> with the attributes for the type of the component. If the component is <see langword="null" />, this method returns an empty collection.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object)">
+ <summary>Returns the name of the class for the specified component using the default type descriptor.</summary>
+ <param name="component">The <see cref="T:System.Object" /> for which you want the class name.</param>
+ <returns>A <see cref="T:System.String" /> containing the name of the class for the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean)">
+ <summary>Returns the name of the class for the specified component using a custom type descriptor.</summary>
+ <param name="component">The <see cref="T:System.Object" /> for which you want the class name.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.String" /> containing the name of the class for the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)">
+ <summary>Returns the name of the class for the specified type.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>A <see cref="T:System.String" /> containing the name of the class for the specified component type.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="componentType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object)">
+ <summary>Returns the name of the specified component using the default type descriptor.</summary>
+ <param name="component">The <see cref="T:System.Object" /> for which you want the class name.</param>
+ <returns>A <see cref="T:System.String" /> containing the name of the specified component, or <see langword="null" /> if there is no component name.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean)">
+ <summary>Returns the name of the specified component using a custom type descriptor.</summary>
+ <param name="component">The <see cref="T:System.Object" /> for which you want the class name.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>The name of the class for the specified component, or <see langword="null" /> if there is no component name.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object)">
+ <summary>Returns a type converter for the type of the specified component.</summary>
+ <param name="component">A component to get the converter for.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> for the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean)">
+ <summary>Returns a type converter for the type of the specified component with a custom type descriptor.</summary>
+ <param name="component">A component to get the converter for.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> for the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)">
+ <summary>Returns a type converter for the specified type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter" /> for the specified type.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object)">
+ <summary>Returns the default event for the specified component.</summary>
+ <param name="component">The component to get the event for.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> with the default event, or <see langword="null" /> if there are no events.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean)">
+ <summary>Returns the default event for a component with a custom type descriptor.</summary>
+ <param name="component">The component to get the event for.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> with the default event, or <see langword="null" /> if there are no events.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)">
+ <summary>Returns the default event for the specified type of component.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptor" /> with the default event, or <see langword="null" /> if there are no events.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="componentType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object)">
+ <summary>Returns the default property for the specified component.</summary>
+ <param name="component">The component to get the default property for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the default property, or <see langword="null" /> if there are no properties.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean)">
+ <summary>Returns the default property for the specified component with a custom type descriptor.</summary>
+ <param name="component">The component to get the default property for.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the default property, or <see langword="null" /> if there are no properties.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)">
+ <summary>Returns the default property for the specified type of component.</summary>
+ <param name="componentType">A <see cref="T:System.Type" /> that represents the class to get the property for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> with the default property, or <see langword="null" /> if there are no properties.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type)">
+ <summary>Gets an editor with the specified base type for the specified component.</summary>
+ <param name="component">The component to get the editor for.</param>
+ <param name="editorBaseType">A <see cref="T:System.Type" /> that represents the base type of the editor you want to find.</param>
+ <returns>An instance of the editor that can be cast to the specified editor type, or <see langword="null" /> if no editor of the requested type can be found.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> or <paramref name="editorBaseType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean)">
+ <summary>Returns an editor with the specified base type and with a custom type descriptor for the specified component.</summary>
+ <param name="component">The component to get the editor for.</param>
+ <param name="editorBaseType">A <see cref="T:System.Type" /> that represents the base type of the editor you want to find.</param>
+ <param name="noCustomTypeDesc">A flag indicating whether custom type description information should be considered.</param>
+ <returns>An instance of the editor that can be cast to the specified editor type, or <see langword="null" /> if no editor of the requested type can be found.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> or <paramref name="editorBaseType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)">
+ <summary>Returns an editor with the specified base type for the specified type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <param name="editorBaseType">A <see cref="T:System.Type" /> that represents the base type of the editor you are trying to find.</param>
+ <returns>An instance of the editor object that can be cast to the given base type, or <see langword="null" /> if no editor of the requested type can be found.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> or <paramref name="editorBaseType" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object)">
+ <summary>Returns the collection of events for the specified component.</summary>
+ <param name="component">A component to get the events for.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events for this component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[])">
+ <summary>Returns the collection of events for a specified component using a specified array of attributes as a filter.</summary>
+ <param name="component">A component to get the events for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that you can use as a filter.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events that match the specified attributes for this component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean)">
+ <summary>Returns the collection of events for a specified component using a specified array of attributes as a filter and using a custom type descriptor.</summary>
+ <param name="component">A component to get the events for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events that match the specified attributes for this component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean)">
+ <summary>Returns the collection of events for a specified component with a custom type descriptor.</summary>
+ <param name="component">A component to get the events for.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events for this component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)">
+ <summary>Returns the collection of events for a specified type of component.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events for this component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])">
+ <summary>Returns the collection of events for a specified type of component using a specified array of attributes as a filter.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> that you can use as a filter.</param>
+ <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> with the events that match the specified attributes for this component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object)">
+ <summary>Returns the fully qualified name of the component.</summary>
+ <param name="component">The <see cref="T:System.ComponentModel.Component" /> to find the name for.</param>
+ <returns>The fully qualified name of the specified component, or <see langword="null" /> if the component has no name.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="component" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object)">
+ <summary>Returns the collection of properties for a specified component.</summary>
+ <param name="component">A component to get the properties for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties for the specified component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[])">
+ <summary>Returns the collection of properties for a specified component using a specified array of attributes as a filter.</summary>
+ <param name="component">A component to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that match the specified attributes for the specified component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean)">
+ <summary>Returns the collection of properties for a specified component using a specified array of attributes as a filter and using a custom type descriptor.</summary>
+ <param name="component">A component to get the properties for.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the events that match the specified attributes for the specified component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean)">
+ <summary>Returns the collection of properties for a specified component using the default type descriptor.</summary>
+ <param name="component">A component to get the properties for.</param>
+ <param name="noCustomTypeDesc">
+ <see langword="true" /> to not consider custom type description information; otherwise, <see langword="false" />.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties for a specified component.</returns>
+ <exception cref="T:System.NotSupportedException">
+ <paramref name="component" /> is a cross-process remoted object.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)">
+ <summary>Returns the collection of properties for a specified type of component.</summary>
+ <param name="componentType">A <see cref="T:System.Type" /> that represents the component to get properties for.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties for a specified type of component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])">
+ <summary>Returns the collection of properties for a specified type of component using a specified array of attributes as a filter.</summary>
+ <param name="componentType">The <see cref="T:System.Type" /> of the target component.</param>
+ <param name="attributes">An array of type <see cref="T:System.Attribute" /> to use as a filter.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that match the specified attributes for this type of component.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProvider(System.Object)">
+ <summary>Returns the type description provider for the specified component.</summary>
+ <param name="instance">An instance of the target component.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> associated with the specified component.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetProvider(System.Type)">
+ <summary>Returns the type description provider for the specified type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> associated with the specified type.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object)">
+ <summary>Returns a <see cref="T:System.Type" /> that can be used to perform reflection, given an object.</summary>
+ <param name="instance">An instance of the target component.</param>
+ <returns>A <see cref="T:System.Type" /> for the specified object.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="instance" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)">
+ <summary>Returns a <see cref="T:System.Type" /> that can be used to perform reflection, given a class type.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <returns>A <see cref="T:System.Type" /> of the specified class.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="type" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.TypeDescriptor.InterfaceType">
+ <summary>Gets a type that represents a type description provider for all interface types.</summary>
+ <returns>A <see cref="T:System.Type" /> that represents a custom type description provider for all interface types.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Object)">
+ <summary>Clears the properties and events for the specified component from the cache.</summary>
+ <param name="component">A component for which the properties or events have changed.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Reflection.Assembly)">
+ <summary>Clears the properties and events for the specified assembly from the cache.</summary>
+ <param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that represents the assembly to refresh. Each <see cref="T:System.Type" /> in this assembly will be refreshed.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Reflection.Module)">
+ <summary>Clears the properties and events for the specified module from the cache.</summary>
+ <param name="module">The <see cref="T:System.Reflection.Module" /> that represents the module to refresh. Each <see cref="T:System.Type" /> in this module will be refreshed.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Type)">
+ <summary>Clears the properties and events for the specified type of component from the cache.</summary>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ </member>
+ <member name="E:System.ComponentModel.TypeDescriptor.Refreshed">
+ <summary>Occurs when the cache for a component is cleared.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveAssociation(System.Object,System.Object)">
+ <summary>Removes an association between two objects.</summary>
+ <param name="primary">The primary <see cref="T:System.Object" />.</param>
+ <param name="secondary">The secondary <see cref="T:System.Object" />.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveAssociations(System.Object)">
+ <summary>Removes all associations for a primary object.</summary>
+ <param name="primary">The primary <see cref="T:System.Object" /> in an association.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="primary" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Object)">
+ <summary>Removes a previously added type description provider that is associated with the specified object.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to remove.</param>
+ <param name="instance">An instance of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Type)">
+ <summary>Removes a previously added type description provider that is associated with the specified type.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to remove.</param>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Object)">
+ <summary>Removes a previously added type description provider that is associated with the specified object.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to remove.</param>
+ <param name="instance">An instance of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider,System.Type)">
+ <summary>Removes a previously added type description provider that is associated with the specified type.</summary>
+ <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> to remove.</param>
+ <param name="type">The <see cref="T:System.Type" /> of the target component.</param>
+ <exception cref="T:System.ArgumentNullException">One or both of the parameters are <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeDescriptor.SortDescriptorArray(System.Collections.IList)">
+ <summary>Sorts descriptors using the name of the descriptor.</summary>
+ <param name="infos">An <see cref="T:System.Collections.IList" /> that contains the descriptors to sort.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="infos" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="T:System.ComponentModel.TypeListConverter">
+ <summary>Provides a type converter that can be used to populate a list box with available types.</summary>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.#ctor(System.Type[])">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeListConverter" /> class using the type array as the available types.</summary>
+ <param name="types">The array of type <see cref="T:System.Type" /> to use as the available types.</param>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert the specified <see cref="T:System.Type" /> of the source object using the given context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">The <see cref="T:System.Type" /> of the source object.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you wish to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified object to the native type of the converter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture used to represent the font.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified destination type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo" />. If not supplied, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationType" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a collection of standard values for the data type this validator is designed for.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> that holds a standard set of valid values, or <see langword="null" /> if the data type does not support a standard set of values.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether the list of standard values returned from the <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> method is an exclusive list.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> returned from <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> is an exhaustive list of possible values. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.TypeListConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <returns>
+ <see langword="true" /> because <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" /> should be called to find a common set of values the object supports. This method never returns <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.UInt16Converter">
+ <summary>Provides a type converter to convert 16-bit unsigned integer objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.UInt16Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt16Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.UInt32Converter">
+ <summary>Provides a type converter to convert 32-bit unsigned integer objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.UInt32Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt32Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.UInt64Converter">
+ <summary>Provides a type converter to convert 64-bit unsigned integer objects to and from other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.UInt64Converter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt64Converter" /> class.</summary>
+ </member>
+ <member name="T:System.ComponentModel.VersionConverter">
+ <summary>Provides a type converter to convert <see cref="T:System.Version" /> objects to and from various other representations.</summary>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.VersionConverter" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.Version" />.</summary>
+ <param name="context">An object that provides contextual information.</param>
+ <param name="sourceType">The type of the object to be converted.</param>
+ <returns>
+ <see langword="true" /> if this converter can convert sourceType to a <see cref="T:System.Version" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An object that provides contextual information.</param>
+ <param name="destinationType">The target type for the conversion.</param>
+ <returns>
+ <see langword="true" /> if the converter can convert an object to the given destination type; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified object to a <see cref="T:System.Version" />.</summary>
+ <param name="context">An object that provides contextual information.</param>
+ <param name="culture">The culture to use for the conversion.</param>
+ <param name="value">The value to convert to a <see cref="T:System.Version" />.</param>
+ <returns>
+ <paramref name="value" /> converted to a <see cref="T:System.Version" /> value.</returns>
+ <exception cref="T:System.FormatException">
+ <paramref name="value" /> is not a valid <see cref="T:System.Version" /> string.</exception>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified value to the specified destination type using the specified context and arguments.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The culture that supplies formatting information for the conversion.</param>
+ <param name="value">The value to be converted.</param>
+ <param name="destinationType">The type to convert the value parameter to.</param>
+ <returns>An object that represents the converted value.</returns>
+ </member>
+ <member name="M:System.ComponentModel.VersionConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns a value that indicates whether the given value object is valid for this type and for the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The object to test for validity.</param>
+ <returns>
+ <see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.ComponentModel.WarningException">
+ <summary>Specifies an exception that is handled as a warning instead of an error.</summary>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class.</summary>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class using the specified serialization data and context.</summary>
+ <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.</param>
+ <param name="context">The destination to be used for deserialization.</param>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class with the specified message and no Help file.</summary>
+ <param name="message">The message to display to the end user.</param>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.Exception)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class with the specified detailed description and the specified exception.</summary>
+ <param name="message">A detailed description of the error.</param>
+ <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class with the specified message, and with access to the specified Help file.</summary>
+ <param name="message">The message to display to the end user.</param>
+ <param name="helpUrl">The Help file to display if the user requests help.</param>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.String,System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException" /> class with the specified message, and with access to the specified Help file and topic.</summary>
+ <param name="message">The message to display to the end user.</param>
+ <param name="helpUrl">The Help file to display if the user requests help.</param>
+ <param name="helpTopic">The Help topic to display if the user requests help.</param>
+ </member>
+ <member name="M:System.ComponentModel.WarningException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
+ <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with the parameter name and additional exception information.</summary>
+ <param name="info">Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer" /> was serializing or deserializing.</param>
+ <param name="context">Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context.</param>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="info" /> is <see langword="null" />.</exception>
+ </member>
+ <member name="P:System.ComponentModel.WarningException.HelpTopic">
+ <summary>Gets the Help topic associated with the warning.</summary>
+ <returns>The Help topic associated with the warning.</returns>
+ </member>
+ <member name="P:System.ComponentModel.WarningException.HelpUrl">
+ <summary>Gets the Help file associated with the warning.</summary>
+ <returns>The Help file associated with the warning.</returns>
+ </member>
+ <member name="T:System.Drawing.ColorConverter">
+ <summary>Converts colors from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Drawing.ColorConverter" /> class.</summary>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.</param>
+ <param name="sourceType">The type from which you want to convert.</param>
+ <returns>
+ <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type to which you want to convert.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the operation; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the converter's native type.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> that provides a format context. You can use this object to get additional information about the environment from which this converter is being invoked.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the color.</param>
+ <param name="value">The object to convert.</param>
+ <returns>An <see cref="T:System.Object" /> representing the converted value.</returns>
+ <exception cref="T:System.ArgumentException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified object to another type.</summary>
+ <param name="context">A formatter context. Use this object to extract additional information about the environment from which this converter is being invoked. Always check whether this value is <see langword="null" />. Also, properties on the context object may return <see langword="null" />.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that specifies the culture to represent the color.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>An <see cref="T:System.Object" /> representing the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">
+ <paramref name="destinationtype" /> is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Retrieves a collection containing a set of standard values for the data type for which this validator is designed. This will return <see langword="null" /> if the data type does not support a standard set of values.</summary>
+ <param name="context">A formatter context. Use this object to extract additional information about the environment from which this converter is being invoked. Always check whether this value is <see langword="null" />. Also, properties on the context object may return <see langword="null" />.</param>
+ <returns>A collection containing <see langword="null" /> or a standard set of valid values. The default implementation always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.ColorConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines if this object supports a standard set of values that can be chosen from a list.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <returns>
+ <see langword="true" /> if <see cref="Overload:System.Drawing.ColorConverter.GetStandardValues" /> must be called to find a common set of values the object supports; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.Drawing.PointConverter">
+ <summary>Converts a <see cref="T:System.Drawing.Point" /> object from one data type to another.</summary>
+ </member>
+ <member name="M:System.Drawing.PointConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointConverter" /> class.</summary>
+ </member>
+ <member name="M:System.Drawing.PointConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
+ <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="sourceType">The type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.PointConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> object that represents the type you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.PointConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified object to a <see cref="T:System.Drawing.Point" /> object.</summary>
+ <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.PointConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified object to the specified type.</summary>
+ <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an instance of this type given a set of property values for the object.</summary>
+ <param name="context">A type descriptor through which additional context can be provided.</param>
+ <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from <see cref="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" />.</param>
+ <returns>The newly created object, or <see langword="null" /> if the object could not be created. The default implementation returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.PointConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines if changing a value on this object should require a call to <see cref="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> to create a new value.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="M:System.Drawing.PointConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> method should be called when a change is made to one or more properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Retrieves the set of properties for this type. By default, a type does not return any properties.</summary>
+ <param name="context">A type descriptor through which additional context can be provided.</param>
+ <param name="value">The value of the object to get the properties for.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects that describe the properties.</param>
+ <returns>The set of properties that are exposed for this data type. If no properties are exposed, this method might return <see langword="null" />. The default implementation always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.PointConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines if this object supports properties. By default, this is <see langword="false" />.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <returns>
+ <see langword="true" /> if <see cref="M:System.Drawing.PointConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.Drawing.RectangleConverter">
+ <summary>Converts rectangles from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor" />.</summary>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleConverter" /> class.</summary>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
+ <param name="context">A formatter context. This object can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="sourceType">The type you want to convert from.</param>
+ <returns>This method returns <see langword="true" /> if this object can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> object that provides a format context. This can be <see langword="null" />, so you should always check. Also, properties on the context object can also return <see langword="null" />.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> object that represents the type you want to convert to.</param>
+ <returns>This method returns <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to a <see cref="T:System.Drawing.Rectangle" /> object.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An <see cref="T:System.Globalization.CultureInfo" /> that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified object to the specified type.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An <see cref="T:System.Globalization.CultureInfo" /> that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable but still want to provide changeable properties.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be provided.</param>
+ <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from a call to the <see cref="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> method.</param>
+ <returns>The newly created object, or <see langword="null" /> if the object could not be created. The default implementation returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines if changing a value on this object should require a call to <see cref="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> to create a new value.</summary>
+ <param name="context">A type descriptor through which additional context can be provided.</param>
+ <returns>This method returns <see langword="true" /> if <see cref="M:System.Drawing.RectangleConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> should be called when a change is made to one or more properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Retrieves the set of properties for this type. By default, a type does not return any properties.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be provided.</param>
+ <param name="value">The value of the object to get the properties for.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects that describe the properties.</param>
+ <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this may return <see langword="null" />. The default implementation always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.RectangleConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines if this object supports properties. By default, this is <see langword="false" />.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be provided.</param>
+ <returns>This method returns <see langword="true" /> if <see cref="M:System.Drawing.RectangleConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> should be called to find the properties of this object; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="T:System.Drawing.SizeConverter">
+ <summary>The <see cref="T:System.Drawing.SizeConverter" /> class is used to convert from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor" /> object.</summary>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.#ctor">
+ <summary>Initializes a new <see cref="T:System.Drawing.SizeConverter" /> object.</summary>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Determines whether this converter can convert an object in the specified source type to the native type of the converter.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="sourceType">The type you want to convert from.</param>
+ <returns>This method returns <see langword="true" /> if this object can perform the conversion.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This can be <see langword="null" />, so always check. Also, properties on the context object can return <see langword="null" />.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param>
+ <returns>This method returns <see langword="true" /> if this converter can perform the conversion; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the specified object to the converter's native type.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An <see cref="T:System.Globalization.CultureInfo" /> object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the specified object to the specified type.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to get additional information about the environment this converter is being called from. This may be <see langword="null" />, so you should always check. Also, properties on the context object may also return <see langword="null" />.</param>
+ <param name="culture">An <see cref="T:System.Globalization.CultureInfo" /> object that contains culture specific information, such as the language, calendar, and cultural conventions associated with a specific culture. It is based on the RFC 1766 standard.</param>
+ <param name="value">The object to convert.</param>
+ <param name="destinationType">The type to convert the object to.</param>
+ <returns>The converted object.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be completed.</exception>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an object of this type by using a specified set of property values for the object. This is useful for creating non-changeable objects that have changeable properties.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <param name="propertyValues">A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from the <see cref="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> method.</param>
+ <returns>The newly created object, or <see langword="null" /> if the object could not be created. The default implementation returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines whether changing a value on this object should require a call to the <see cref="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> method to create a new value.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="M:System.Drawing.SizeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)" /> object should be called when a change is made to one or more properties of this object.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Retrieves the set of properties for this type. By default, a type does not have any properties to return.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <param name="value">The value of the object to get the properties for.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects that describe the properties.</param>
+ <returns>The set of properties that should be exposed for this data type. If no properties should be exposed, this may return <see langword="null" />. The default implementation always returns <see langword="null" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Determines whether this object supports properties. By default, this is <see langword="false" />.</summary>
+ <param name="context">A <see cref="T:System.ComponentModel.TypeDescriptor" /> through which additional context can be provided.</param>
+ <returns>
+ <see langword="true" /> if the <see cref="M:System.Drawing.SizeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])" /> method should be called to find the properties of this object.</returns>
+ </member>
+ <member name="T:System.Drawing.SizeFConverter">
+ <summary>Converts <see cref="T:System.Drawing.SizeF" /> objects from one type to another.</summary>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeFConverter" /> class.</summary>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value indicating whether the converter can convert from the type specified to the <see cref="T:System.Drawing.SizeF" /> type, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be supplied.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> the represents the type you wish to convert from.</param>
+ <returns>
+ <see langword="true" /> to indicate the conversion can be performed; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns a value indicating whether the <see cref="T:System.Drawing.SizeFConverter" /> can convert a <see cref="T:System.Drawing.SizeF" /> to the specified type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be supplied.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If null is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
+ <summary>Creates an instance of a <see cref="T:System.Drawing.SizeF" /> with the specified property values using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be supplied.</param>
+ <param name="propertyValues">An <see cref="T:System.Collections.IDictionary" /> containing property names and values.</param>
+ <returns>An <see cref="T:System.Object" /> representing the new <see cref="T:System.Drawing.SizeF" />, or <see langword="null" /> if the object cannot be created.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns a value indicating whether changing a value on this object requires a call to the <see cref="Overload:System.Drawing.SizeFConverter.CreateInstance" /> method to create a new value.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context. This may be <see langword="null" />.</param>
+ <returns>Always returns <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
+ <summary>Retrieves a set of properties for the <see cref="T:System.Drawing.SizeF" /> type using the specified context and attributes.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be supplied.</param>
+ <param name="value">The <see cref="T:System.Object" /> to return properties for.</param>
+ <param name="attributes">An array of <see cref="T:System.Attribute" /> objects that describe the properties.</param>
+ <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> containing the properties.</returns>
+ </member>
+ <member name="M:System.Drawing.SizeFConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
+ <summary>Returns whether the <see cref="T:System.Drawing.SizeF" /> type supports properties.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> through which additional context can be supplied.</param>
+ <returns>Always returns <see langword="true" />.</returns>
+ </member>
+ <member name="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter">
+ <summary>The <see cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter" /> class represents the type converter for extended protection policy used by the server to validate incoming client connections.</summary>
+ </member>
+ <member name="M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter" /> class.</summary>
+ </member>
+ <member name="M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert the object to the specified type.</summary>
+ <param name="context">The object to convert.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if this converter can perform the conversion; otherwise <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Convert the object to the specified type.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> object. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert. This should be a <see cref="T:System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy" /> object.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the value parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" /> parameter.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> parameter is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion could not be performed.</exception>
+ </member>
+ <member name="T:System.Timers.ElapsedEventArgs">
+ <summary>Provides data for the <see cref="E:System.Timers.Timer.Elapsed" /> event.</summary>
+ </member>
+ <member name="P:System.Timers.ElapsedEventArgs.SignalTime">
+ <summary>Gets the date/time when the <see cref="E:System.Timers.Timer.Elapsed" /> event was raised.</summary>
+ <returns>The time the <see cref="E:System.Timers.Timer.Elapsed" /> event was raised.</returns>
+ </member>
+ <member name="T:System.Timers.ElapsedEventHandler">
+ <summary>Represents the method that will handle the <see cref="E:System.Timers.Timer.Elapsed" /> event of a <see cref="T:System.Timers.Timer" />.</summary>
+ <param name="sender">The source of the event.</param>
+ <param name="e">An <see cref="T:System.Timers.ElapsedEventArgs" /> object that contains the event data.</param>
+ </member>
+ <member name="T:System.Timers.Timer">
+ <summary>Generates an event after a set interval, with an option to generate recurring events.</summary>
+ </member>
+ <member name="M:System.Timers.Timer.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.Timers.Timer" /> class, and sets all the properties to their initial values.</summary>
+ </member>
+ <member name="M:System.Timers.Timer.#ctor(System.Double)">
+ <summary>Initializes a new instance of the <see cref="T:System.Timers.Timer" /> class, and sets the <see cref="P:System.Timers.Timer.Interval" /> property to the specified number of milliseconds.</summary>
+ <param name="interval">The time, in milliseconds, between events. The value must be greater than zero and less than or equal to <see cref="F:System.Int32.MaxValue" />.</param>
+ <exception cref="T:System.ArgumentException">The value of the <paramref name="interval" /> parameter is less than or equal to zero, or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
+ </member>
+ <member name="P:System.Timers.Timer.AutoReset">
+ <summary>Gets or sets a Boolean indicating whether the <see cref="T:System.Timers.Timer" /> should raise the <see cref="E:System.Timers.Timer.Elapsed" /> event only once (<see langword="false" />) or repeatedly (<see langword="true" />).</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Timers.Timer" /> should raise the <see cref="E:System.Timers.Timer.Elapsed" /> event each time the interval elapses; <see langword="false" /> if it should raise the <see cref="E:System.Timers.Timer.Elapsed" /> event only once, after the first time the interval elapses. The default is <see langword="true" />.</returns>
+ </member>
+ <member name="M:System.Timers.Timer.BeginInit">
+ <summary>Begins the run-time initialization of a <see cref="T:System.Timers.Timer" /> that is used on a form or by another component.</summary>
+ </member>
+ <member name="M:System.Timers.Timer.Close">
+ <summary>Releases the resources used by the <see cref="T:System.Timers.Timer" />.</summary>
+ </member>
+ <member name="M:System.Timers.Timer.Dispose(System.Boolean)">
+ <summary>Releases all resources used by the current <see cref="T:System.Timers.Timer" />.</summary>
+ <param name="disposing">
+ <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
+ </member>
+ <member name="E:System.Timers.Timer.Elapsed">
+ <summary>Occurs when the interval elapses.</summary>
+ </member>
+ <member name="P:System.Timers.Timer.Enabled">
+ <summary>Gets or sets a value indicating whether the <see cref="T:System.Timers.Timer" /> should raise the <see cref="E:System.Timers.Timer.Elapsed" /> event.</summary>
+ <returns>
+ <see langword="true" /> if the <see cref="T:System.Timers.Timer" /> should raise the <see cref="E:System.Timers.Timer.Elapsed" /> event; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
+ <exception cref="T:System.ObjectDisposedException">This property cannot be set because the timer has been disposed.</exception>
+ <exception cref="T:System.ArgumentException">The <see cref="P:System.Timers.Timer.Interval" /> property was set to a value greater than <see cref="F:System.Int32.MaxValue" /> before the timer was enabled.</exception>
+ </member>
+ <member name="M:System.Timers.Timer.EndInit">
+ <summary>Ends the run-time initialization of a <see cref="T:System.Timers.Timer" /> that is used on a form or by another component.</summary>
+ </member>
+ <member name="P:System.Timers.Timer.Interval">
+ <summary>Gets or sets the interval, expressed in milliseconds, at which to raise the <see cref="E:System.Timers.Timer.Elapsed" /> event.</summary>
+ <returns>The time, in milliseconds, between <see cref="E:System.Timers.Timer.Elapsed" /> events. The value must be greater than zero, and less than or equal to <see cref="F:System.Int32.MaxValue" />. The default is 100 milliseconds.</returns>
+ <exception cref="T:System.ArgumentException">The interval is less than or equal to zero.
+-or-
+The interval is greater than <see cref="F:System.Int32.MaxValue" />, and the timer is currently enabled. (If the timer is not currently enabled, no exception is thrown until it becomes enabled.)</exception>
+ </member>
+ <member name="P:System.Timers.Timer.Site">
+ <summary>Gets or sets the site that binds the <see cref="T:System.Timers.Timer" /> to its container in design mode.</summary>
+ <returns>An <see cref="T:System.ComponentModel.ISite" /> interface representing the site that binds the <see cref="T:System.Timers.Timer" /> object to its container.</returns>
+ </member>
+ <member name="M:System.Timers.Timer.Start">
+ <summary>Starts raising the <see cref="E:System.Timers.Timer.Elapsed" /> event by setting <see cref="P:System.Timers.Timer.Enabled" /> to <see langword="true" />.</summary>
+ <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="T:System.Timers.Timer" /> is created with an interval equal to or greater than <see cref="F:System.Int32.MaxValue" /> + 1, or set to an interval less than zero.</exception>
+ </member>
+ <member name="M:System.Timers.Timer.Stop">
+ <summary>Stops raising the <see cref="E:System.Timers.Timer.Elapsed" /> event by setting <see cref="P:System.Timers.Timer.Enabled" /> to <see langword="false" />.</summary>
+ </member>
+ <member name="P:System.Timers.Timer.SynchronizingObject">
+ <summary>Gets or sets the object used to marshal event-handler calls that are issued when an interval has elapsed.</summary>
+ <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke" /> representing the object used to marshal the event-handler calls that are issued when an interval has elapsed. The default is <see langword="null" />.</returns>
+ </member>
+ <member name="T:System.Timers.TimersDescriptionAttribute">
+ <summary>Sets the description that visual designers can display when referencing an event, extender, or property.</summary>
+ </member>
+ <member name="M:System.Timers.TimersDescriptionAttribute.#ctor(System.String)">
+ <summary>Initializes a new instance of the <see cref="T:System.Timers.TimersDescriptionAttribute" /> class.</summary>
+ <param name="description">The description to use.</param>
+ </member>
+ <member name="P:System.Timers.TimersDescriptionAttribute.Description">
+ <summary>Gets the description that visual designers can display when referencing an event, extender, or property.</summary>
+ <returns>The description for the event, extender, or property.</returns>
+ </member>
+ <member name="T:System.UriTypeConverter">
+ <summary>Converts a <see cref="T:System.String" /> type to a <see cref="T:System.Uri" /> type, and vice versa.</summary>
+ </member>
+ <member name="M:System.UriTypeConverter.#ctor">
+ <summary>Initializes a new instance of the <see cref="T:System.UriTypeConverter" /> class.</summary>
+ </member>
+ <member name="M:System.UriTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert an object of the given type to the type of this converter.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="sourceType">A <see cref="T:System.Type" /> that represents the type that you want to convert from.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="sourceType" /> is a <see cref="T:System.String" /> type or a <see cref="T:System.Uri" /> type can be assigned from <paramref name="sourceType" />; otherwise, <see langword="false" />.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="sourceType" /> parameter is <see langword="null" />.</exception>
+ </member>
+ <member name="M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
+ <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="destinationType">A <see cref="T:System.Type" /> that represents the type that you want to convert to.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="destinationType" /> is of type <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" />, <see cref="T:System.String" />, or <see cref="T:System.Uri" />; otherwise, <see langword="false" />.</returns>
+ </member>
+ <member name="M:System.UriTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
+ <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.UriTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
+ <summary>Converts a given value object to the specified type, using the specified context and culture information.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If <see langword="null" /> is passed, the current culture is assumed.</param>
+ <param name="value">The <see cref="T:System.Object" /> to convert.</param>
+ <param name="destinationType">The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to.</param>
+ <returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
+ <exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> parameter is <see langword="null" />.</exception>
+ <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
+ </member>
+ <member name="M:System.UriTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
+ <summary>Returns whether the given value object is a <see cref="T:System.Uri" /> or a <see cref="T:System.Uri" /> can be created from it.</summary>
+ <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
+ <param name="value">The <see cref="T:System.Object" /> to test for validity.</param>
+ <returns>
+ <see langword="true" /> if <paramref name="value" /> is a <see cref="T:System.Uri" /> or a <see cref="T:System.String" /> from which a <see cref="T:System.Uri" /> can be created; otherwise, <see langword="false" />.</returns>
+ </member>
+ </members>
+</doc> \ No newline at end of file