IVsTextManager.GetPerLanguagePreferences(LANGPREFERENCES[]) Method

Definition

Method information is not provided.

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

Parameters

pLangPrefs
LANGPREFERENCES[]

Do not use.

Returns

Applies to