DataParameter.GetDirectionCore – metoda
Načte parametr směr.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Protected MustOverride Function GetDirectionCore As DataParameterDirection
protected abstract DataParameterDirection GetDirectionCore()
protected:
virtual DataParameterDirection GetDirectionCore() abstract
abstract GetDirectionCore : unit -> DataParameterDirection
protected abstract function GetDirectionCore() : DataParameterDirection
Vrácená hodnota
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
Parametr směr z těch definované v DataParameterDirection výčtu.
Poznámky
Tato metoda je volána v provádění Direction vlastnost.
Poznámky pro dědice
Tato metoda musí přepsat odvozené třídy.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.