メモ: この API は、互換性のために残されています。
指定した項目の一連のプロパティ値を取得します。
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
<ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.", _
False)> _
Public Function GetVersionedItemProperty ( _
itemSpecs As ItemSpec(), _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyNameFilters As String() _
) As ArtifactPropertyValue()
[ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.",
false)]
public ArtifactPropertyValue[] GetVersionedItemProperty(
ItemSpec[] itemSpecs,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string[] propertyNameFilters
)
パラメーター
- itemSpecs
型 : array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
配列のItemSpecオブジェクトのプロパティ値を目的の。
- versionSpec
型 : Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
項目の VersionSpec。
- deletedState
型 : Microsoft.TeamFoundation.VersionControl.Client.DeletedState
削除済みアイテムまたは削除されていないアイテムを返すかどうかを示すフラグです。
- itemType
型 : Microsoft.TeamFoundation.VersionControl.Client.ItemType
ファイルまたはフォルダー、あるいはその両方を返すかどうかを示すフラグです。
- propertyNameFilters
型 : array<System.String[]
配列プロパティのクエリをフィルターします。
戻り値
型 : array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
配列のArtifactPropertyValueオブジェクトの少なくとも 1 つの指定されたプロパティ セットを持つフィルターが一致します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。