PluginCategory.Item Property

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Public ReadOnly Default Property Item ( _
    pluginId As String _
) As PluginRecord
    Get
public PluginRecord this[
    string pluginId
] { get; }
public:
property PluginRecord^ default[String^ pluginId] {
    PluginRecord^ get (String^ pluginId);
}
member Item : PluginRecord
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.TeamFoundation.PluginRecord

.NET Framework Security

See Also

Reference

PluginCategory Class

Microsoft.TeamFoundation Namespace