SpotlightVideoCollection.GetById método
Namespace: Microsoft.SharePoint.Client.Publishing
Assemblies: Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)
Sintaxe
'Declaração
Public Function GetById ( _
id As Integer _
) As SpotlightVideo
'Uso
Dim instance As SpotlightVideoCollection
Dim id As Integer
Dim returnValue As SpotlightVideo
returnValue = instance.GetById(id)
public SpotlightVideo GetById(
int id
)
Parâmetros
- id
Tipo: System.Int32
Valor retornado
Tipo: Microsoft.SharePoint.Client.Publishing.SpotlightVideo
Ver também
Referência
SpotlightVideoCollection classe