Поделиться через


VCCodeVariable.Prototype - свойство

Returns a string holding the stub definition of this object.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
ReadOnly Property Prototype ( _
    Flags As Integer _
) As String
'Применение
Dim instance As VCCodeVariable
Dim Flags As Integer
Dim value As String

value = instance.Prototype(Flags)
string Prototype[
    int Flags
] { get; }
property String^ Prototype[[InAttribute] int Flags] {
    String^ get ([InAttribute] int Flags);
}
JScript не поддерживает индексированные свойства.

Параметры

  • Flags
    Тип: System.Int32

    Optional. A vsCMPrototype value that indicates what the string contents should be, such as only parameter names, parameter types, whole unique signature, and so forth. All flags are set to Off by default.

Значение свойства

Тип: System.String

A string describing the element.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Основные понятия

How to: Compile and Run the Automation Object Model Code Examples

Ссылки

VCCodeVariable Интерфейс

VCCodeVariable - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен