IInterfaceInfo::Base Property

 

Gets a string containing the name of the base class of the interface.

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

property String^ Base {
	String^ get();
}

Property Value

Type: System::String^

The name of the base class of the interface.

Return to top
Show: