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 (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public ReadOnly Property LanguageResourceID As Integer
'使用
Dim instance As ProvideLanguageServiceAttribute
Dim value As Integer

value = instance.LanguageResourceID
public int LanguageResourceID { get; }
public:
property int LanguageResourceID {
    int get ();
}
public function get LanguageResourceID () : int

Property Value

Type: System.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.

Permissions

See Also

Reference

ProvideLanguageServiceAttribute Class

ProvideLanguageServiceAttribute Members

Microsoft.VisualStudio.Shell Namespace