VsDiffLayerClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类定义。
public ref class VsDiffLayerClass : Microsoft::VisualStudio::TextManager::Interop::VsDiffLayer
[Windows::Foundation::Metadata::WebHostHidden]
class VsDiffLayerClass : Microsoft::VisualStudio::TextManager::Interop::VsDiffLayer
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("42469676-FCFF-11D2-AFC4-00105A9991EF")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsDiffLayerClass : Microsoft.VisualStudio.TextManager.Interop.VsDiffLayer
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("42469676-FCFF-11D2-AFC4-00105A9991EF")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsDiffLayerClass = class
interface VsDiffLayer
Public Class VsDiffLayerClass
Implements VsDiffLayer
- 继承
-
VsDiffLayerClass
- 属性
- 实现
注解
备注
不能使用关键字创建此类的实例 new 。 相反,您必须获取 ILocalRegistry 对象并创建具有的对象 CreateInstance 。 托管包框架将此方法包装在 CreateInstance 中。
构造函数
| VsDiffLayerClass() |
创建类的实例。 |