IVsDataViewUserContextProvider 介面
提供建立使用者內容表示伺服器總管哪個元件已選取。
此應用程式開發介面不符合 CLS 標準。
命名空間: Microsoft.VisualStudio.Data.Services.SupportEntities
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
<CLSCompliantAttribute(False)> _
Public Interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface class IVsDataViewUserContextProvider
[<CLSCompliantAttribute(false)>]
type IVsDataViewUserContextProvider = interface end
public interface IVsDataViewUserContextProvider
IVsDataViewUserContextProvider 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CreateUserContext | 當由類別實作時,建立指定之節點的使用者內容的物件。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
UserContextChanged | 當使用者在內容變更時,就會發生。 |
回頁首