VsSplitRoot 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示拆分窗格的根。
public interface class VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
public interface class VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
__interface VsSplitRoot : Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))]
[System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")]
public interface VsSplitRoot : Microsoft.VisualStudio.TextManager.Interop.IVsSplitRoot
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSplitRootClass))>]
[<System.Runtime.InteropServices.Guid("5486C948-AF82-4DA5-A968-97F3ADA66670")>]
type VsSplitRoot = interface
interface IVsSplitRoot
Public Interface VsSplitRoot
Implements IVsSplitRoot
- 派生
- 属性
- 实现
方法
| GetPane(PANETYPE, IVsSplitPane) |
获取拆分窗格。 (继承自 IVsSplitRoot) |
| GetRootSplitter(IVsSplitter) |
获取根拆分器。 (继承自 IVsSplitRoot) |
| GetWindowHandle(IntPtr) |
获取窗口句柄。 (继承自 IVsSplitRoot) |