DatabaseProjectNodeExtender.TaskHost Property
Gets the task host for the node that is available from the project manager.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TaskHost As DatabaseTaskHost
[BrowsableAttribute(false)]
public DatabaseTaskHost TaskHost { get; }
[BrowsableAttribute(false)]
public:
property DatabaseTaskHost^ TaskHost {
DatabaseTaskHost^ get ();
}
[<BrowsableAttribute(false)>]
member TaskHost : DatabaseTaskHost
function get TaskHost () : DatabaseTaskHost
Property Value
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost
.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
DatabaseProjectNodeExtender Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace