Interfejs IVsDesignTimeAssemblyResolution
Udostępnia metody, które wykonują rezolucję Zgromadzenia w czasie projektowania.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
[GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignTimeAssemblyResolution
[GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDesignTimeAssemblyResolution
[<GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDesignTimeAssemblyResolution = interface end
<GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsDesignTimeAssemblyResolution
Metody
Nazwa | Opis | |
---|---|---|
GetTargetFramework(String) | Pobiera środowiska .NET Framework wystąpienia projektu. |
|
ResolveAssemblyPathInTargetFx(String[], UInt32, VsResolvedAssemblyPath[], UInt32) | Usuwa ścieżki zestawu w środowiska .NET Framework. |
Zobacz też
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku