VsDiffLayerClass 类

定义

类定义。

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()

创建类的实例。

适用于