VBNet stubs out each property/method for each interface when inherited interfaces are implemented.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM057407
Submitted
May 15, 2010
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
10.0 Beta
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Simplify code by implementing each interface on a single code stub, such as:Public ReadOnly Property Name() As String Implements <a href="http://IContentsView.Name" target="_blank">IContentsView.Name</a>, <a href="http://IContentsView2.Name" target="_blank">IContentsView2.Name</a>, <a href="http://IContentsView3.Name" target="_blank">IContentsView3.Name</a>