Udostępnij za pośrednictwem


Metoda VersionControlServer.GetVersionedItemProperty — (ItemSpec, VersionSpec, DeletedState, ItemType, String)

Uwaga: ten interfejs API jest już przestarzały.

Pobiera wartość właściwości dla określonego elementu.

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Client
Zestaw:  Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.",  _
    False)> _
Public Function GetVersionedItemProperty ( _
    itemSpec As ItemSpec, _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyNameFilter As String _
) As ArtifactPropertyValue()
[ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.", 
    false)]
public ArtifactPropertyValue[] GetVersionedItemProperty(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyNameFilter
)

Parametry

  • propertyNameFilter
    Typ: System.String
    Nazwa właściwości do kwerendy.

Wartość zwracana

Typ: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
Tablica ArtifactPropertyValue dopasowane przez filtry, które mają żądanej właściwości ustawione na niej obiektów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionControlServer Klasa

Przeciążenie GetVersionedItemProperty

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Client