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)
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 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 nulla null reference (Nothing in Visual Basic).  | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.