XmlMappedRange-Klasse (2007 System)

Aktualisiert: November 2007

Ein XMLMappedRange-Steuerelement ist ein Bereich, der erstellt wird, wenn ein sich nicht wiederholendes Schemaelement einer Zelle zugeordnet wird.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

<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

Hinweise

Das XMLMappedRange-Steuerelement unterstützt nur die Bindung an ein einzelnes Datenfeld (einfache Datenbindung).

Ein sich nicht wiederholendes Schemaelement liegt vor, wenn das maxOccurs-Attribut den Wert 1 aufweist.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

XmlMappedRange-Member

Microsoft.Office.Tools.Excel-Namespace