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()> _
Public Interface IUserDefinedTool _
Inherits IGenericUserDefinedTool
'Usage
Dim instance As IUserDefinedTool
[GuidAttribute("4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute()]
public interface IUserDefinedTool : IGenericUserDefinedTool
[GuidAttribute(L"4F0F5FBF-A5C3-4FFE-B2AC-0D4782F0E835")]
[InterfaceTypeAttribute()]
public interface class IUserDefinedTool : IGenericUserDefinedTool
public interface IUserDefinedTool extends IGenericUserDefinedTool