TeamProjectCollectionWebService.GetCollectionProperties Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function GetCollectionProperties ( _
ids As Guid(), _
filterFlags As Integer _
) As TeamProjectCollectionProperties()
[WebMethodAttribute]
public TeamProjectCollectionProperties[] GetCollectionProperties(
Guid[] ids,
int filterFlags
)
[WebMethodAttribute]
public:
array<TeamProjectCollectionProperties^>^ GetCollectionProperties(
array<Guid>^ ids,
int filterFlags
)
[<WebMethodAttribute>]
member GetCollectionProperties :
ids:Guid[] *
filterFlags:int -> TeamProjectCollectionProperties[]
public function GetCollectionProperties(
ids : Guid[],
filterFlags : int
) : TeamProjectCollectionProperties[]
Parameters
- ids
Type: array<System.Guid[]
- filterFlags
Type: System.Int32
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionProperties[]
.NET Framework Security
- 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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace