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.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
categoryName As String _
) As PluginCategory
public abstract PluginCategory this[
string categoryName
] { get; }
public:
virtual property PluginCategory^ default[String^ categoryName] {
PluginCategory^ get (String^ categoryName) abstract;
}
abstract Item :
categoryName:string -> PluginCategory with get
JScript does not support indexed properties.
Parameters
- categoryName
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.PluginCategory
.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.