TeamFoundationIdentity.GetProperties メソッド (IdentityPropertyScope)
プロパティ バッグ。これは、たとえばコンシューマーが現在のプロパティや削除に、パターン マッチのプロパティ名に基づいて、一部変更するには、反復する必要がある場合に役立つことがあります。
名前空間: Microsoft.TeamFoundation.Framework.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Public Function GetProperties ( _
propertyScope As IdentityPropertyScope _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetProperties(
IdentityPropertyScope propertyScope
)
パラメーター
- propertyScope
型 : Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
戻り値
型 : System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。