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