UserInteractionServices.GetElementName 메서드 (IModelElement, Boolean, Boolean, Boolean)
지정된 요소의 이름을 반환합니다.
네임스페이스: Microsoft.Data.Schema
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Protected Overridable Function GetElementName ( _
element As IModelElement, _
escape As Boolean, _
fullName As Boolean, _
includeType As Boolean _
) As String
protected virtual string GetElementName(
IModelElement element,
bool escape,
bool fullName,
bool includeType
)
protected:
virtual String^ GetElementName(
IModelElement^ element,
bool escape,
bool fullName,
bool includeType
)
abstract GetElementName :
element:IModelElement *
escape:bool *
fullName:bool *
includeType:bool -> string
override GetElementName :
element:IModelElement *
escape:bool *
fullName:bool *
includeType:bool -> string
protected function GetElementName(
element : IModelElement,
escape : boolean,
fullName : boolean,
includeType : boolean
) : String
매개 변수
- element
형식: Microsoft.Data.Schema.SchemaModel.IModelElement
- escape
형식: System.Boolean
- fullName
형식: System.Boolean
전체 요소 이름을 반환하려면 true입니다.
- includeType
형식: System.Boolean
요소의 형식이 포함된다는 것을 나타내려면 true입니다.
반환 값
형식: System.String
요소 이름입니다.
설명
매개 변수는 표시 이름을 생성하는 방법을 지정합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.