VirtualTypeBuilder.Constructors Property

Gets a collection of constructors for this virtual type.

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

Syntax

'宣言
Public ReadOnly Property Constructors As VirtualTypeBuilder..::.ConstructorInfoCollection
'使用
Dim instance As VirtualTypeBuilder
Dim value As VirtualTypeBuilder..::.ConstructorInfoCollection

value = instance.Constructors
public VirtualTypeBuilder..::.ConstructorInfoCollection Constructors { get; }
public:
property VirtualTypeBuilder..::.ConstructorInfoCollection^ Constructors {
    VirtualTypeBuilder..::.ConstructorInfoCollection^ get ();
}
public function get Constructors () : VirtualTypeBuilder..::.ConstructorInfoCollection

Property Value

Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.ConstructorInfoCollection

VirtualTypeBuilder.ConstructorInfoCollection.

Permissions

See Also

Reference

VirtualTypeBuilder Class

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace