Compartir a través de


de la propiedad MediaWebPart.PlayerLoadedClientScript

Obtiene o establece una función ECMAScript (JavaScript, JScript) que se ejecutará cuando el Reproductor se carga correctamente.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
Public Property PlayerLoadedClientScript As String
    Get
    Set
'Uso
Dim instance As MediaWebPart
Dim value As String

value = instance.PlayerLoadedClientScript

instance.PlayerLoadedClientScript = value
public string PlayerLoadedClientScript { get; set; }

Valor de propiedad

Tipo: System.String
Devuelve String.

Comentarios

Sólo es aplicable cuando los pageis en modo de edición.

Vea también

Referencia

clase MediaWebPart

Miembros MediaWebPart

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls