IVCProjectTargetChange Interface
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("92EE75BF-F3F2-4BA9-9381-893D305457CF")> _
Public Interface IVCProjectTargetChange
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("92EE75BF-F3F2-4BA9-9381-893D305457CF")]
public interface IVCProjectTargetChange
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"92EE75BF-F3F2-4BA9-9381-893D305457CF")]
public interface class IVCProjectTargetChange
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("92EE75BF-F3F2-4BA9-9381-893D305457CF")>]
type IVCProjectTargetChange = interface end
public interface IVCProjectTargetChange
The IVCProjectTargetChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApplicationType | ||
ApplicationTypeRevision | ||
DisplayName | ||
Toolset |
Top