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
<GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IUserDefinedTool _
    Inherits IGenericUserDefinedTool
[GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IUserDefinedTool : IGenericUserDefinedTool
[GuidAttribute(L"4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IUserDefinedTool : IGenericUserDefinedTool
[<GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IUserDefinedTool =  
    interface
        interface IGenericUserDefinedTool
    end
public interface IUserDefinedTool extends IGenericUserDefinedTool

The IUserDefinedTool type exposes the following members.

Methods

  Name Description
Public method DefaultBucket Infrastructure. Microsoft Internal Use Only.
Public method DefaultFileExtensions Infrastructure. Microsoft Internal Use Only.
Public method Exec Infrastructure. Microsoft Internal Use Only.
Public method GetPropertiesObject(Int32, Object%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method GetPropertiesObject(Int32, Object%) Infrastructure. Microsoft Internal Use Only.
Public method GetPropertiesObjectName(Int32, String%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method GetPropertiesObjectName(Int32, String%) Infrastructure. Microsoft Internal Use Only.
Public method Identifier(String%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method Identifier(String%) Infrastructure. Microsoft Internal Use Only.
Public method Name(String%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method Name(String%) Infrastructure. Microsoft Internal Use Only.
Public method NumberOfProperties(Int32%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method NumberOfProperties(Int32%) Infrastructure. Microsoft Internal Use Only.
Public method NumberOfPropertiesObjects(Int32%) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method NumberOfPropertiesObjects(Int32%) Infrastructure. Microsoft Internal Use Only.
Public method Outputs Infrastructure. Microsoft Internal Use Only.
Public method SaveProperties(IToolPropertyWriter) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method SaveProperties(IToolPropertyWriter) Infrastructure. Microsoft Internal Use Only.
Public method SaveUserProperties(IToolPropertyWriter) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method SaveUserProperties(IToolPropertyWriter) Infrastructure. Microsoft Internal Use Only.
Public method SetInputs Infrastructure. Microsoft Internal Use Only.
Public method SetPropertyContainer(ISimplePropertyContainer) Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.)
Public method SetPropertyContainer(ISimplePropertyContainer) Infrastructure. Microsoft Internal Use Only.
Public method SupportsBatchMode Infrastructure. Microsoft Internal Use Only.
Public method SupportsSingleFileMode Infrastructure. Microsoft Internal Use Only.
Public method SupportsTargetMode Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace