Share via


Ribbon.GetPeripheralDataForSection - Méthode

Retourne les données contenues dans une section de contenu du périphérique.

Espace de noms :  Microsoft.Web.CommandUI
Assembly :  Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)

Syntaxe

'Déclaration
Protected Function GetPeripheralDataForSection ( _
    location As String, _
    property As String, _
    encoded As Boolean _
) As String
'Utilisation
Dim location As String
Dim property As String
Dim encoded As Boolean
Dim returnValue As String

returnValue = Me.GetPeripheralDataForSection(location, _
    property, encoded)
protected string GetPeripheralDataForSection(
    string location,
    string property,
    bool encoded
)

Paramètres

  • location
    Type : System.String

    L'emplacement où seront stockées les données.

  • encoded
    Type : System.Boolean

    true si property est encodé en HTML ; dans le cas contraire, false.

Valeur renvoyée

Type : System.String
Chaîne qui contient les données du périphérique.

Voir aussi

Référence

Ribbon classe

Ribbon - Membres

Microsoft.Web.CommandUI - Espace de noms