Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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-87E4-B2AC-1D4782F0E835")> _
Public Interface IGenericUserDefinedTool
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")]
public interface IGenericUserDefinedTool
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")]
public interface class IGenericUserDefinedTool
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4F0F5FBF-A5C3-87E4-B2AC-1D4782F0E835")>]
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