Syntax
Visual Basic (Declaration) | |
---|
<IKVM.Attributes.ThrowsAttribute(System.String[])>
<IKVM.Attributes.LineNumberTableAttribute()>
Public Overridable Function drillDownToVal( _
ByVal rtn As Object, _
ByVal tagType As String _
) As Object |
C# | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public virtual object drillDownToVal(
object rtn,
string tagType
) |
Managed Extensions for C++ | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public: virtual Object* drillDownToVal(
Object* rtn,
string* tagType
) |
C++/CLI | |
---|
[IKVM.Attributes.ThrowsAttribute(System.String[])]
[IKVM.Attributes.LineNumberTableAttribute()]
public:
virtual Object^ drillDownToVal(
Object^ rtn,
String^ tagType
) |
Parameters
- rtn
- tagType
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also