VsTextManagerClass.SetPerLanguagePreferences, méthode
Informations de méthode non fournies.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function SetPerLanguagePreferences ( _
pLangPrefs As LANGPREFERENCES() _
) As Integer
public virtual int SetPerLanguagePreferences(
LANGPREFERENCES[] pLangPrefs
)
public:
virtual int SetPerLanguagePreferences(
[InAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract SetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] -> int
override SetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] -> int
public function SetPerLanguagePreferences(
pLangPrefs : LANGPREFERENCES[]
) : int
Paramètres
pLangPrefs
Type : array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[]
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.SetPerLanguagePreferences(array<LANGPREFERENCES[])
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.