IProfileService.DeleteAttribute 方法
删除命名的 atrribute 名称和配置文件属性的对象。
命名空间: Microsoft.VisualStudio.Services.Profile
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Function DeleteAttribute ( _
requestContext As TeamFoundationRequestContext, _
id As Guid, _
descriptor As AttributeDescriptor _
) As Integer
int DeleteAttribute(
TeamFoundationRequestContext requestContext,
Guid id,
AttributeDescriptor descriptor
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
类型:System.Guid
配置文件关联标识的 GUID。存在一对一映射。标识和配置文件之间
- descriptor
类型:Microsoft.VisualStudio.Services.Profile.AttributeDescriptor
属性的类型描述符
返回值
类型:System.Int32
更新属性的版本
异常
异常 | 条件 |
---|---|
ProfileAttributeNotFoundException | 如果指定属性不存在。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。