다음을 통해 공유


DTE.AddIns Property

Definition

Caution

AddIn related extension points are no longer supported in Visual Studio.

Caution

AddIn related extension points are no longer supported in Visual Studio.

public:
 property EnvDTE::AddIns ^ AddIns { EnvDTE::AddIns ^ get(); };
[System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")]
[System.Runtime.InteropServices.DispId(200)]
public EnvDTE.AddIns AddIns { [System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")] [System.Runtime.InteropServices.DispId(200)] get; }
[<System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")>]
[<System.Runtime.InteropServices.DispId(200)>]
[<get: System.Obsolete("AddIn related extension points are no longer supported in Visual Studio.")>]
[<get: System.Runtime.InteropServices.DispId(200)>]
member this.AddIns : EnvDTE.AddIns
Public ReadOnly Property AddIns As AddIns

Property Value

Attributes

Applies to