Partager via


InheritableProperty<TValueType>.GetDirectValue - Méthode

Obtient la valeur de la propriété directement à partir de l'objet PublishingWeb .

Espace de noms :  Microsoft.SharePoint.Publishing
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

'Déclaration
Protected MustOverride Function GetDirectValue ( _
    web As SPWeb _
) As TValueType
'Utilisation
Dim web As SPWeb
Dim returnValue As TValueType

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

Paramètres

Valeur renvoyée

Type : TValueType

Remarques

Cette méthode abstraite doit être remplacés dans une classe héritée.

Voir aussi

Référence

InheritableProperty<TValueType> classe

InheritableProperty<TValueType> - Membres

Microsoft.SharePoint.Publishing - Espace de noms

InheritableProperty<TValueType>