IVsProject5 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.
Provides the ability to determine whether a document is in a project.
public interface class IVsProject5
public interface class IVsProject5
__interface IVsProject5
[System.Runtime.InteropServices.Guid("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProject5
[<System.Runtime.InteropServices.Guid("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProject5 = interface
Public Interface IVsProject5
- Attributes
Remarks
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
Methods
IsDocumentInProject2(String, Int32, Int32, UInt32) |
Determines whether the specified document is in a project. |