Compartir a través de


del método InheritableProperty<TValueType>.GetDirectValue

Obtiene el valor de la propiedad directamente desde el objeto PublishingWeb .

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

Sintaxis

'Declaración
Protected MustOverride Function GetDirectValue ( _
    web As SPWeb _
) As TValueType
'Uso
Dim web As SPWeb
Dim returnValue As TValueType

returnValue = Me.GetDirectValue(web)
protected abstract TValueType GetDirectValue(
    SPWeb web
)

Parámetros

Valor devuelto

Tipo: TValueType

Comentarios

Este método abstracto debe reemplazarse en una clase heredada.

Vea también

Referencia

clase InheritableProperty<TValueType>

Miembros InheritableProperty<TValueType>

Espacio de nombres Microsoft.SharePoint.Publishing

InheritableProperty<TValueType>