VirtualTypeBuilder.Constructors Property

Definition

Gets a collection of constructors for this virtual type.

public:
 property Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::ConstructorInfoCollection ^ Constructors { Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::ConstructorInfoCollection ^ get(); };
public Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.ConstructorInfoCollection Constructors { get; }
member this.Constructors : Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.ConstructorInfoCollection
Public ReadOnly Property Constructors As VirtualTypeBuilder.ConstructorInfoCollection

Property Value

VirtualTypeBuilder.ConstructorInfoCollection.

Applies to