Udostępnij za pośrednictwem


VirtualTypeBuilder.Properties Property

Definition

Gets the collection of Properties for the virtual type.

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

Property Value

A VirtualTypeBuilder.PropertyInfoCollection that represents the collection of Properties.

Applies to