VCALinkTool Interface
Represents the ALink tool, which is used to generate satellite assemblies from managed resources.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("BC927FCB-A4B7-4E0F-8134-2132912D1FBD")> _
Public Interface VCALinkTool
[GuidAttribute("BC927FCB-A4B7-4E0F-8134-2132912D1FBD")]
public interface VCALinkTool
[GuidAttribute(L"BC927FCB-A4B7-4E0F-8134-2132912D1FBD")]
public interface class VCALinkTool
[<GuidAttribute("BC927FCB-A4B7-4E0F-8134-2132912D1FBD")>]
type VCALinkTool = interface end
public interface VCALinkTool
The VCALinkTool type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | |
OutputBaseFileName | Gets the name (but not the location) of the generated satellite resource DLL or DLL. | |
ToolKind | Gets the name of the kind of tool. | |
toolName | Gets the name of the specified tool. | |
ToolPath | Gets the path to the specified tool. | |
VCProjectEngine | Gets a pointer object to the project engine. |
Top