HostTypeAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.