BasicAsyncPlugin.HostPackage Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public ReadOnly Property HostPackage As IHostPlugin
Get
public IHostPlugin HostPackage { get; }
public:
property IHostPlugin^ HostPackage {
IHostPlugin^ get ();
}
member HostPackage : IHostPlugin
function get HostPackage () : IHostPlugin
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.IHostPlugin
.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.