Freigeben über


VirtualTypeBuilder.Fields Property

Gets the collection of Fields for the resulting virtual type.

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

Syntax

'Declaration
Public ReadOnly Property Fields As VirtualTypeBuilder.FieldInfoCollection
public VirtualTypeBuilder.FieldInfoCollection Fields { get; }

Property Value

Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.FieldInfoCollection
A VirtualTypeBuilder.FieldInfoCollection that represents a collection of Fields.

.NET Framework Security

See Also

Reference

VirtualTypeBuilder Class

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder.FieldInfoCollection