IVstaProjectHostItem.Parent Property

Gets or sets the parent of the project host item, which is the IVstaHostAdapter.

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

Syntax

'Declaration
Property Parent As Object
'Usage
Dim instance As IVstaProjectHostItem 
Dim value As Object 

value = instance.Parent

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

Property Value

Type: System.Object
The parent of the project host item as the IVstaHostAdapter.

.NET Framework Security

See Also

Reference

IVstaProjectHostItem Interface

IVstaProjectHostItem Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace