| Visual Basic (Declaration) | |
|---|---|
<IKVM.Attributes.ThrowsAttribute(System.String[])> Sub validateTag( _ ByVal bt As BaseTag _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As IDataSourceProviderMetaData Dim bt As BaseTag instance.validateTag(bt)  | |
| C# | |
|---|---|
[IKVM.Attributes.Throws(System.String[])] void validateTag( BaseTag bt )  | |
| Managed Extensions for C++ | |
|---|---|
[IKVM.Attributes.Throws(System.String[])] void validateTag( BaseTag* bt )  | |
| C++/CLI | |
|---|---|
[IKVM.Attributes.Throws(System.String[])] void validateTag( BaseTag^ bt )  | |
Parameters
- bt
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server