IdentityPropertiesView.Initialize 方法 (TeamFoundationRequestContext, TeamFoundationIdentity, IEnumerable<String>, String, IdentityPropertyScope)
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
Protected Overridable Sub Initialize ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity, _
existingPropertyFilters As IEnumerable(Of String), _
namespaceSuffix As String, _
propertyScope As IdentityPropertyScope _
)
protected virtual void Initialize(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity,
IEnumerable<string> existingPropertyFilters,
string namespaceSuffix,
IdentityPropertyScope propertyScope
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- existingPropertyFilters
類型:System.Collections.Generic.IEnumerable<String>
- namespaceSuffix
類型:System.String
- propertyScope
類型:Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。