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