VsDiffLayerClass Class

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("42469676-FCFF-11D2-AFC4-00105A9991EF")> _
Public Class VsDiffLayerClass _
    Implements VsDiffLayer
'Usage
Dim instance As VsDiffLayerClass
[ClassInterfaceAttribute()]
[GuidAttribute("42469676-FCFF-11D2-AFC4-00105A9991EF")]
public class VsDiffLayerClass : VsDiffLayer
[ClassInterfaceAttribute()]
[GuidAttribute(L"42469676-FCFF-11D2-AFC4-00105A9991EF")]
public ref class VsDiffLayerClass : VsDiffLayer
public class VsDiffLayerClass implements VsDiffLayer

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.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsDiffLayerClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VsDiffLayerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace