共用方式為


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
)

參數

  • propertyNameFilters
    型別:array<System.String[]
    陣列中的屬性篩選。

傳回值

型別:array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
ArtifactPropertyValue 物件的陣列所設定的其中一個指定屬性的篩選條件相符。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

GetVersionedItemProperty 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間