IVsContainedLanguageProjectNameProvider Interface

Created by a project to provide the project name used in the creation of the contained language.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")> _
Public Interface IVsContainedLanguageProjectNameProvider
[InterfaceTypeAttribute()]
[GuidAttribute("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")]
public interface IVsContainedLanguageProjectNameProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")]
public interface class IVsContainedLanguageProjectNameProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")>]
type IVsContainedLanguageProjectNameProvider =  interface end
public interface IVsContainedLanguageProjectNameProvider

The IVsContainedLanguageProjectNameProvider type exposes the following members.

Methods

  Name Description
Public method GetProjectName Gets the name of the project for the specified item.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace