次の方法で共有


DefaultExpressionVisitor.VisitTypeUsage メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

型使用のビジター パターンを実装します。

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Protected Overridable Function VisitTypeUsage ( _
    type As TypeUsage _
) As TypeUsage
'使用
Dim type As TypeUsage 
Dim returnValue As TypeUsage 

returnValue = Me.VisitTypeUsage(type)
protected virtual TypeUsage VisitTypeUsage(
    TypeUsage type
)
protected:
virtual TypeUsage^ VisitTypeUsage(
    TypeUsage^ type
)
abstract VisitTypeUsage : 
        type:TypeUsage -> TypeUsage  
override VisitTypeUsage : 
        type:TypeUsage -> TypeUsage
protected function VisitTypeUsage(
    type : TypeUsage
) : TypeUsage

パラメーター

戻り値

型 : System.Data.Entity.Core.Metadata.Edm.TypeUsage
実装されたビジター パターン。

参照

参照

DefaultExpressionVisitor クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間