ToTraceStringExtensionMethods.ToTraceString 方法 (IEdmSchemaElement)
傳回目前物件的文字表示。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function ToTraceString ( _
schemaElement As IEdmSchemaElement _
) As String
'用途
Dim schemaElement As IEdmSchemaElement
Dim returnValue As String
returnValue = schemaElement.ToTraceString()
public static string ToTraceString(
this IEdmSchemaElement schemaElement
)
[ExtensionAttribute]
public:
static String^ ToTraceString(
IEdmSchemaElement^ schemaElement
)
static member ToTraceString :
schemaElement:IEdmSchemaElement -> string
public static function ToTraceString(
schemaElement : IEdmSchemaElement
) : String
參數
- schemaElement
型別:Microsoft.Data.Edm.IEdmSchemaElement
呼叫物件的參考。
傳回值
型別:System.String
目前物件的文字表示。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmSchemaElement 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。