IAssembly Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an assembly.
public interface class IAssembly : Microsoft::VisualStudio::SharePoint::IObservableModelElement
public interface IAssembly : Microsoft.VisualStudio.SharePoint.IObservableModelElement
type IAssembly = interface
interface IObservableModelElement
Public Interface IAssembly
Implements IObservableModelElement
- Derived
- Implements
Properties
BindingRedirects |
Gets the binding redirections associated with the assembly. |
ClassResources |
Gets the class resource files associated with the assembly. |
DeploymentTarget |
Gets or sets where the assembly is deployed on the server. |
Location |
Gets or sets the relative location within the package that contains the assembly. |
SafeControls |
Gets the safe controls associated with the assembly. |
Events
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) |