共用方式為


ExtensionMethods.FullName 方法

定義

多載

FullName(IEdmSchemaElement)

取得專案的完整名稱。

FullName(IEdmTypeReference)

取得型別參考所參考定義的完整名稱。

FullName(IEdmSchemaElement)

取得專案的完整名稱。

public static string FullName (this Microsoft.OData.Edm.IEdmSchemaElement element);
static member FullName : Microsoft.OData.Edm.IEdmSchemaElement -> string
<Extension()>
Public Function FullName (element As IEdmSchemaElement) As String

參數

element
IEdmSchemaElement

呼叫物件的參考。

傳回

專案的完整名稱。

適用於

FullName(IEdmTypeReference)

取得型別參考所參考定義的完整名稱。

public static string FullName (this Microsoft.OData.Edm.IEdmTypeReference type);
static member FullName : Microsoft.OData.Edm.IEdmTypeReference -> string
<Extension()>
Public Function FullName (type As IEdmTypeReference) As String

參數

type
IEdmTypeReference

呼叫物件的參考。

傳回

這個參考定義的完整名稱。

適用於