VCLinkerTool.AssemblyLinkResource Property

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

声明
Property AssemblyLinkResource As String
用法
Dim instance As VCLinkerTool
Dim value As String

value = instance.AssemblyLinkResource

instance.AssemblyLinkResource = value
string AssemblyLinkResource { get; set; }
property String^ AssemblyLinkResource {
    String^ get ();
    void set (String^ value);
}
function get AssemblyLinkResource () : String
function set AssemblyLinkResource (value : String)

Property Value

Type: System.String

A resource file to link to the output assembly.

Permissions

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace