DataObjectSelector.GetExpensiveProperties – metoda (String)
Načte seznam vlastností nákladné z uložení objektu.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Public Function GetExpensiveProperties ( _
typeName As String _
) As IList(Of String)
public IList<string> GetExpensiveProperties(
string typeName
)
public:
virtual IList<String^>^ GetExpensiveProperties(
String^ typeName
) sealed
abstract GetExpensiveProperties :
typeName:string -> IList<string>
override GetExpensiveProperties :
typeName:string -> IList<string>
public final function GetExpensiveProperties(
typeName : String
) : IList<String>
Parametry
- typeName
Typ: System.String
Název datového source–specific typu pro které chcete načíst vlastnosti nákladné.
Vrácená hodnota
Typ: System.Collections.Generic.IList<String>
Seznam nákladné zadaný typ vlastnosti.
Implementuje
IVsDataObjectSelector.GetExpensiveProperties(String)
Poznámky
Tato metoda deleguje volání GetExpensiveProperties metoda a průchodů null druhý parametr.
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.