All tags that are defined in the template. Organized into three arrays as such: The first array contains all of the tags in the document body. The second array cointans all of the tags found in the header and footer. The third and final array contains all of the tags found in the footnotes.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Tags As BaseTag() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TemplateMetrics
Dim value() As BaseTag
value = instance.Tags |
C# | |
---|
public BaseTag[] Tags {get;} |
Managed Extensions for C++ | |
---|
public: __property BaseTag*[]* get_Tags(); |
C++/CLI | |
---|
public:
property array<BaseTag^>^ Tags {
array<BaseTag^>^ get();
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also