PropertyWebService.GetProperties 메서드
속성 값을 가져옵니다.
네임스페이스: Microsoft.TeamFoundation.Server.Core.WebServices
어셈블리: Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)
구문
‘선언
<WebMethodAttribute> _
Public Function GetProperties ( _
artifactSpecs As ArtifactSpec(), _
propertyNameFilters As String(), _
options As Integer _
) As StreamingCollection(Of ArtifactPropertyValue)
[WebMethodAttribute]
public StreamingCollection<ArtifactPropertyValue> GetProperties(
ArtifactSpec[] artifactSpecs,
string[] propertyNameFilters,
int options
)
매개 변수
- artifactSpecs
형식: array<Microsoft.TeamFoundation.Framework.Server.ArtifactSpec[]
모니커가 사양 배열입니다
- propertyNameFilters
형식: array<System.String[]
배열 속성 이름 필터
- options
형식: System.Int32
-쿼리를 사용 하 여 옵션 GetPropertiesOptions을 참조 하십시오.
반환 값
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
ArtifactPropertyValue 요청 조건에 맞는 목록
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.