MsiTokenAttribute(String, 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.
Creates an MsiTokenAttribute object.
public:
MsiTokenAttribute(System::String ^ name, System::String ^ value);
public:
MsiTokenAttribute(Platform::String ^ name, Platform::String ^ value);
MsiTokenAttribute(std::wstring const & name, std::wstring const & value);
public MsiTokenAttribute (string name, string value);
new Microsoft.VisualStudio.Shell.MsiTokenAttribute : string * string -> Microsoft.VisualStudio.Shell.MsiTokenAttribute
Public Sub New (name As String, value As String)
Parameters
- name
- String
Name of the MsiTokenAttribute
.
- value
- String
Value of the MsiTokenAttribute
.