TeamFoundationPropertyService.GetProperties Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>) | ||
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>) | Gets properties associated to given artifacts specs that satisfies property name filters. Note: All artifacts must be from the same artifact kind. | |
GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>) | Returns ArtifactPropertyValues for all artifacts in a kind which have specific properties set. | |
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions) | Gets properties associated to given artifacts specs that satisfies property name filters. Note: All artifacts must be from the same artifact kind. | |
GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>) |
Top