次の方法で共有


ExtensionMethods.FullName メソッド (IEdmTypeReference)

指定した型の完全な名前を取得します。

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

構文

'宣言
<ExtensionAttribute> _
Public Shared Function FullName ( _
    type As IEdmTypeReference _
) As String
'使用
Dim type As IEdmTypeReference
Dim returnValue As String

returnValue = type.FullName()
public static string FullName(
    this IEdmTypeReference type
)
[ExtensionAttribute]
public:
static String^ FullName(
    IEdmTypeReference^ type
)
static member FullName : 
        type:IEdmTypeReference -> string 
public static function FullName(
    type : IEdmTypeReference
) : String

パラメーター

戻り値

型: System.String
完全な名前。

使用に関するメモ

Visual Basic および C# では、このメソッドを型 IEdmTypeReference の任意のオブジェクトのインスタンス メソッドとして呼び出すことができます。このメソッドを呼び出すためにインスタンス メソッドの構文を使う場合は、最初のパラメーターを省略してください。詳細については、「https://msdn.microsoft.com/ja-jp/library/bb384936(v=vs.103)」または「https://msdn.microsoft.com/ja-jp/library/bb383977(v=vs.103)」を参照してください。

関連項目

参照

ExtensionMethods クラス

FullName オーバーロード

Microsoft.Data.Edm 名前空間