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.StringL'emplacement où seront stockées les données.
property
Type : System.StringLe nom de la propriété data.
encoded
Type : System.Booleantrue 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.