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


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

Gets the immediate parent object of a given object.

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

Синтаксис

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

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

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

Тип: Microsoft.VisualStudio.VCCodeModel.VCCodeMap

A VCCodeMap object.

Заметки

The Parent property returns the immediate parent to the object or collection. If you want to get the containing collection, then use the Collection property.

Разрешения

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

См. также

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

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

Ссылки

VCCodeMapEntry Интерфейс

VCCodeMapEntry - члены

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