ProjectHostItem.IVstaProjectHostItem.Parent Property

For a description of this member, see IVstaProjectHostItem.Parent.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Private Property Parent As Object Implements IVstaProjectHostItem.Parent
'Usage
Dim instance As ProjectHostItem 
Dim value As Object 

value = CType(instance, IVstaProjectHostItem).Parent 

CType(instance, IVstaProjectHostItem).Parent = value
Object IVstaProjectHostItem.Parent { get; set; }
private:
virtual property Object^ Parent {
    Object^ get () sealed = IVstaProjectHostItem::Parent::get;
    void set (Object^ value) sealed = IVstaProjectHostItem::Parent::set;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Object

Implements

IVstaProjectHostItem.Parent

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItem instance is cast to an IVstaProjectHostItem interface.

.NET Framework Security

See Also

Reference

ProjectHostItem Class

ProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace