Поделиться через


VCFileCodeModel.IDLLibraries - свойство

Gets the collection of Library elements on the object.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
ReadOnly Property IDLLibraries As CodeElements
'Применение
Dim instance As VCFileCodeModel
Dim value As CodeElements

value = instance.IDLLibraries
CodeElements IDLLibraries { get; }
property CodeElements^ IDLLibraries {
    CodeElements^ get ();
}
function get IDLLibraries () : CodeElements

Значение свойства

Тип: EnvDTE.CodeElements

A CodeElements collection.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCFileCodeModel Интерфейс

VCFileCodeModel - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен