VirtualTypeBuilder.Attributes 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 Attributes for the virtual type.
public:
 property Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::AttributeCollection ^ Attributes { Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::AttributeCollection ^ get(); };
	public Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.AttributeCollection Attributes { get; }
	member this.Attributes : Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.AttributeCollection
	Public ReadOnly Property Attributes As VirtualTypeBuilder.AttributeCollection
	Property Value
An VirtualTypeBuilder.AttributeCollection that represents the collection of attributes.