VCCodeDelegate.Attributes Property
Gets a collection of all of the attributes for the parent object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
'Declaração
ReadOnly Property Attributes As CodeElements
Get
CodeElements Attributes { get; }
property CodeElements^ Attributes {
CodeElements^ get ();
}
abstract Attributes : CodeElements
function get Attributes () : CodeElements
Type: EnvDTE.CodeElements
A CodeElements collection.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.VCCodeModel Namespace
How to: Compile and Run the Automation Object Model Code Examples