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)

[GuidAttribute("B04F747B-48EE-4EC7-8A2E-E9417F6214C3")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProject5

NameDescription
System_CAPS_pubmethodIsDocumentInProject2(String, Int32, Int32, UInt32)

Determines whether the specified document is in a project.

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.

Return to top
Show: