VsDiffLayerClass Class

Definition

Class definition.

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.Guid("42469676-FCFF-11D2-AFC4-00105A9991EF")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
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
[<System.Runtime.InteropServices.Guid("42469676-FCFF-11D2-AFC4-00105A9991EF")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsDiffLayerClass = class
    interface VsDiffLayer
Public Class VsDiffLayerClass
Implements VsDiffLayer
Inheritance
VsDiffLayerClass
Attributes
Implements

Remarks

Note

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The Managed Package Framework wraps this method with CreateInstance.

Constructors

VsDiffLayerClass()

Creates an instance of the class.

Applies to