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
- pluginId
Type: System.String
Property Value
Type: Microsoft.TeamFoundation.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.