del método SpotlightVideoCollection.GetById
Espacio de nombres: Microsoft.SharePoint.Client.Publishing
Ensamblados: Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.Publishing.SpotlightVideo
Vea también
Referencia
clase SpotlightVideoCollection