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 collection of the ArtifactType registration entries.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property ArtifactTypes As ArtifactType()
'Usage
Dim instance As RegistrationEntry
Dim value As ArtifactType()
value = instance.ArtifactTypes
instance.ArtifactTypes = value
public ArtifactType[] ArtifactTypes { get; set; }
public:
property array<ArtifactType^>^ ArtifactTypes {
array<ArtifactType^>^ get ();
void set (array<ArtifactType^>^ value);
}
public function get ArtifactTypes () : ArtifactType[]
public function set ArtifactTypes (value : ArtifactType[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.ArtifactType[]
An array of the registered artifact types.
.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.