ICustomAssembly Interface
Represents an assembly included within a package.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ICustomAssembly _
Inherits IAssembly, IObservableModelElement
public interface ICustomAssembly : IAssembly,
IObservableModelElement
The ICustomAssembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
BindingRedirects | Gets the binding redirections associated with the assembly. (Inherited from IAssembly.) | |
ClassResources | Gets the class resource files associated with the assembly. (Inherited from IAssembly.) | |
DeploymentTarget | Gets or sets where the assembly is deployed on the server. (Inherited from IAssembly.) | |
Location | Gets or sets the relative location within the package that contains the assembly. (Inherited from IAssembly.) | |
SafeControls | Gets the safe controls associated with the assembly. (Inherited from IAssembly.) | |
SourcePath | Gets or sets the name and path of the assembly to be included in the package. The path can be either absolute or relative to the package project's root directory. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a DSL model element has changed. (Inherited from IObservableModelElement.) | |
PropertyChanging | Occurs when a DSL model element is being changed. (Inherited from IObservableModelElement.) |
Top