Task.HostObject Property
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Декларация
Public Property HostObject As ITaskHost
Get
Set
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
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.