VsExpansionManagerClass Class
Definition
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.
Represents the expansion manager, which knows how to find and display lists of code snippets for a particular coding language.
public ref class VsExpansionManagerClass : Microsoft::VisualStudio::TextManager::Interop::VsExpansionManager
[Windows::Foundation::Metadata::WebHostHidden]
class VsExpansionManagerClass : Microsoft::VisualStudio::TextManager::Interop::VsExpansionManager
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("4970C2BC-AF33-4A73-A34F-18B0584C40E4")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsExpansionManagerClass : Microsoft.VisualStudio.TextManager.Interop.VsExpansionManager
[System.Runtime.InteropServices.Guid("4970C2BC-AF33-4A73-A34F-18B0584C40E4")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsExpansionManagerClass : Microsoft.VisualStudio.TextManager.Interop.VsExpansionManager
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("4970C2BC-AF33-4A73-A34F-18B0584C40E4")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsExpansionManagerClass = class
interface IVsExpansionManager
interface VsExpansionManager
[<System.Runtime.InteropServices.Guid("4970C2BC-AF33-4A73-A34F-18B0584C40E4")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsExpansionManagerClass = class
interface VsExpansionManager
interface IVsExpansionManager
Public Class VsExpansionManagerClass
Implements VsExpansionManager
- Inheritance
-
VsExpansionManagerClass
- Attributes
- Implements
Remarks
To create an object of this class, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
Constructors
VsExpansionManagerClass() |
Creates a new instance of the expansion manager. |