IVsTextManager.SetPerLanguagePreferences(LANGPREFERENCES[]) Method

Definition

Method information is not provided.

public:
 int SetPerLanguagePreferences(cli::array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES> ^ pLangPrefs);
int SetPerLanguagePreferences(std::Array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES> const & pLangPrefs);
public int SetPerLanguagePreferences (Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[] pLangPrefs);
abstract member SetPerLanguagePreferences : Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[] -> int
Public Function SetPerLanguagePreferences (pLangPrefs As LANGPREFERENCES()) As Integer

Parameters

pLangPrefs
LANGPREFERENCES[]

Do not use.

Returns

Applies to