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.
ITask implementation—HostObject property.
Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property HostObject As ITaskHost
public ITaskHost HostObject { get; set; }
public:
virtual property ITaskHost^ HostObject {
    ITaskHost^ get () sealed;
    void set (ITaskHost^ value) sealed;
}
abstract HostObject : ITaskHost with get, set 
override HostObject : ITaskHost with get, set
final function get HostObject () : ITaskHost 
final function set HostObject (value : ITaskHost)
Property Value
Type: Microsoft.Build.Framework.ITaskHost
Returns ITaskHost.
Implements
.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.