VCCodeProperty.Prototype[Int32] Eigenschaft

Definition

Gibt eine Zeichenfolge zurück, die die Stubdefinition dieses Objekts enthält.

public:
 property System::String ^ Prototype[int] { System::String ^ get(int Flags); };
[System.Runtime.InteropServices.DispId(33)]
public string Prototype[int Flags = 0] { [System.Runtime.InteropServices.DispId(33)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(33)>]
[<get: System.Runtime.InteropServices.DispId(33)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Prototype(int) : string
Public ReadOnly Property Prototype(Optional Flags As Integer = 0) As String

Parameter

Flags
Int32

Dies ist optional. Ein vsCMPrototype Wert, der den Inhalt der Zeichenfolge angibt, z. b. nur Parameternamen, Parametertypen, ganze eindeutige Signatur usw. Alle Flags sind standardmäßig deaktiviert.

Eigenschaftswert

String

Eine Zeichenfolge, die das Element beschreibt.

Attribute

Gilt für