[]
ComboBoxAlternateTextInfoクラスを定義します。
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class ComboBoxAlternateTextInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class ComboBoxAlternateTextInfo
Implements ISerializable, ISerializeSupport
| 名前 | 説明 |
|---|---|
| ComboBoxAlternateTextInfo(SerializationInfo, StreamingContext) | このクラスの新しいインスタンスを初期化します。 |
| 名前 | 説明 |
|---|---|
| DisplayNull | AlternateText 型の DisplayNull インスタンスを取得します。 |
| Null | AlternateText 型の Null インスタンスを取得します。 |
| 名前 | 説明 |
|---|---|
| Deserialize(XmlNodeReader) | オブジェクトをXMLからロードします。 |
| GetObjectData(SerializationInfo, StreamingContext) | オブジェクトデータを取得します。 |
| Serialize(XmlTextWriter) | オブジェクトをXMLに保存します。 |