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.11.0(Microsoft.VisualStudio.Modeling.Sdk.Integration.11.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이, 거짓 그렇지 않으면 삭제 되었습니다. (ModelBusAdapter에서 상속됨) | |
DocumentHandler | Modelingdocumenthandler이이 Modelingadapter에 의해 사용 됩니다.Documenthandler는 Modelbusadapter에 의해 래핑되는 모델을 구성 하 사용 됩니다.만 이미 설정 되어 있는 않은 경우이 속성을 설정할 수 있습니다. (ModelingAdapter에서 상속됨) | |
Reference | (ModelBusAdapter에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Dispose() | (ModelBusAdapter에서 상속됨) | |
Dispose(Boolean) | 이 ModelBusAdapter 인스턴스를 정리 합니다.있는 경우 Documenthandler에는 삭제를 트리거합니다. (ModelingAdapter에서 상속됨) | |
Equals(Object) | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) | |
Equals(ModelBusAdapter) | 이 경우 true ModelBusAdapter 지정 된 ModelBusAdapter 인스턴스가 동일한 그렇지 않으면 false입니다. (ModelBusAdapter에서 상속됨) | |
Finalize | 소멸자가 있습니다. (ModelBusAdapter에서 상속됨) | |
GetDefaultView | 있는 경우이 모델에 연결 된 Primaryview를 가져옵니다. (ModelBusAdapter.GetDefaultView()을(를) 재정의함) | |
GetElementDisplayName | 확장점 DSL 작성자 표시 이름을 특정 모델 요소에 대 한 결정을 전달 하는 데 | |
GetElementId | 요소 Id에 모델 요소를 가져옵니다.이 요소의 Id modelbus 참조 모델 요소의 구축에 사용 됩니다. | |
GetElementReference | 이 어댑터에서 노출 하는 특정된 개체 인스턴스를 참조를 볼 수 있습니다. (ModelBusAdapter.GetElementReference(Object)을(를) 재정의함) | |
GetElementReferences | 다시 지정 된 데이터 계약을 따라야 하는 참조 된 모든 개체를 가져옵니다. (ModelBusAdapter에서 상속됨) | |
GetHashCode | 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨) | |
GetReferences | (ModelBusAdapter에서 상속됨) | |
GetReferenceStatus | 요소 및 뷰 (있는 경우)을 확인 하 고 상태를 반환 (ModelBusAdapter.GetReferenceStatus()을(를) 재정의함) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
GetView | 이 모델은 ModelBusView 참조를 기반으로 관련 된 특정 뷰를 가져옵니다. (ModelBusAdapter.GetView(ModelBusReference)을(를) 재정의함) | |
MemberwiseClone | 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨) | |
ResolveElementReference | 요소에 대해 지정 된 식별자,이 참조는 실제 개체를 반환 합니다. (ModelBusAdapter.ResolveElementReference(ModelBusReference)을(를) 재정의함) | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) | |
TrySetDocumentHandler | Modelingdocumenthandler는 이미 설정 되지 않은 경우 (생성자에 의해 예:), 다음 매개 변수로 전달 된 값으로 설정 합니다.그렇지 않은 경우 false를 반환 합니다. (ModelingAdapter에서 상속됨) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.