Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a list of work item IDs for viewable work items.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<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
Property Value
Type: String
A list of work item IDs for viewable work items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.