VCCodeStruct.Attributes - свойство
Gets a collection of all of the attributes for the parent object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property Attributes As CodeElements
'Применение
Dim instance As VCCodeStruct
Dim value As CodeElements
value = instance.Attributes
CodeElements Attributes { get; }
property CodeElements^ Attributes {
CodeElements^ get ();
}
function get Attributes () : CodeElements
Значение свойства
Тип: EnvDTE.CodeElements
A CodeElements collection.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples