次の方法で共有


EdmTypeSemantics.AsString(IEdmTypeReference) メソッド

定義

この参照が文字列型の場合、型定義への有効な文字列型参照を返します。 それ以外の場合、無効な文字列型参照を返します。

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

パラメーター

type
IEdmTypeReference

呼び出し元のオブジェクトへの参照。

戻り値

参照の定義が文字列型である場合は、有効な文字列型参照。 それ以外の場合は、無効な文字列型参照。

適用対象