ProvideLanguageServiceAttribute.LanguageResourceID Property

This API supports the .NET Framework 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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property LanguageResourceID As Integer
public int LanguageResourceID { get; }
public:
property int LanguageResourceID {
    int get ();
}
member LanguageResourceID : int with get
function get LanguageResourceID () : int

Property Value

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

Remarks

This property is not normally used outside the class.

.NET Framework Security

See Also

Reference

ProvideLanguageServiceAttribute Class

Microsoft.VisualStudio.Shell Namespace