InstalledToolboxItemInfo.AssemblyName Property
Gets the assembly name of the item.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property AssemblyName As AssemblyName
public AssemblyName AssemblyName { get; private set; }
public:
virtual property AssemblyName^ AssemblyName {
AssemblyName^ get () sealed;
private: void set (AssemblyName^ value) sealed;
}
abstract AssemblyName : AssemblyName with get, private set
override AssemblyName : AssemblyName with get, private set
final function get AssemblyName () : AssemblyName
private final function set AssemblyName (value : AssemblyName)
Property Value
Type: AssemblyName
Implements
IInstalledToolboxItemInfo.AssemblyName
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.