Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parent of the project host item, which is the HostAdapter.
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
Public Property Parent As Object
'Usage
Dim instance As ProjectHostItem 
Dim value As Object 
value = instance.Parent
instance.Parent = value
public Object Parent { get; set; }
public:
property Object^ Parent {
    Object^ get ();
    void set (Object^ value);
}
public function get Parent () : Object 
public function set Parent (value : Object)
Property Value
Type: System.Object
The parent of the project host item as the HostAdapter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace