VCCodeIDLLibrary.Attributes Property

Definition

Gets a collection of all of the attributes for the object.

public:
 property EnvDTE::CodeElements ^ Attributes { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(577)]
public EnvDTE.CodeElements Attributes { [System.Runtime.InteropServices.DispId(577)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.DispId(577)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Attributes : EnvDTE.CodeElements
Public ReadOnly Property Attributes As CodeElements

Property Value

A CodeElements collection.

Attributes

Applies to