Share via


ConstructorInfoWrapper.UnderlyingConstructor Property

Gets this ConstructorInfo.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo
public ConstructorInfo UnderlyingConstructor { get; }
public:
property ConstructorInfo^ UnderlyingConstructor {
    ConstructorInfo^ get ();
}
member UnderlyingConstructor : ConstructorInfo with get
function get UnderlyingConstructor () : ConstructorInfo

Property Value

Type: ConstructorInfo
Returns ConstructorInfo.

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace