IVbcHostObject3.SetLanguageVersion(String) 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.
Sets the language version.
public:
bool SetLanguageVersion(System::String ^ languageVersion);
public bool SetLanguageVersion (string languageVersion);
abstract member SetLanguageVersion : string -> bool
Public Function SetLanguageVersion (languageVersion As String) As Boolean
Parameters
- languageVersion
- String
The language version.
Returns
true
if the language version is set; otherwise, false
.