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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。