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
'宣言
Function GetExpensiveProperties ( _
typeName As String _
) As IList(Of String)
'使用
Dim instance As IVsDataObjectSelector
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.StringThe 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.
Permissions
- 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.
See Also
Reference
IVsDataObjectSelector Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace