VCCodeMapEntry.RemoveParameter - метод
Removes a parameter from the argument list.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Sub RemoveParameter ( _
Element As Object _
)
'Применение
Dim instance As VCCodeMapEntry
Dim Element As Object
instance.RemoveParameter(Element)
void RemoveParameter(
Object Element
)
void RemoveParameter(
Object^ Element
)
function RemoveParameter(
Element : Object
)
Параметры
Element
Тип: System.ObjectRequired. A CodeElement object or the name of one in the collection.
Заметки
Element can either be a CodeElement object that is in the collection, or the name of an element that is unique within the collection.
Individual elements do not have a RemoveParameter method because they can exist in multiple collections. To remove a specific element, you must call the Remove method of its container object.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples