IVsProject5.IsDocumentInProject2(String, Int32, Int32, UInt32) Yöntem

Tanım

Belirtilen belgenin bir projede olup olmadığını belirler.

public:
 int IsDocumentInProject2(System::String ^ pszMkDocument, [Runtime::InteropServices::Out] int % pfFound, [Runtime::InteropServices::Out] int % pdwPriority2, [Runtime::InteropServices::Out] System::UInt32 % pitemid);
public int IsDocumentInProject2 (string pszMkDocument, out int pfFound, out int pdwPriority2, out uint pitemid);
abstract member IsDocumentInProject2 : string * int * int * uint32 -> int
Public Function IsDocumentInProject2 (pszMkDocument As String, ByRef pfFound As Integer, ByRef pdwPriority2 As Integer, ByRef pitemid As UInteger) As Integer

Parametreler

pszMkDocument
String

Belge yolu.

pfFound
Int32

[out] true Belge projede bulunursa, tersi durumda false .

pdwPriority2
Int32

dışı Öncelik. Bilinen öncelik değerlerinin listesi için bkz __VSDOCUMENTPRIORITY2 ..

pitemid
UInt32

dışı Belgenin öğe KIMLIĞI.

Döndürülenler

Int32

HRESULT.

Şunlara uygulanır