VCProjectEngineObjectClass.AddFakeProps(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
public:
virtual void AddFakeProps(int idStart, int idEnd, int idOffset) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::AddFakeProps;
public:
virtual void AddFakeProps(int idStart, int idEnd, int idOffset) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::AddFakeProps;
virtual void AddFakeProps(int idStart, int idEnd, int idOffset);
[System.Runtime.InteropServices.DispId(232)]
public virtual void AddFakeProps (int idStart, int idEnd, int idOffset);
[<System.Runtime.InteropServices.DispId(232)>]
abstract member AddFakeProps : int * int * int -> unit
override this.AddFakeProps : int * int * int -> unit
Public Overridable Sub AddFakeProps (idStart As Integer, idEnd As Integer, idOffset As Integer)
Parameters
- idStart
- Int32
Start ID
- idEnd
- Int32
End ID
- idOffset
- Int32
Offset ID
Implements
- Attributes