次の方法で共有


UserInteractionServices.GetDisplayName メソッド (ModelIdentifier, Boolean, Boolean)

名前にエスケープ文字を使用するかどうかと、完全名と短い形式の名前のどちらを表すかを指定する識別子の表示名を返します。

名前空間:  Microsoft.Data.Schema
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Overridable Function GetDisplayName ( _
    identifier As ModelIdentifier, _
    escape As Boolean, _
    fullName As Boolean _
) As String
public virtual string GetDisplayName(
    ModelIdentifier identifier,
    bool escape,
    bool fullName
)
public:
virtual String^ GetDisplayName(
    ModelIdentifier^ identifier, 
    bool escape, 
    bool fullName
)
abstract GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool -> string 
override GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool -> string 
public function GetDisplayName(
    identifier : ModelIdentifier, 
    escape : boolean, 
    fullName : boolean
) : String

パラメーター

  • escape
    型: System.Boolean
    true の場合は、返された名前がエスケープされます。
  • fullName
    型: System.Boolean
    true の場合は、要素の完全名が返されます。

戻り値

型: System.String
指定した要素の名前。

.NET Framework セキュリティ

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

参照

参照

UserInteractionServices クラス

GetDisplayName オーバーロード

Microsoft.Data.Schema 名前空間

ModelIdentifier