VirtualTypeBuilder.Methods Property

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
    Get
‘사용 방법
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 ();
}
member Methods : VirtualTypeBuilder..::..MethodInfoCollection
function get Methods () : VirtualTypeBuilder..::..MethodInfoCollection

Property Value

Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.MethodInfoCollection
A VirtualTypeBuilder.MethodInfoCollection that represents the collection of Methods.

.NET Framework Security

See Also

Reference

VirtualTypeBuilder Class

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder.MethodInfoCollection