VirtualTypeBuilder.Fields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.