IWpfTextViewMarginProvider.CreateMargin, méthode
Crée un élément IWpfTextViewMargin pour l'objet IWpfTextViewHost spécifié.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Function CreateMargin ( _
wpfTextViewHost As IWpfTextViewHost, _
marginContainer As IWpfTextViewMargin _
) As IWpfTextViewMargin
IWpfTextViewMargin CreateMargin(
IWpfTextViewHost wpfTextViewHost,
IWpfTextViewMargin marginContainer
)
IWpfTextViewMargin^ CreateMargin(
IWpfTextViewHost^ wpfTextViewHost,
IWpfTextViewMargin^ marginContainer
)
abstract CreateMargin :
wpfTextViewHost:IWpfTextViewHost *
marginContainer:IWpfTextViewMargin -> IWpfTextViewMargin
function CreateMargin(
wpfTextViewHost : IWpfTextViewHost,
marginContainer : IWpfTextViewMargin
) : IWpfTextViewMargin
Paramètres
wpfTextViewHost
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewHostÉlément IWpfTextViewHost pour lequel l'objet IWpfTextViewMargin doit être créé.
marginContainer
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewMarginMarge contenant la marge récemment créée.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Editor.IWpfTextViewMargin
Élément IWpfTextViewMargin.
Notes
Cette méthode peut retourner nullune référence null (Nothing en Visual Basic) si cet IWpfTextViewMarginProvider ne participe pas pour ce contexte.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.