VirtualTypeBuilder.Methods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of methods for the resulting virtual type.
public:
property Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::MethodInfoCollection ^ Methods { Microsoft::VisualStudio::Shell::Design::VirtualTypeBuilder::MethodInfoCollection ^ get(); };
public Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.MethodInfoCollection Methods { get; }
member this.Methods : Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.MethodInfoCollection
Public ReadOnly Property Methods As VirtualTypeBuilder.MethodInfoCollection
Property Value
A VirtualTypeBuilder.MethodInfoCollection that represents the collection of Methods.