IUserDefinedTool Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")> _
Public Interface IUserDefinedTool _
Inherits IGenericUserDefinedTool
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
public interface IUserDefinedTool : IGenericUserDefinedTool
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
public interface class IUserDefinedTool : IGenericUserDefinedTool
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")>]
type IUserDefinedTool =
interface
interface IGenericUserDefinedTool
end
public interface IUserDefinedTool extends IGenericUserDefinedTool
The IUserDefinedTool type exposes the following members.
Methods
Name | Description | |
---|---|---|
DefaultBucket | Infrastructure. Microsoft Internal Use Only. | |
DefaultFileExtensions | Infrastructure. Microsoft Internal Use Only. | |
Exec | Infrastructure. Microsoft Internal Use Only. | |
GetPropertiesObject | Infrastructure. Microsoft Internal Use Only. | |
GetPropertiesObjectName | Infrastructure. Microsoft Internal Use Only. | |
Identifier | Infrastructure. Microsoft Internal Use Only. | |
Name | Infrastructure. Microsoft Internal Use Only. | |
NumberOfProperties | Infrastructure. Microsoft Internal Use Only. | |
NumberOfPropertiesObjects | Infrastructure. Microsoft Internal Use Only. | |
Outputs | Infrastructure. Microsoft Internal Use Only. | |
SaveProperties | Infrastructure. Microsoft Internal Use Only. | |
SaveUserProperties | Infrastructure. Microsoft Internal Use Only. | |
SetInputs | Infrastructure. Microsoft Internal Use Only. | |
SetPropertyContainer | Infrastructure. Microsoft Internal Use Only. | |
SupportsBatchMode | Infrastructure. Microsoft Internal Use Only. | |
SupportsSingleFileMode | Infrastructure. Microsoft Internal Use Only. | |
SupportsTargetMode | Infrastructure. Microsoft Internal Use Only. |
Top