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