TestElement.WorkItemIdsViewable (Propiedad)

Obtiene o establece una lista de identificadores de elementos de trabajo para los elementos de trabajo que se pueden ver.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")> _
Public Overridable ReadOnly Property WorkItemIdsViewable As String
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")]
public virtual string WorkItemIdsViewable { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")]
public:
virtual property String^ WorkItemIdsViewable {
    String^ get ();
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")>]
abstract WorkItemIdsViewable : string with get
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{D78B2C92-7024-43bd-B6DB-B3E90F1FD309}")>]
override WorkItemIdsViewable : string with get
function get WorkItemIdsViewable () : String

Valor de propiedad

Tipo: System.String
Lista de identificadores de elementos de trabajo para los elementos de trabajo que se pueden ver.

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)