UserInteractionServices.GetElementName 메서드 (IModelElement, Boolean, Boolean, Boolean, Int32)
지정된 요소의 이름을 반환합니다.
네임스페이스: 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, _
numberOfPartsToSkip As Integer _
) As String
protected virtual string GetElementName(
IModelElement element,
bool escape,
bool fullName,
bool includeType,
int numberOfPartsToSkip
)
protected:
virtual String^ GetElementName(
IModelElement^ element,
bool escape,
bool fullName,
bool includeType,
int numberOfPartsToSkip
)
abstract GetElementName :
element:IModelElement *
escape:bool *
fullName:bool *
includeType:bool *
numberOfPartsToSkip:int -> string
override GetElementName :
element:IModelElement *
escape:bool *
fullName:bool *
includeType:bool *
numberOfPartsToSkip:int -> string
protected function GetElementName(
element : IModelElement,
escape : boolean,
fullName : boolean,
includeType : boolean,
numberOfPartsToSkip : int
) : String
매개 변수
- element
형식: Microsoft.Data.Schema.SchemaModel.IModelElement
ModelElement 개체입니다.
- escape
형식: System.Boolean
반환된 이름을 이스케이프하려면 true입니다.
- fullName
형식: System.Boolean
전체 요소 이름을 반환하려면 true입니다.
- includeType
형식: System.Boolean
string 의 시작 부분에 요소 형식 설명을 추가하려면 true입니다.
- numberOfPartsToSkip
형식: System.Int32
이름에서 맨 앞부터 건너뛸 부분의 수를 나타내는 int입니다.
반환 값
형식: System.String
요소 이름입니다.
설명
매개 변수는 표시 이름을 생성하는 방법을 지정합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.