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("A1AABC09-DFA9-4532-BCE4-2FD8415B25F7")> _
Public Interface VCALinkTool
[GuidAttribute("A1AABC09-DFA9-4532-BCE4-2FD8415B25F7")]
public interface VCALinkTool
[GuidAttribute(L"A1AABC09-DFA9-4532-BCE4-2FD8415B25F7")]
public interface class VCALinkTool
[<GuidAttribute("A1AABC09-DFA9-4532-BCE4-2FD8415B25F7")>]
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