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

'宣言
Public Function GetExpensiveProperties ( _
    typeName As String _
) As IList(Of String)
'使用
Dim instance As DataObjectSelector
Dim typeName As String
Dim returnValue As IList(Of String)

returnValue = instance.GetExpensiveProperties(typeName)
public IList<string> GetExpensiveProperties(
    string typeName
)
public:
virtual IList<String^>^ GetExpensiveProperties(
    String^ typeName
) sealed
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 a null reference (Nothing in Visual Basic) for the second parameter.

Permissions

See Also

Reference

DataObjectSelector Class

DataObjectSelector Members

GetExpensiveProperties Overload

Microsoft.VisualStudio.Data.Framework Namespace