VCProject.References - свойство
Gets the collection of references for the selected project.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
ReadOnly Property References As Object
'Применение
Dim instance As VCProject
Dim value As Object
value = instance.References
Object References { get; }
property Object^ References {
Object^ get ();
}
function get References () : Object
Значение свойства
Тип: System.Object
A collection of references for the selected project.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.