Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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; }
public:
property VirtualTypeBuilder..::..FieldInfoCollection^ Fields {
VirtualTypeBuilder..::..FieldInfoCollection^ get ();
}
member Fields : VirtualTypeBuilder..::..FieldInfoCollection
function get Fields () : VirtualTypeBuilder..::..FieldInfoCollection
Property Value
Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.FieldInfoCollection
A VirtualTypeBuilder.FieldInfoCollection that represents a collection of Fields.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.