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


VCProjectReference.Parent - свойство

Gets the immediate parent object of a given object.

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

Синтаксис

'Декларация
ReadOnly Property Parent As Object
'Применение
Dim instance As VCProjectReference
Dim value As Object

value = instance.Parent
Object Parent { get; }
property Object^ Parent {
    Object^ get ();
}
function get Parent () : Object

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

Тип: System.Object

The immediate parent object.

Реализации

VCReference.Parent

Заметки

The Parent property returns the immediate parent of the object or collection.

Разрешения

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

См. также

Основные понятия

How to: Compile and Run the Automation Object Model Code Examples

Ссылки

VCProjectReference Интерфейс

VCProjectReference - члены

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