AddIn.Collection 属性

定义

返回包含 AddIn 支持此属性的对象的集合。

public:
 property EnvDTE::AddIns ^ Collection { EnvDTE::AddIns ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public EnvDTE.AddIns Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : EnvDTE.AddIns
Public ReadOnly Property Collection As AddIns

属性值

AddIns

AddIns 集合。

属性

注解

外接程序现在已弃用。 有关更多信息,请参见 。 常见问题解答:将外接程序转换为 VSPackage 扩展

适用于