IAssembly 인터페이스
어셈블리를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Packages
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface IAssembly _
Inherits IObservableModelElement
public interface IAssembly : IObservableModelElement
IAssembly 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
BindingRedirects | 어셈블리와 연결된 바인딩 리디렉션을 가져옵니다. | |
ClassResources | 어셈블리와 연결된 클래스 리소스 파일을 가져옵니다. | |
DeploymentTarget | 어셈블리가 서버에 배포되는 위치를 가져오거나 설정합니다. | |
Location | 패키지에 있는 어셈블리의 상대 위치를 가져오거나 설정합니다. | |
SafeControls | 어셈블리와 연결된 안전 컨트롤을 가져옵니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
PropertyChanged | DSL 모델 요소가 변경된 후에 발생합니다. (IObservableModelElement에서 상속됨) | |
PropertyChanging | DSL 모델 요소가 변경 중일 때 발생합니다. (IObservableModelElement에서 상속됨) |
위쪽