ConstructorInfoWrapper.UnderlyingConstructor Property
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Déclaration
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo
Get
'Utilisation
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.