Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a flag that indicates whether a disabled plug-in is included.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property IncludeDisabledPlugins As Boolean
'Usage
Dim instance As PluginCatalog
Dim value As Boolean
value = instance.IncludeDisabledPlugins
instance.IncludeDisabledPlugins = value
public bool IncludeDisabledPlugins { get; set; }
public:
property bool IncludeDisabledPlugins {
bool get ();
void set (bool value);
}
public function get IncludeDisabledPlugins () : boolean
public function set IncludeDisabledPlugins (value : boolean)
Property Value
Type: System.Boolean
.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.