Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

DataParameter Třída

Microsoft.VisualStudio.Data.Framework – obor názvů