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