次の方法で共有


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

識別子の表示名を返します。

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

構文

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

パラメーター

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

戻り値

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

解説

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

.NET Framework セキュリティ

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

参照

参照

UserInteractionServices クラス

GetDisplayName オーバーロード

Microsoft.Data.Schema 名前空間

ModelIdentifier