TypeLibImportClassAttribute(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TypeLibImportClassAttribute class specifying the Type that exclusively uses an interface.
public:
TypeLibImportClassAttribute(Type ^ importClass);
public TypeLibImportClassAttribute(Type importClass);
new System.Runtime.InteropServices.TypeLibImportClassAttribute : Type -> System.Runtime.InteropServices.TypeLibImportClassAttribute
Public Sub New (importClass As Type)
Parameters
Remarks
Apply the TypeLibImportClassAttribute attribute to a managed interface to specify the Type object that exclusively uses the interface.