Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the file that contains the key for strongly naming the output assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property KeyFile As String
'Usage
Dim instance As VCLinkerTool
Dim value As String
value = instance.KeyFile
instance.KeyFile = value
string KeyFile { get; set; }
property String^ KeyFile {
String^ get ();
void set (String^ value);
}
function get KeyFile () : String
function set KeyFile (value : String)
Property Value
Type: System.String
The file that contains the key for strongly naming the output assembly.
.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.