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
'Декларация
<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 | |
---|---|---|
![]() |
DefaultBucket | Infrastructure. Microsoft Internal Use Only. |
![]() |
DefaultFileExtensions | Infrastructure. Microsoft Internal Use Only. |
![]() |
Exec | Infrastructure. Microsoft Internal Use Only. |
![]() |
GetPropertiesObject(Int32, Object%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
GetPropertiesObject(Int32, Object%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
GetPropertiesObjectName(Int32, String%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
GetPropertiesObjectName(Int32, String%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
Identifier(String%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
Identifier(String%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
Name(String%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
Name(String%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
NumberOfProperties(Int32%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
NumberOfProperties(Int32%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
NumberOfPropertiesObjects(Int32%) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
NumberOfPropertiesObjects(Int32%) | Infrastructure. Microsoft Internal Use Only. |
![]() |
Outputs | Infrastructure. Microsoft Internal Use Only. |
![]() |
SaveProperties(IToolPropertyWriter) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
SaveProperties(IToolPropertyWriter) | Infrastructure. Microsoft Internal Use Only. |
![]() |
SaveUserProperties(IToolPropertyWriter) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
SaveUserProperties(IToolPropertyWriter) | Infrastructure. Microsoft Internal Use Only. |
![]() |
SetInputs | Infrastructure. Microsoft Internal Use Only. |
![]() |
SetPropertyContainer(ISimplePropertyContainer) | Infrastructure. Microsoft Internal Use Only. (Inherited from IGenericUserDefinedTool.) |
![]() |
SetPropertyContainer(ISimplePropertyContainer) | Infrastructure. Microsoft Internal Use Only. |
![]() |
SupportsBatchMode | Infrastructure. Microsoft Internal Use Only. |
![]() |
SupportsSingleFileMode | Infrastructure. Microsoft Internal Use Only. |
![]() |
SupportsTargetMode | Infrastructure. Microsoft Internal Use Only. |
Top