StackFrame2.Collection 属性

获取包含某个对象的集合,该对象支持此属性或包含在此代码构造中。

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
ReadOnly Property Collection As StackFrames
StackFrames Collection { get; }
property StackFrames^ Collection {
    StackFrames^ get ();
}
abstract Collection : StackFrames
function get Collection () : StackFrames

属性值

类型:EnvDTE.StackFrames
一个 StackFrames 集合。

备注

请参见 Collection

.NET Framework 安全性

请参见

参考

StackFrame2 接口

Collection 重载

EnvDTE90a 命名空间