Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComClassAttribute::InterfaceShadows Property

 

Indicates that the COM interface name shadows another member of the class or base class.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property bool InterfaceShadows {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value that indicates that the COM interface name shadows another member of the class or base class.

Shadowing is when a member uses the same name as another member.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft