DataViewSupport クラス

定義

IVsDataViewSupport インターフェイスの実装を表します。

public ref class DataViewSupport : Microsoft::VisualStudio::Data::Framework::DataSupport, IServiceProvider, Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataViewHierarchy ^>, Microsoft::VisualStudio::Data::Core::IVsDataSupport, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataViewSupport
public class DataViewSupport : Microsoft.VisualStudio.Data.Framework.DataSupport, IServiceProvider, Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewHierarchy>, Microsoft.VisualStudio.Data.Core.IVsDataSupport, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewSupport
type DataViewSupport = class
    inherit DataSupport
    interface IVsDataViewSupport
    interface IVsDataSupport
    interface IVsDataSiteableObject<IVsDataViewHierarchy>
    interface IServiceProvider
Public Class DataViewSupport
Inherits DataSupport
Implements IServiceProvider, IVsDataSiteableObject(Of IVsDataViewHierarchy), IVsDataSupport, IVsDataViewSupport
継承
DataViewSupport
実装

コンストラクター

DataViewSupport(String, Assembly)

リソースの基本名と、リソースが配置されているアセンブリを使用して、 クラスの新しいインスタンス DataViewSupport を初期化します。

DataViewSupport(String, String)

XML ファイルの DataViewSupport 基本名とこのファイルへのパスを使用して、 クラスの新しいインスタンスを初期化します。

プロパティ

Connection

データ ビュー階層に関連付けられている接続を取得します。

ViewHierarchy

ビュー階層オブジェクトの現在のインスタンスを取得します。

メソッド

Close()

データ ビュー サポート オブジェクトを閉じ、データ ビュー階層が閉じられたときにプロバイダーがリソースをクリーンできるようにします。

CreateService(Type)

指定した型のサービスを作成します。

GetService(Type)

指定された型のサービス オブジェクトを取得します。

Initialize()

データ ビューサポート オブジェクトを初期化し、データ ビュー階層の作成時にプロバイダーがリソースを初期化できるようにします。

OpenSupportStream()

データ ビューサポート XML を表すバイト ストリームを開きます。

OpenSupportStream(CultureInfo)

指定したカルチャの XML コンテンツを表すバイト ストリームを開きます。

(継承元 DataSupport)

明示的なインターフェイスの実装

IVsDataSiteableObject<IVsDataViewHierarchy>.Site

IVsDataViewSupport インターフェイスの実装を表します。

適用対象