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
Public property ExecutionBucket Infrastructure. Microsoft Internal Use Only.
Public property OutputBaseFileName Gets the name (but not the location) of the generated satellite resource DLL or DLL.
Public property ToolKind Gets the name of the kind of tool.
Public property toolName Gets the name of the specified tool.
Public property ToolPath Gets the path to the specified tool.
Public property VCProjectEngine Gets a pointer object to the project engine.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace