次の方法で共有


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

パラメーター

  • fullName
    型: System.Boolean
    true の場合は、要素の完全名が返されます。
  • includeType
    型: System.Boolean
    true の場合は、要素の型を格納することを示します。

戻り値

型: System.String
要素名。

解説

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

.NET Framework セキュリティ

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

参照

参照

UserInteractionServices クラス

GetElementName オーバーロード

Microsoft.Data.Schema 名前空間

ModelElement