IVsDataObjectStore.GetExpensiveProperties – metoda
Načte nákladné vlastnosti zadaného typu.
Obor názvů: Microsoft.VisualStudio.Data.Services
Sestavení: Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Deklarace
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>
Parametry
- typeName
Typ: System.String
Název datový typ source–specific získat vlastnosti.
Vrácená hodnota
Typ: System.Collections.Generic.IList<String>
Seznam řetězců představující drahé pro zadaný typ vlastnosti.
Výjimky
Výjimka | Podmínka |
---|---|
ArgumentNullException | The typeName parameter is nullodkaz null (Nothing v jazyce Visual Basic). |
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.