VirtualTypeBuilder.Attributes Property

Definition

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.

Applies to