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