VersionControlServer.GetVersionedItemProperty Method (ItemSpec, VersionSpec, DeletedState, ItemType, String)
Visual Studio 2012
Note: This API is now obsolete.
Gets a property value for the specified item.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
[<ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.", false)>] member GetVersionedItemProperty : itemSpec:ItemSpec * versionSpec:VersionSpec * deletedState:DeletedState * itemType:ItemType * propertyNameFilter:string -> ArtifactPropertyValue[]
Parameters
- itemSpec
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
The ItemSpec for which the property value is desired.
- versionSpec
- Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The VersionSpec of the item.
- deletedState
- Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedState
A flag describing whether to return deleted items and/or non-deleted items.
- itemType
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType
A flag describing whether to return files and/or folders.
- propertyNameFilter
- Type: String
The property name to query.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]An array of ArtifactPropertyValue objects matched by the filters which have the requested property set on it.
- 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.