IGenericUserDefinedTool 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-87E4-B2AC-1D4782F0E835")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IGenericUserDefinedTool
[GuidAttribute("4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGenericUserDefinedTool
[GuidAttribute(L"4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IGenericUserDefinedTool
[<GuidAttribute("4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IGenericUserDefinedTool = interface end
public interface IGenericUserDefinedTool
The IGenericUserDefinedTool type exposes the following members.
Methods
Name | Description | |
---|---|---|
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. | |
SaveProperties | Infrastructure. Microsoft Internal Use Only. | |
SaveUserProperties | Infrastructure. Microsoft Internal Use Only. | |
SetPropertyContainer | Infrastructure. Microsoft Internal Use Only. |
Top