Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Item ( _
    categoryName As String _
) As PluginCategory
public abstract PluginCategory this[
    string categoryName
] { get; }
public:
virtual property PluginCategory^ Item[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.