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

'宣言
Public ReadOnly Property Fields As VirtualTypeBuilder..::.FieldInfoCollection
'使用
Dim instance As VirtualTypeBuilder
Dim value As VirtualTypeBuilder..::.FieldInfoCollection

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

Property Value

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

A VirtualTypeBuilder.FieldInfoCollection that represents a collection of Fields.

Permissions

See Also

Reference

VirtualTypeBuilder Class

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder.FieldInfoCollection