This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public ref class ImportingConstructorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false, Inherited=false)]
public class ImportingConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor, AllowMultiple=false, Inherited=false)>]
type ImportingConstructorAttribute = class
inherit Attribute
Public Class ImportingConstructorAttribute
Inherits Attribute
Inheritance
ImportingConstructorAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from
Attribute
)
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from
Attribute
)
Retrieves the type information for an object, which can be used to get the type information for an interface.
(Inherited from
Attribute
)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
(Inherited from
Attribute
)