Share via


HostTypeAttribute(String) Constructor

Definition

Initializes a new instance of the HostTypeAttribute class.

public:
 HostTypeAttribute(System::String ^ canonicalName);
public HostTypeAttribute (string canonicalName);
new Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.HostTypeAttribute
Public Sub New (canonicalName As String)

Parameters

canonicalName
String

The canonical name of the type.

Applies to