ProvideLanguageServiceAttribute::LanguageResourceID Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the resource ID used to obtain the localized version of the language name.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int LanguageResourceID {
	int get();
}

Property Value

Type: System::Int32

Returns a number representing the resource ID. This is the same value that was passed to the class constructor.

This property is not normally used outside the class.

Return to top
Show: