Program.Collection 属性

定义

获取包含某个对象的集合,该对象支持此属性或包含在此代码构造中。 对于不是从集合中获得的对象,返回 null。

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

属性值

Programs

一个 Programs 集合。

属性

适用于