StackFrame2.Collection 属性

定义

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

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

属性值

StackFrames

一个 StackFrames 集合。

实现

属性

注解

请参阅 Collection

适用于