AssemblyReference 接口

表示由此网站使用的一个程序集引用。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
<GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")> _
Public Interface AssemblyReference
[GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")]
public interface AssemblyReference
[GuidAttribute(L"229F3491-6E60-4E50-90E5-7DB14B0DC004")]
public interface class AssemblyReference
[<GuidAttribute("229F3491-6E60-4E50-90E5-7DB14B0DC004")>]
type AssemblyReference =  interface end
public interface AssemblyReference

AssemblyReference 类型公开以下成员。

属性

  名称 说明
公共属性 ContainingProject 获取对 DTE 对象(包含此 Web 服务)中的此项目的引用。
公共属性 DTE 获取对包含此 Web 服务的项目所在的 DTE2 对象的引用。
公共属性 FullPath 获取该程序集的完整本地路径。
公共属性 Name 获取该引用的程序集名称。
公共属性 ReferencedProject 获取对 DTE 对象(引用此 Web 服务)中的此项目的引用。
公共属性 ReferenceKind 获取此程序集引用的类型。
公共属性 StrongName 获取此程序集的强名称。

页首

方法

  名称 说明
公共方法 Remove 从此网站删除此程序集引用。

页首

请参见

参考

VsWebSite 命名空间

VSWebSite