RepositoryExtensions.GetVersionedItemProperty-Methode
Ruft die Eigenschaften, die Elementen mit Versionsangabe zugeordnet werden.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetVersionedItemProperty ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec(), _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyNameFilters As String() _
) As StreamingCollection(Of ArtifactPropertyValue)
[WebMethodAttribute]
public StreamingCollection<ArtifactPropertyValue> GetVersionedItemProperty(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string[] propertyNameFilters
)
Parameter
- workspaceName
Typ: System.String
- workspaceOwner
Typ: System.String
- itemSpecs
Typ: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- versionSpec
Typ: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- deletedState
Typ: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Typ: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- propertyNameFilters
Typ: array<System.String[]
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.