Metodo PropertyWebService.GetProperties
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<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
)
Parametri
- artifactSpecs
Tipo: array<Microsoft.TeamFoundation.Framework.Server.ArtifactSpec[]
- propertyNameFilters
Tipo: array<System.String[]
- options
Tipo: System.Int32
Valore restituito
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices