VirtualTypeBuilder.Fields Property

Definition

Gets the collection of Fields for the resulting virtual type.

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

Property Value

A VirtualTypeBuilder.FieldInfoCollection that represents a collection of Fields.

Applies to