TypeDescriptor::InterfaceType Property

.NET Framework (current version)
 

Gets a type that represents a type description provider for all interface types.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property Type^ InterfaceType {
	static Type^ get();
}

Property Value

Type: System::Type^

A Type that represents a custom type description provider for all interface types.

The InterfaceType property gets a Type object that you can pass to the AddProvider methods to define a type description provider for interface types.

.NET Framework
Available since 4.0
Return to top
Show: