IdentityManagementWebService.ReadIdentitiesByDescriptor 方法
讀取指定的描述元的識別。 第一個嘗試 IMS 存放區。 如果找不到,或者嘗試像 AD 的來源 (實際來源會識別物件的屬性) 表示。 注意-快速地執行,將成員資格資訊並未要求。
命名空間: Microsoft.TeamFoundation.Server.Core.WebServices
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function ReadIdentitiesByDescriptor ( _
descriptors As IdentityDescriptor(), _
queryMembership As Integer, _
options As Integer, _
features As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ReadIdentitiesByDescriptor(
IdentityDescriptor[] descriptors,
int queryMembership,
int options,
int features,
string[] propertyNameFilters,
int propertyScope
)
參數
- descriptors
類型:array<Microsoft.VisualStudio.Services.Identity.IdentityDescriptor[]
描述元
- queryMembership
類型:System.Int32
無,直接或擴充成員資格資訊。
- options
類型:System.Int32
選項
- features
類型:System.Int32
- propertyNameFilters
類型:array<System.String[]
- propertyScope
類型:System.Int32
傳回值
類型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
一些識別,一對一對應與輸入陣列。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。