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
声明
<GuidAttribute("7DB32345-F5C4-4E19-B96F-FD9CDE0A1EAE")> _
Public Interface VCALinkTool
[GuidAttribute("7DB32345-F5C4-4E19-B96F-FD9CDE0A1EAE")]
public interface VCALinkTool
[GuidAttribute(L"7DB32345-F5C4-4E19-B96F-FD9CDE0A1EAE")]
public interface class VCALinkTool
[<GuidAttribute("7DB32345-F5C4-4E19-B96F-FD9CDE0A1EAE")>]
type VCALinkTool =  interface end
public interface VCALinkTool
The VCALinkTool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ExecutionBucket | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | OutputBaseFileName | Gets the name (but not the location) of the generated satellite resource DLL or DLL. | 
| .gif) | ToolKind | Gets the name of the kind of tool. | 
| .gif) | toolName | Gets the name of the specified tool. | 
| .gif) | ToolPath | Gets the path to the specified tool. | 
| .gif) | VCProjectEngine | Gets a pointer object to the project engine. | 
Top