IVsContainedLanguageProjectNameProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Created by a project to provide the project name used in the creation of the contained language.
public interface class IVsContainedLanguageProjectNameProvider
public interface class IVsContainedLanguageProjectNameProvider
__interface IVsContainedLanguageProjectNameProvider
[System.Runtime.InteropServices.Guid("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsContainedLanguageProjectNameProvider
[System.Runtime.InteropServices.Guid("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsContainedLanguageProjectNameProvider
[<System.Runtime.InteropServices.Guid("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsContainedLanguageProjectNameProvider = interface
[<System.Runtime.InteropServices.Guid("F77B0DD6-420B-4E7C-A0B3-C8D5B10A0997")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsContainedLanguageProjectNameProvider = interface
Public Interface IVsContainedLanguageProjectNameProvider
- Attributes
Methods
GetProjectName(UInt32, String) |
Gets the name of the project for the specified item. |