VirtualTypeBuilder::Methods Property
Visual Studio 2015
Gets the collection of methods for the resulting virtual type.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: property VirtualTypeBuilder::MethodInfoCollection^ Methods { VirtualTypeBuilder::MethodInfoCollection^ get(); }
Property Value
Type: Microsoft.VisualStudio.Shell.Design::VirtualTypeBuilder::MethodInfoCollection^A VirtualTypeBuilder::MethodInfoCollection that represents the collection of Methods.
Show: