Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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.