VCCodeFunction.Overloads - свойство
Gets a collection of overloaded methods for this item.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property Overloads As CodeElements
'Применение
Dim instance As VCCodeFunction
Dim value As CodeElements
value = instance.Overloads
CodeElements Overloads { get; }
property CodeElements^ Overloads {
CodeElements^ get ();
}
function get Overloads () : CodeElements
Значение свойства
Тип: EnvDTE.CodeElements
A CodeElements collection.
Заметки
Overloads returns a collection of all the methods with the same name that are defined textually alongside the specified code function (that is, lexically in the same class definition syntax). If IsOverloaded is false, then this collection contains only one element — the specified code function.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples