BaseUIHierarchy.HostPackage Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HostPackage As IHostPlugin
'Usage
Dim instance As BaseUIHierarchy
Dim value As IHostPlugin
value = instance.HostPackage
public IHostPlugin HostPackage { get; }
public:
property IHostPlugin^ HostPackage {
IHostPlugin^ get ();
}
public function get HostPackage () : IHostPlugin
Property Value
Type: 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.