VCALinkTool Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the ALink tool, which is used to generate satellite assemblies from managed resources.
public interface class VCALinkTool
public interface class VCALinkTool
__interface VCALinkTool
[System.Runtime.InteropServices.Guid("2CF0E564-48BE-4244-A99A-2ECAF22139BB")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCALinkTool
[<System.Runtime.InteropServices.Guid("2CF0E564-48BE-4244-A99A-2ECAF22139BB")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCALinkTool = interface
Public Interface VCALinkTool
- Attributes
Properties
ExecutionBucket |
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. |