ExtensionMethods.FullName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
呼叫物件的參考。
傳回
這個參考定義的完整名稱。