Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

DataObjectSelector Třída

GetExpensiveProperties – přetížení

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