Aracılığıyla paylaş


IVsSolution4 Arabirim

 

Yönetilen projelerin bir çözümde yükleme yöntemleri sağlar.

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

Sözdizimi

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")]
public interface IVsSolution4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")]
public interface class IVsSolution4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")>]
type IVsSolution4 = interface end
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")>
Public Interface IVsSolution4

Yöntemler

Ad Açıklama
System_CAPS_pubmethod EnsureProjectIsLoaded(Guid, UInt32)

Bu proje ve gerekli tüm bağımlılıkları yüklenmesini sağlar.

System_CAPS_pubmethod EnsureProjectsAreLoaded(UInt32, Guid[], UInt32)

Projeleri ve gerekli tüm bağımlılıkları belirtilen listesi yüklenir sağlar.

System_CAPS_pubmethod EnsureSolutionIsLoaded(UInt32)

Tüm çözüm bu işlevi önce eşzamanlı olarak yüklenmesini zorlar döndürür.

System_CAPS_pubmethod IsBackgroundSolutionLoadEnabled(Boolean)

Arka plan çözüm yük özelliği zaten etkin olup olmadığını belirler (VSPROPID_ActiveSolutionLoadManager ayarlandıktan sonra).

System_CAPS_pubmethod ReloadProject(Guid)

Bellekten bir projenin tüm bağımlılıkları yüklenmesine gerek kalmadan yeniden yükler.

System_CAPS_pubmethod UnloadProject(Guid, UInt32)

Bir proje kaldırır ve bu eklentiyi nedenini ayarlar.

System_CAPS_pubmethod WriteUserOptsFile()

Çözüm kullanıcı seçenekleri dosyasını (.suo) yazar.

Ayrıca bkz.

Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön