ConstructorInfoWrapper.DeclaringType Property

This member overrides MemberInfo.DeclaringType.

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

Syntax

声明
Public Overrides ReadOnly Property DeclaringType As Type
    Get
用法
Dim instance As ConstructorInfoWrapper
Dim value As Type

value = instance.DeclaringType
public override Type DeclaringType { get; }
public:
virtual property Type^ DeclaringType {
    Type^ get () override;
}
abstract DeclaringType : Type
override DeclaringType : Type
override function get DeclaringType () : Type

Property Value

Type: System.Type

Implements

_MemberInfo.DeclaringType

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace