DataCommand クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IVsDataCommand インターフェイスの実装を表します。
public ref class DataCommand abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataCommand
public abstract class DataCommand : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataCommand
type DataCommand = class
inherit DataSiteableObject<IVsDataConnection>
interface IVsDataCommand
Public MustInherit Class DataCommand
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataCommand
- 継承
- 実装
コンストラクター
DataCommand() |
DataCommand クラスの新しいインスタンスを初期化します。 |
DataCommand(IVsDataConnection) |
データ接続オブジェクトと共に、 クラスの DataCommand 新しいインスタンスを初期化します。 |
プロパティ
Site |
オブジェクト サイトを取得または設定します。 (継承元 DataSiteableObject<T>) |
メソッド
イベント
SiteChanged |
Site プロパティが変更されると発生します。 (継承元 DataSiteableObject<T>) |