IDatabaseProjectNode.TaskHost Property
Gets the ITaskHost that is used to initialize the project system and to interface with the build process.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property TaskHost As ITaskHost
ITaskHost TaskHost { get; }
property ITaskHost^ TaskHost {
ITaskHost^ get ();
}
abstract TaskHost : ITaskHost
function get TaskHost () : ITaskHost
Property Value
Type: Microsoft.Build.Framework.ITaskHost
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace