Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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: System.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.