Aracılığıyla paylaş


IVsProject Arabirim

 

Öğeleri veya bir proje içinde belgeleri yönetir.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

[InterfaceTypeAttribute(1)]
[GuidAttribute("CD4028ED-C4D8-44BA-890F-E7FB02A380C6")]
[ComConversionLossAttribute]
public interface IVsProject
[InterfaceTypeAttribute(1)]
[GuidAttribute("CD4028ED-C4D8-44BA-890F-E7FB02A380C6")]
[ComConversionLossAttribute]
public interface class IVsProject
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("CD4028ED-C4D8-44BA-890F-E7FB02A380C6")>]
[<ComConversionLossAttribute>]
type IVsProject = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("CD4028ED-C4D8-44BA-890F-E7FB02A380C6")>
<ComConversionLossAttribute>
Public Interface IVsProject

Yöntemler

Ad Açıklama
System_CAPS_pubmethod AddItem(UInt32, VSADDITEMOPERATION, String, UInt32, String[], IntPtr, VSADDRESULT[])

Projede yeni öğeleri oluşturur, varolan dosyaları projeye ekler veya çalıştırılacak Öğe Ekle sihirbazları neden olur.

System_CAPS_pubmethod GenerateUniqueItemName(UInt32, String, String, String)

Belirli bir öğe için bir benzersiz belge adı oluşturur.

System_CAPS_pubmethod GetItemContext(UInt32, IServiceProvider)

Bir öğenin bağlamını döndürür.

System_CAPS_pubmethod GetMkDocument(UInt32, String)

Belge bilinen adını döndürür.

System_CAPS_pubmethod IsDocumentInProject(String, Int32, VSDOCUMENTPRIORITY[], UInt32)

Bir belge projede olup olmadığını belirler.

System_CAPS_pubmethod OpenItem(UInt32, Guid, IntPtr, IVsWindowFrame)

Bir öğeyi açar.

Gerçekleştirenlere Notlar:

Uygulama IVsProject kaldırın veya yeniden öğeleri ya da belirli bir düzenleyici kullanarak bir proje belgeler veya projeler arasında bir öğe aktarmak için gereken zaman.

Ayrıca bkz.

Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön