SerializationExtensionMethods.GetSchemaNamespace 方法
取得要進行註釋序列化所在的結構描述。
命名空間: Microsoft.Data.Edm.Csdl
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function GetSchemaNamespace ( _
annotation As IEdmVocabularyAnnotation, _
model As IEdmModel _
) As String
'用途
Dim annotation As IEdmVocabularyAnnotation
Dim model As IEdmModel
Dim returnValue As String
returnValue = annotation.GetSchemaNamespace(model)
public static string GetSchemaNamespace(
this IEdmVocabularyAnnotation annotation,
IEdmModel model
)
[ExtensionAttribute]
public:
static String^ GetSchemaNamespace(
IEdmVocabularyAnnotation^ annotation,
IEdmModel^ model
)
static member GetSchemaNamespace :
annotation:IEdmVocabularyAnnotation *
model:IEdmModel -> string
public static function GetSchemaNamespace(
annotation : IEdmVocabularyAnnotation,
model : IEdmModel
) : String
參數
- annotation
型別:Microsoft.Data.Edm.Annotations.IEdmVocabularyAnnotation
呼叫註釋的參考。
- model
型別:Microsoft.Data.Edm.IEdmModel
含有該註釋的模型。
傳回值
型別:System.String
註釋所屬結構描述的名稱。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmVocabularyAnnotation 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。