InstalledToolboxItemInfo::TypeName Property

 

Gets the full hierarchical type name of the item (not including the assembly name).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ TypeName {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^
Return to top
Show: