次の方法で共有


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

パラメーター

  • escape
    型: System.Boolean
    true の場合は、返された名前がエスケープされます。
  • fullName
    型: System.Boolean
    true の場合は、要素の完全名が返されます。
  • includeType
    型: System.Boolean
    true の場合は、string の先頭に要素の型の説明が追加されます。
  • numberOfPartsToSkip
    型: System.Int32
    省略する名前の一部の先頭からの番号を示す int。

戻り値

型: System.String
要素名。

解説

パラメーターは、表示名の構築方法を指定します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

UserInteractionServices クラス

GetElementName オーバーロード

Microsoft.Data.Schema 名前空間

ModelElement