DTE2.AddIns Property
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.
Caution
AddIn related extension points are no longer supported in Visual Studio.
Caution
AddIn related extension points are no longer supported in Visual Studio.
Gets the AddIns collection, which contains all currently available add-ins.
public:
property EnvDTE::AddIns ^ AddIns { EnvDTE::AddIns ^ get(); };
[System.Runtime.InteropServices.DispId(200)]
public EnvDTE.AddIns AddIns { [System.Runtime.InteropServices.DispId(200)] get; }
[System.Runtime.InteropServices.DispId(200)]
[System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")]
public EnvDTE.AddIns AddIns { [System.Runtime.InteropServices.DispId(200)] [System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")] get; }
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
member this.AddIns : EnvDTE.AddIns
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Runtime.InteropServices.DispId(200)>]
[<System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")>]
[<get: System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")>]
member this.AddIns : EnvDTE.AddIns
Public ReadOnly Property AddIns As AddIns
Property Value
A AddIns collection.
Implements
- Attributes