Share via


IVsDataObjectSelector.GetExpensiveProperties Method

When implemented by a class, retrieves a list of expensive properties from the object store.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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>

Parameters

  • typeName
    Type: System.String

    The data source–specific type name for which to retrieve expensive properties.

Return Value

Type: System.Collections.Generic.IList<String>
A list of expensive properties for the specified type.

.NET Framework Security

See Also

Reference

IVsDataObjectSelector Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace