VsDiffLayerClass Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.
Vs |
Creates an instance of the class. |