Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a MethodInfo to the end of the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function Add ( _
value As MethodInfo _
) As Integer
'Usage
Dim instance As VirtualTypeBuilder..::..MethodInfoCollection
Dim value As MethodInfo
Dim returnValue As Integer
returnValue = instance.Add(value)
public int Add(
MethodInfo value
)
public:
int Add(
MethodInfo^ value
)
member Add :
value:MethodInfo -> int
public function Add(
value : MethodInfo
) : int
Parameters
- value
Type: System.Reflection.MethodInfo
The MethodInfo to be added to the end of the collection.
Return Value
Type: System.Int32
The index at which the value has been added.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VirtualTypeBuilder.MethodInfoCollection Class