表示包中包含的程序集。
命名空间:  Microsoft.VisualStudio.SharePoint.Packages
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ICustomAssembly _
    Inherits IAssembly, IObservableModelElement
public interface ICustomAssembly : IAssembly, 
    IObservableModelElement
ICustomAssembly 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BindingRedirects | 获取与程序集相关联的绑定重定向。 (继承自 IAssembly。) | 
| .gif) | ClassResources | 获取与程序集相关联的类资源文件。 (继承自 IAssembly。) | 
| .gif) | DeploymentTarget | 获取或设置在服务器上部署程序集的位置。 (继承自 IAssembly。) | 
| .gif) | Location | 获取或设置程序集在包含其的包中的相对位置。 (继承自 IAssembly。) | 
| .gif) | SafeControls | 获取与程序集相关联的安全控件。 (继承自 IAssembly。) | 
| .gif) | SourcePath | 获取或设置要包含在包中的程序集的名称和路径。该路径可以是绝对路径,也可以是相对于包项目的根目录的路径。 | 
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | PropertyChanged | 在 DSL 模型元素更改后发生。 (继承自 IObservableModelElement。) | 
| .gif) | PropertyChanging | 在更改 DSL 模型元素时发生。 (继承自 IObservableModelElement。) | 
页首