ITypeLibInfo::MajorVersion Property

 

Gets or sets the major version of the type library.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

property unsigned int MajorVersion {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32

The major version of the type library.

Return to top
Show: