Interface IVsDesignTimeAssemblyResolution
Publicado: abril de 2016
Fornece métodos que executam a resolução do assembly em tempo de design.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
[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
Métodos
Nome | Descrição | |
---|---|---|
GetTargetFramework(String) | Obtém o destino.NET framework da instância do projeto. |
|
ResolveAssemblyPathInTargetFx(String[], UInt32, VsResolvedAssemblyPath[], UInt32) | Resolve os caminhos de montagem no destino.NET framework. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo