Share via


DataObjectSelector.GetExpensiveProperties Method (String)

Retrieves a list of expensive properties from the object store.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

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

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.

Implements

IVsDataObjectSelector.GetExpensiveProperties(String)

Remarks

This method delegates the call to the GetExpensiveProperties method and passes nulla null reference (Nothing in Visual Basic) for the second parameter.

.NET Framework Security

See Also

Reference

DataObjectSelector Class

GetExpensiveProperties Overload

Microsoft.VisualStudio.Data.Framework Namespace