MsiTokenAttribute Constructor
Creates an MsiTokenAttribute object.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
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
)
new :
name:string *
value:string -> MsiTokenAttribute
public function MsiTokenAttribute(
name : String,
value : String
)
Parameters
- name
Type: System.String
Name of the MsiTokenAttribute.
- value
Type: System.String
Value of the MsiTokenAttribute.
.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.