VersionControlServer.GetVersionedItemProperty 方法 (array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<String[])
注意:這個應用程式開發介面現在已經過時。
取得一組指定之項目的屬性值。
命名空間: 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 物件的陣列所設定的其中一個指定屬性的篩選條件相符。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。