Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.String
- pfFound
Type: System.Int32%
- pdwPriority
Type: array<Microsoft.VisualStudio.Shell.Interop.VSDOCUMENTPRIORITY[]
- pitemid
Type: System.UInt32%
Return Value
Type: System.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.