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 a value specifying a resource file to link to the output assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property AssemblyLinkResource As String
string AssemblyLinkResource { get; set; }
property String^ AssemblyLinkResource {
String^ get ();
void set (String^ value);
}
abstract AssemblyLinkResource : string with get, set
function get AssemblyLinkResource () : String
function set AssemblyLinkResource (value : String)
Property Value
Type: String
A resource file to link to 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.