VsTextPackageClass.SetPerLanguagePreferences(LANGPREFERENCES[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method information not provided. Do not use.
public:
virtual int SetPerLanguagePreferences(cli::array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES> ^ pLangPrefs) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::SetPerLanguagePreferences;
public:
virtual int SetPerLanguagePreferences(cli::array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES> ^ pLangPrefs);
virtual int SetPerLanguagePreferences(std::Array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES> const & pLangPrefs);
public virtual int SetPerLanguagePreferences (Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[] pLangPrefs);
abstract member SetPerLanguagePreferences : Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[] -> int
override this.SetPerLanguagePreferences : Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[] -> int
Public Overridable Function SetPerLanguagePreferences (pLangPrefs As LANGPREFERENCES()) As Integer
Parameters
- pLangPrefs
- LANGPREFERENCES[]
Do not use.
Returns
Do not use.