Compartir a través de


Item.Attributes (Propiedad)

Atributos

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Server
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxis

'Declaración
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName := "InternalAttributes")> _
Public Property Attributes As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalAttributes")]
public StreamingCollection<PropertyValue> Attributes { get; set; }

Valor de propiedad

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Devuelva StreamingCollection<T>.

Seguridad de .NET Framework

Vea también

Referencia

Item Clase

Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)