Partager via


IEditorFormatMap.AddProperties, méthode

Ajoute un ResourceDictionary pour une nouvelle clé.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Sub AddProperties ( _
    key As String, _
    properties As ResourceDictionary _
)
void AddProperties(
    string key,
    ResourceDictionary properties
)
void AddProperties(
    String^ key, 
    ResourceDictionary^ properties
)
abstract AddProperties : 
        key:string * 
        properties:ResourceDictionary -> unit
function AddProperties(
    key : String, 
    properties : ResourceDictionary
)

Paramètres

  • key
    Type : String

    Clé.

  • properties
    Type : ResourceDictionary

    Nouvelles propriétés.

Exceptions

Exception Condition
ArgumentNullException

key est null ou vide.

ArgumentException

key existe déjà dans le mappage.

Notes

key doit être une nouvelle clé et non une clé existante. Ajouter un nouveau type ne provoquera pas l'événement de FormatMappingChanged à déclencher.

Sécurité .NET Framework

Voir aussi

Référence

IEditorFormatMap Interface

Microsoft.VisualStudio.Text.Classification, espace de noms