Share via


IVstaHostItem.Parent Property

Gets or sets a reference to the parent of the HostItem.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Property Parent As Object
'Usage
Dim instance As IVstaHostItem 
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 HostItem.

.NET Framework Security

See Also

Reference

IVstaHostItem Interface

IVstaHostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace