IVsDataObjectStore.GetExpensiveProperties Method

Retrieves the expensive properties of the specified type.

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

Syntax

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

returnValue = instance.GetExpensiveProperties(typeName)
IList<string> GetExpensiveProperties(
    string typeName
)
IList<String^>^ GetExpensiveProperties(
    String^ typeName
)
function GetExpensiveProperties(
    typeName : String
) : IList<String>

Parameters

  • typeName
    Type: System.String

    The name of the data source–specific type to get properties for.

Return Value

Type: System.Collections.Generic.IList<String>

A list of strings representing the expensive properties for the specified type.

Exceptions

Exception Condition
ArgumentNullException

The typeName parameter is a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

IVsDataObjectStore Interface

IVsDataObjectStore Members

Microsoft.VisualStudio.Data.Services Namespace