IdentityManagementWebService.ReadIdentitiesById 方法
由 Team Foundation ID. 讀識別 注意-快速地執行,將成員資格資訊並未要求。
命名空間: Microsoft.TeamFoundation.Server.Core.WebServices
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function ReadIdentitiesById ( _
teamFoundationIds As Guid(), _
queryMembership As Integer, _
features As Integer, _
options As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesById(
Guid[] teamFoundationIds,
int queryMembership,
int features,
int options,
string[] propertyNameFilters,
int propertyScope
)
參數
- teamFoundationIds
類型:array<System.Guid[]
ID
- queryMembership
類型:System.Int32
無,直接或擴充成員資格資訊。
- features
類型:System.Int32
- options
類型:System.Int32
- propertyNameFilters
類型:array<System.String[]
- propertyScope
類型:System.Int32
傳回值
類型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
一些識別,一對一對應與輸入陣列。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。