Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
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.