IVsDataObjectSelector.SelectObjects メソッド

オブジェクトは、ストアから取得される指定した制限事項とプロパティでフィルター処理されたデータ オブジェクトのデータ リーダー クラスで実装された場合。

名前空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
Function SelectObjects ( _
    typeName As String, _
    restrictions As Object(), _
    properties As String() _
) As IVsDataReader
IVsDataReader SelectObjects(
    string typeName,
    Object[] restrictions,
    string[] properties
)
IVsDataReader^ SelectObjects(
    String^ typeName, 
    array<Object^>^ restrictions, 
    array<String^>^ properties
)
abstract SelectObjects : 
        typeName:string * 
        restrictions:Object[] * 
        properties:string[] -> IVsDataReader 
function SelectObjects(
    typeName : String, 
    restrictions : Object[], 
    properties : String[]
) : IVsDataReader

パラメーター

  • typeName
    型 : System.String
    データ オブジェクトを取得する指定された型のデータ ソース固有の名前。
  • restrictions
    型 : array<System.Object[]
    データ オブジェクトをフィルター処理するための制限が返されました。
  • properties
    型 : array<System.String[]
    要求されたデータ オブジェクトのプロパティ値を指定します。DDEX の現在のバージョンがプロパティをサポートしていません。

戻り値

型 : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
選択したデータ オブジェクトのデータ リーダーを表す IVsDataReader のオブジェクト。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IVsDataObjectSelector インターフェイス

Microsoft.VisualStudio.Data.Services.SupportEntities 名前空間