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