InstalledToolboxItemInfo::AssemblyName Property

 

Gets the assembly name of the item.

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

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

Property Value

Type: System.Reflection::AssemblyName^
Return to top
Show: