IVsLanguageInfoPackage Interface

Used to provide per-language editor property pages in the Options dialog.

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

Syntax

'Declaration
<GuidAttribute("8C444EF9-5863-4AB1-A1D0-55CC60AC253A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLanguageInfoPackage
[GuidAttribute("8C444EF9-5863-4AB1-A1D0-55CC60AC253A")]
[InterfaceTypeAttribute()]
public interface IVsLanguageInfoPackage
[GuidAttribute(L"8C444EF9-5863-4AB1-A1D0-55CC60AC253A")]
[InterfaceTypeAttribute()]
public interface class IVsLanguageInfoPackage
[<GuidAttribute("8C444EF9-5863-4AB1-A1D0-55CC60AC253A")>]
[<InterfaceTypeAttribute()>]
type IVsLanguageInfoPackage =  interface end
public interface IVsLanguageInfoPackage

The IVsLanguageInfoPackage type exposes the following members.

Methods

  Name Description
Public method GetLanguagePropertyPage Gets the property page for a given language service.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace