共用方式為


VCCodeEvent.Functions 屬性

取得事件的實作的子方法的集合 (例如: '新增'、 'Throw'、 '移除' '引發')。

命名空間:  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

屬性值

型別:EnvDTE.CodeElements
CodeElements 集合。

備註

集合中的每個元素都是CodeFunction

.NET Framework 安全性

請參閱

參考

VCCodeEvent 介面

Microsoft.VisualStudio.VCCodeModel 命名空間