データセット変換設定ファイル内の convert 要素のコレクションを格納する構成要素を表します。

C# | Visual Basic | Visual C++ |
public class ConvertCollection : ConfigurationElementCollection
Public Class ConvertCollection _ Inherits ConfigurationElementCollection
public ref class ConvertCollection : public ConfigurationElementCollection

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ConvertCollection()()() |
ConvertCollection クラスの新しいインスタンスを初期化します。
|
![]() | Add(ConvertElement) |
ConvertCollection に convert 要素を追加します。
|
![]() | AddElementName | (Inherited from ConfigurationElementCollection.) |
![]() | BaseAdd(ConfigurationElement) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseAdd(ConfigurationElement, Boolean) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseAdd(Int32, ConfigurationElement) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseClear()()() | (Inherited from ConfigurationElementCollection.) |
![]() | BaseGet(Object) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseGet(Int32) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseGetAllKeys()()() | (Inherited from ConfigurationElementCollection.) |
![]() | BaseGetKey(Int32) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseIndexOf(ConfigurationElement) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseIsRemoved(Object) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseRemove(Object) | (Inherited from ConfigurationElementCollection.) |
![]() | BaseRemoveAt(Int32) | (Inherited from ConfigurationElementCollection.) |
![]() | ClearElementName | (Inherited from ConfigurationElementCollection.) |
![]() | CollectionType | (Inherited from ConfigurationElementCollection.) |
![]() | CopyTo(array<ConfigurationElement>[]()[], Int32) | (Inherited from ConfigurationElementCollection.) |
![]() | Count | (Inherited from ConfigurationElementCollection.) |
![]() | CreateNewElement()()() |
新しい ConvertElement を作成します。
(Overrides ConfigurationElementCollection.CreateNewElement()()().) |
![]() | CreateNewElement(String) | (Inherited from ConfigurationElementCollection.) |
![]() | DeserializeElement(XmlReader, Boolean) | (Inherited from ConfigurationElement.) |
![]() | ElementInformation | (Inherited from ConfigurationElement.) |
![]() | ElementName |
データセット変換設定ファイル内のこの要素のコレクションを識別するために使用する名前を取得します。
(Overrides ConfigurationElementCollection.ElementName.) |
![]() | ElementProperty | (Inherited from ConfigurationElement.) |
![]() | EmitClear | (Inherited from ConfigurationElementCollection.) |
![]() | Equals(Object) | (Inherited from ConfigurationElementCollection.) |
![]() | EvaluationContext | (Inherited from ConfigurationElement.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetElementKey(ConfigurationElement) |
指定した convert 要素の要素キーを取得します。
(Overrides ConfigurationElementCollection.GetElementKey(ConfigurationElement).) |
![]() | GetEnumerator()()() | (Inherited from ConfigurationElementCollection.) |
![]() | GetHashCode()()() | (Inherited from ConfigurationElementCollection.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | Init()()() | (Inherited from ConfigurationElement.) |
![]() | InitializeDefault()()() | (Inherited from ConfigurationElement.) |
![]() | IsElementName(String) | (Inherited from ConfigurationElementCollection.) |
![]() | IsElementRemovable(ConfigurationElement) | (Inherited from ConfigurationElementCollection.) |
![]() | IsModified()()() | (Inherited from ConfigurationElementCollection.) |
![]() | IsReadOnly()()() |
ConvertCollection が読み取り専用かどうかを示す値を取得します。
(Overrides ConfigurationElementCollection.IsReadOnly()()().) |
![]() | IsSynchronized | (Inherited from ConfigurationElementCollection.) |
![]() | Item[([(Int32])]) |
指定したインデックス位置にある convert 要素を取得します。
|
![]() | Item[([(String])]) |
指定した id を持つ convert 要素を取得します。
|
![]() | Item[([(ConfigurationProperty])]) | (Inherited from ConfigurationElement.) |
![]() | ListErrors(IList) | (Inherited from ConfigurationElement.) |
![]() | LockAllAttributesExcept | (Inherited from ConfigurationElement.) |
![]() | LockAllElementsExcept | (Inherited from ConfigurationElement.) |
![]() | LockAttributes | (Inherited from ConfigurationElement.) |
![]() | LockElements | (Inherited from ConfigurationElement.) |
![]() | LockItem | (Inherited from ConfigurationElement.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | OnDeserializeUnrecognizedAttribute(String, String) | (Inherited from ConfigurationElement.) |
![]() | OnDeserializeUnrecognizedElement(String, XmlReader) | (Inherited from ConfigurationElementCollection.) |
![]() | OnRequiredPropertyNotFound(String) | (Inherited from ConfigurationElement.) |
![]() | PostDeserialize()()() | (Inherited from ConfigurationElement.) |
![]() | PreSerialize(XmlWriter) | (Inherited from ConfigurationElement.) |
![]() | Properties | (Inherited from ConfigurationElement.) |
![]() | RemoveElementName | (Inherited from ConfigurationElementCollection.) |
![]() | Reset(ConfigurationElement) | (Inherited from ConfigurationElementCollection.) |
![]() | ResetModified()()() | (Inherited from ConfigurationElementCollection.) |
![]() | SerializeElement(XmlWriter, Boolean) | (Inherited from ConfigurationElementCollection.) |
![]() | SerializeToXmlElement(XmlWriter, String) | (Inherited from ConfigurationElement.) |
![]() | SetPropertyValue(ConfigurationProperty, Object, Boolean) | (Inherited from ConfigurationElement.) |
![]() | SetReadOnly()()() | (Inherited from ConfigurationElementCollection.) |
![]() | SyncRoot | (Inherited from ConfigurationElementCollection.) |
![]() | ThrowOnDuplicate | (Inherited from ConfigurationElementCollection.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode) | (Inherited from ConfigurationElementCollection.) |

ConvertCollection は、conversionConfiguration 要素の convert 要素のコレクションを表します。

Object | |||
![]() | ConfigurationElement | ||
![]() | ConfigurationElementCollection | ||
![]() | ConvertCollection |