ProcessParameterMetadataCollection を取得します overridingMetadata のオーバーライドのパラメーターと組み合わせる baseMetadata の指定したパラメーターを含む。overridingMetadata の値が 2 データ間に競合がある場合は。
名前空間: Microsoft.TeamFoundation.Build.Workflow
アセンブリ: Microsoft.TeamFoundation.Build.Workflow (Microsoft.TeamFoundation.Build.Workflow.dll 内)
構文
'宣言
Public Shared Function CombineMetadata ( _
baseMetadata As ProcessParameterMetadataCollection, _
overridingMetadata As ProcessParameterMetadataCollection _
) As ProcessParameterMetadataCollection
public static ProcessParameterMetadataCollection CombineMetadata(
ProcessParameterMetadataCollection baseMetadata,
ProcessParameterMetadataCollection overridingMetadata
)
パラメーター
- baseMetadata
型 : Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
結合するメタデータの ProcessParameterMetadataCollection。
- overridingMetadata
型 : Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
結合するメタデータの ProcessParameterMetadataCollection。値に競合がある場合、このコレクションの値が優先されます。
戻り値
型 : Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
ProcessParameterMetadataCollection は overridingMetadata のオーバーライドのパラメーターと baseMetadata の指定したパラメーターを含む結合します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。