VirtualTypeBuilder.Properties 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 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.