Sdílet prostřednictvím


IVsDataObjectSelector.GetExpensiveProperties – metoda

Při provádění třídou načte seznam vlastností nákladné z úložiště objektu.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function GetExpensiveProperties ( _
    typeName As String _
) As IList(Of String)
IList<string> GetExpensiveProperties(
    string typeName
)
IList<String^>^ GetExpensiveProperties(
    String^ typeName
)
abstract GetExpensiveProperties : 
        typeName:string -> IList<string> 
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.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataObjectSelector Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů