| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overrides Protected Function GetRowType() As Type | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected override Type GetRowType() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected: Type^ GetRowType(); override | |
Return Value
A Type.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code