共用方式為


VCCodeReference.Collection 屬性

目前未實作。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
ReadOnly Property Collection As CodeElements
CodeElements Collection { get; }
property CodeElements^ Collection {
    CodeElements^ get ();
}
abstract Collection : CodeElements with get
function get Collection () : CodeElements

屬性值

類型:CodeElements
代表原始程式檔 (Source File) 中程式碼建構之物件的集合。

.NET Framework 安全性

請參閱

參考

VCCodeReference 介面

Microsoft.VisualStudio.VCCodeModel 命名空間