Freigeben über


RepositoryExtensions.GetChangesetProperty-Methode

Ruft die Eigenschaften, die mit einem angegebenen Changeset zugeordnet sind.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetChangesetProperty ( _
    changesetId As Integer, _
    propertyNameFilters As String() _
) As ArtifactPropertyValue
[WebMethodAttribute]
public ArtifactPropertyValue GetChangesetProperty(
    int changesetId,
    string[] propertyNameFilters
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue

.NET Framework-Sicherheit

Siehe auch

Referenz

RepositoryExtensions Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace