다음을 통해 공유


StandardModelingAdapter.GetElementId 메서드

요소 Id에 모델 요소를 가져옵니다.이 요소의 Id modelbus 참조 모델 요소의 구축에 사용 됩니다.

네임스페이스:  Microsoft.VisualStudio.Modeling.Integration
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

구문

‘선언
Protected Overridable Function GetElementId ( _
    mel As ModelElement _
) As String
protected virtual string GetElementId(
    ModelElement mel
)

매개 변수

반환 값

형식: System.String
어댑터에서 관리 되는 개체 간에 모델 요소를 고유 하 게 나타내는 문자열

설명

기본 구현에서는 <code>를 반환 mel.Id.ToString() </code> 세밀 하 게 된 경우 <c> SerializeId </c> <c> XMLClassData </c>의 속성 이 Domainclass와 연관 된 </w:t> </w:r> <w:r> <w:rPr> < w:val w:rStyle = "ParameterReference" / >< / w:rPr >< w:t > mel </w:t> </w:r> <w:r> <w:t> <c> true </c>입니다. (기본값이 아닌) 다른 경우에는 고유 Id (예: 모니커) 어댑터 저자를 제공 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

StandardModelingAdapter 클래스

Microsoft.VisualStudio.Modeling.Integration 네임스페이스