IVsProject5::IsDocumentInProject2 Method (String^, Int32, Int32, UInt32)
Visual Studio 2015
Determines whether the specified document is in a project.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
int IsDocumentInProject2( String^ pszMkDocument, [OutAttribute] int% pfFound, [OutAttribute] int% pdwPriority2, [OutAttribute] unsigned int% pitemid )
Parameters
- pszMkDocument
-
Type:
System::String^
The path of the document.
- pfFound
-
Type:
System::Int32
[out] true if the document is found in the project, otherwise false.
- pdwPriority2
-
Type:
System::Int32
[out] The priority. For a list of known priority values, see__VSDOCUMENTPRIORITY2.
- pitemid
-
Type:
System::UInt32
[out] The item ID of the document.
Show: