IVsProject4.IsDocumentInProject Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function IsDocumentInProject ( _
pszMkDocument As String, _
<OutAttribute> ByRef pfFound As Integer, _
<OutAttribute> pdwPriority As VSDOCUMENTPRIORITY(), _
<OutAttribute> ByRef pitemid As UInteger _
) As Integer
int IsDocumentInProject(
string pszMkDocument,
out int pfFound,
VSDOCUMENTPRIORITY[] pdwPriority,
out uint pitemid
)
int IsDocumentInProject(
[InAttribute] String^ pszMkDocument,
[OutAttribute] int% pfFound,
[OutAttribute] array<VSDOCUMENTPRIORITY>^ pdwPriority,
[OutAttribute] unsigned int% pitemid
)
abstract IsDocumentInProject :
pszMkDocument:string *
pfFound:int byref *
pdwPriority:VSDOCUMENTPRIORITY[] byref *
pitemid:uint32 byref -> int
function IsDocumentInProject(
pszMkDocument : String,
pfFound : int,
pdwPriority : VSDOCUMENTPRIORITY[],
pitemid : uint
) : int
Parameters
- pszMkDocument
Type: String
- pfFound
Type: Int32%
- pdwPriority
Type: array<Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY[]
- pitemid
Type: UInt32%
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.