IApplicationSettings.Item 属性

返回提供的键的值。 如果该项不存在,则返回 null。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
ReadOnly Property Item ( _
    key As String _
) As String
string this[
    string key
] { get; }

参数

属性值

类型:System.String

.NET Framework 安全性

请参阅

参考

IApplicationSettings 接口

Microsoft.TeamFoundation.Framework.Server 命名空间