IVsDesignTimeAssemblyResolution – rozhraní
Poskytuje metody, které provádějí sestavení návrhu řešení.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
[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
Název | Popis | |
---|---|---|
GetTargetFramework(String) | Získá cíl.NET framework instance projektu. |
|
ResolveAssemblyPathInTargetFx(String[], UInt32, VsResolvedAssemblyPath[], UInt32) | Odstraňuje sestavení cesty v cíli.NET framework. |
Viz také
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek