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
'Декларация
<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 | |
---|---|---|
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