Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public ReadOnly Property UnderlyingConstructor As ConstructorInfo
Get
'Usage
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.