Gets the collection of methods for the resulting virtual type.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Public ReadOnly Property Methods As VirtualTypeBuilder..::.MethodInfoCollection
'使用
Dim instance As VirtualTypeBuilder
Dim value As VirtualTypeBuilder..::.MethodInfoCollection
value = instance.Methods
public VirtualTypeBuilder..::.MethodInfoCollection Methods { get; }
public:
property VirtualTypeBuilder..::.MethodInfoCollection^ Methods {
VirtualTypeBuilder..::.MethodInfoCollection^ get ();
}
public function get Methods () : VirtualTypeBuilder..::.MethodInfoCollection
Property Value
Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.MethodInfoCollection
A VirtualTypeBuilder.MethodInfoCollection that represents the collection of Methods.
Permissions
- 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.