IVsProject5 Interface

Definition

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.

Applies to