IVsProject5 Interface

Provides the ability to determine whether a document is in a project.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")> _
Public Interface IVsProject5
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")]
public interface IVsProject5
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"B04F747B-48EE-4EC7-8A2E-E9417F6214C3")]
public interface class IVsProject5
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")>]
type IVsProject5 =  interface end
public interface IVsProject5

The IVsProject5 type exposes the following members.

Methods

  Name Description
Public method IsDocumentInProject2 Determines whether the specified document is in a project.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace