次の方法で共有


XmlMappedRange クラス (2007 System)

更新 : 2007 年 11 月

XMLMappedRange コントロールは、非繰り返しスキーマ要素がセルに対応付けられたときに作成される範囲です。

名前空間 :  Microsoft.Office.Tools.Excel
アセンブリ :  Microsoft.Office.Tools.Excel.v9.0 (Microsoft.Office.Tools.Excel.v9.0.dll 内)

構文

'宣言
<DefaultBindingPropertyAttribute("Value2")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class XmlMappedRange _
    Inherits RemoteBindableComponent _
    Implements ISupportInitializeControl, ISupportInitialize
'使用
Dim instance As XmlMappedRange
[DefaultBindingPropertyAttribute("Value2")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class XmlMappedRange : RemoteBindableComponent, 
    ISupportInitializeControl, ISupportInitialize

解説

XMLMappedRange コントロールは、単一のデータ フィールドへのバインディング (単純データ バインディング) のみをサポートします。

非繰り返しスキーマ要素とは、maxOccurs 属性が 1 のスキーマ要素です。

継承階層

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
      Microsoft.Office.Tools.Excel.XmlMappedRange

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

XmlMappedRange メンバ

Microsoft.Office.Tools.Excel 名前空間