共用方式為


VCCodeEvent.Functions 屬性

取得事件 (例如 'Add'、'Throw'、'Remove'、'Raise') 之已實作子方法的集合。

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

語法

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

屬性值

類型:CodeElements
CodeElements 集合。

備註

集合中的每個項目都是 CodeFunction

.NET Framework 安全性

請參閱

參考

VCCodeEvent 介面

Microsoft.VisualStudio.VCCodeModel 命名空間