Creates an MsiTokenAttribute object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Sub New ( _
name As String, _
value As String _
)
'使用
Dim name As String
Dim value As String
Dim instance As New MsiTokenAttribute(name, value)
public MsiTokenAttribute(
string name,
string value
)
public:
MsiTokenAttribute(
String^ name,
String^ value
)
public function MsiTokenAttribute(
name : String,
value : String
)
Parameters
name
Type: System.StringName of the MsiTokenAttribute.
value
Type: System.StringValue of the MsiTokenAttribute.
Permissions
- 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.