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




Glossary Item Box

Returns the allowed attributes for all tags.

Syntax

Visual Basic (Declaration) 
Public Overridable Shadows Function getTagAttributes() As TagAttributes()
Visual Basic (Usage)Copy Code
Dim instance As AdoDataSource
Dim value() As TagAttributes
 
value = instance.getTagAttributes()
C# 
public virtual new TagAttributes[] getTagAttributes()
Managed Extensions for C++ 
public: virtual new TagAttributes*[]* getTagAttributes(); 
C++/CLI 
public:
virtual new 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.