IProtocolXml Property
接続元である
IBridgeオブジェクトとXML要素を相互変換するオブジェクトを取得します。
Namespace: Kasasagi.Sekirei.UiAssembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
ReadOnly Property Xml As IBridgeXml
Get
property IBridgeXml^ Xml {
IBridgeXml^ get ();
}
abstract Xml : IBridgeXml with get
Property Value
IBridgeXml
このプロパティは、設定内容を保存する際や、保存された設定内容を読み出す際に使用されます。
例え設定すべき内容が無かったとしても、
このプロパティは必ず有効なオブジェクトを返す必要があります。
このプロパティがnullの場合、その
IProtocol実装クラスは使用されません。