Windward Engine API Reference
getTagAttributes Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class : getTagAttributes Method




Glossary Item Box

Returns the allowed attributes for all tags.

Syntax

Visual Basic (Declaration) 
Public Function getTagAttributes() As TagAttributes()
Visual Basic (Usage)Copy Code
Dim instance As XPathDataSource
Dim value() As TagAttributes
 
value = instance.getTagAttributes()
C# 
public TagAttributes[] getTagAttributes()
Managed Extensions for C++ 
public: TagAttributes*[]* getTagAttributes(); 
C++/CLI 
public:
array<TagAttributes^>^ getTagAttributes(); 

Return Value

The tag attributes.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.