StandardModelingAdapter 클래스
DSL 기반 기본 모델 어댑터를 나타냅니다.
이 API는 CLS 규격이 아닙니다.
상속 계층 구조
System.Object
Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapter
Microsoft.VisualStudio.Modeling.Integration.ModelingAdapter
Microsoft.VisualStudio.Modeling.Integration.StandardModelingAdapter
네임스페이스: Microsoft.VisualStudio.Modeling.Integration
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0(Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public MustInherit Class StandardModelingAdapter _
Inherits ModelingAdapter
[CLSCompliantAttribute(false)]
public abstract class StandardModelingAdapter : ModelingAdapter
StandardModelingAdapter 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, ModelElement) | 생성자 | |
StandardModelingAdapter(ModelBusReference, ModelBusAdapterManager, Store) | 생성자 |
위쪽
속성
이름 | 설명 | |
---|---|---|
AdapterManager | 이 ModelBusAdapter 인스턴스를 만든 ModelBusAdapterManager 인스턴스입니다. (ModelBusAdapter에서 상속됨) | |
AdapterModelRoot | ||
AdapterStore | ||
DisplayName | ModelBusAdapter의 표시 이름입니다. (ModelBusAdapter에서 상속됨) | |
Disposed | 이 ModelBusAdapter 인스턴스가 삭제된 경우 true이고, 그렇지 않으면 false입니다. (ModelBusAdapter에서 상속됨) | |
DocumentHandler | 이 ModelingAdapter가 사용하는 ModelingDocumentHandler입니다.래핑된 모델을 구성하는 ModelBusAdapter에서 DocumentHandler가 사용됩니다.아직 설정되지 않은 경우에만 이 속성을 설정할 수 있습니다. (ModelingAdapter에서 상속됨) | |
Reference | (ModelBusAdapter에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Dispose() | (ModelBusAdapter에서 상속됨) | |
Dispose(Boolean) | 이 ModelBusAdapter 인스턴스를 정리합니다.DocumentHandler(있는 경우)의 삭제를 트리거합니다. (ModelingAdapter에서 상속됨) | |
Equals(Object) | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) | |
Equals(ModelBusAdapter) | 이 ModelBusAdapter가 지정된 ModelBusAdapter 인스턴스와 동일하면 true이고, 그렇지 않으면 false입니다. (ModelBusAdapter에서 상속됨) | |
Finalize | 소멸자. (ModelBusAdapter에서 상속됨) | |
GetDefaultView | 이 Model과 관련된 PrimaryView를 가져옵니다(사용할 수 있는 경우). (ModelBusAdapter.GetDefaultView()을(를) 재정의함) | |
GetElementDisplayName | DSL 작성자가 특정 모델 요소의 표시 이름을 결정할 수 있도록 하는 확장 지점 | |
GetElementId | ModelElement에 대한 Element Id를 가져옵니다.이 요소 Id는 모델 요소의 모델 버스 참조를 작성하는 데 사용됩니다. | |
GetElementReference | 이 어댑터에서 노출해야 하는 지정된 개체 인스턴스의 참조를 가져옵니다. (ModelBusAdapter.GetElementReference(Object)을(를) 재정의함) | |
GetElementReferences | 지정된 데이터 계약을 따르는 모든 참조 개체를 다시 가져옵니다. (ModelBusAdapter에서 상속됨) | |
GetHashCode | 기본 해시 함수로 작동합니다. (Object에서 상속됨) | |
GetReferences | (ModelBusAdapter에서 상속됨) | |
GetReferenceStatus | 요소와 뷰의 유효성을 검사하고(해당되는 경우) 상태를 반환 (ModelBusAdapter.GetReferenceStatus()을(를) 재정의함) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
GetView | ModelBusView 참조를 기반으로 하는 이 Model과 관련된 특정 뷰를 가져옵니다. (ModelBusAdapter.GetView(ModelBusReference)을(를) 재정의함) | |
MemberwiseClone | 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨) | |
ResolveElementReference | 요소 식별자가 지정되면 이 참조가 나타내는 실제 개체를 반환합니다. (ModelBusAdapter.ResolveElementReference(ModelBusReference)을(를) 재정의함) | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) | |
TrySetDocumentHandler | ModelingDocumentHandler는 아직 설정 되지 않은 경우 (생성자에 대 한 예를 들어), 매개 변수로 전달 된 값으로 설정 합니다.그렇지 않으면 false를 반환합니다. (ModelingAdapter에서 상속됨) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.