VCCodeIDLCoClass.Parent - свойство
Gets the immediate parent object of a VCCodeIDLCoClass object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property Parent As Object
'Применение
Dim instance As VCCodeIDLCoClass
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 of a VCCodeIDLCoClass 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