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.11.0 (in Microsoft.VisualStudio.Shell.11.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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.