ConstructorInfoWrapper.UnderlyingConstructor Property

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

Syntax

‘선언
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo
    Get
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim value As ConstructorInfo

value = instance.UnderlyingConstructor
public ConstructorInfo UnderlyingConstructor { get; }
public:
property ConstructorInfo^ UnderlyingConstructor {
    ConstructorInfo^ get ();
}
member UnderlyingConstructor : ConstructorInfo
function get UnderlyingConstructor () : ConstructorInfo

Property Value

Type: System.Reflection.ConstructorInfo

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace