Compartilhar via


Método VersionControlServer.SetVersionedItemAttribute (ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Int32>)

Define os atributos associados ao item com versão.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (em Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxe

'Declaração
Public Sub SetVersionedItemAttribute ( _
    itemSpec As ItemSpec, _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyName As String, _
    value As Nullable(Of Integer) _
)
public void SetVersionedItemAttribute(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyName,
    Nullable<int> value
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

VersionControlServer Classe

Sobrecargas SetVersionedItemAttribute

Namespace Microsoft.TeamFoundation.VersionControl.Client