Freigeben über


SmartTagProperties-Klasse

Smart Tag Properties.When the object is serialized out as xml, its qualified name is w:smartTagPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.SmartTagProperties

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SmartTagAttribute))> _
Public Class SmartTagProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SmartTagProperties
[ChildElementInfoAttribute(typeof(SmartTagAttribute))]
public class SmartTagProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • SmartTagAttribute <w:attr>

[ISO/IEC 29500-1 1. Ausgabe]

17.5.1.10 smartTagPr (Smart Tag Properties)

This element specifies the set of properties which shall be applied to the parent smart tag.

[Example: Consider a smart tag with the following properties specified:

<w:smartTagPr>
<w:attr w:name="date" w:val="01/01/2006"/>
<w:attr w:name="status" w:val="draft"/>
</w:smartTagPr>

This smart tag specifies two properties: the presence of two smart tag properties via the attr element (§17.5.1.2). end example]

Parent Elements

smartTag (§17.5.1.9)

Child Elements

Subclause

attr (Smart Tag Property)

§17.5.1.2

[Note: The W3C XML Schema definition of this element's content model (CT_SmartTagPr) is located in §A.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

SmartTagProperties-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace