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 all the core link type reference names.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property All As IEnumerable(Of String)
public static IEnumerable<string> All { get; }
public:
static property IEnumerable<String^>^ All {
IEnumerable<String^>^ get ();
}
static member All : IEnumerable<string> with get
static function get All () : IEnumerable<String>
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Returns String.
.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.