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