VCProjectEngine.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:
void AddFakeProps(int idStart, int idEnd, int idOffset);
public:
void AddFakeProps(int idStart, int idEnd, int idOffset);
void AddFakeProps(int idStart, int idEnd, int idOffset);
[System.Runtime.InteropServices.DispId(232)]
public void AddFakeProps (int idStart, int idEnd, int idOffset);
[<System.Runtime.InteropServices.DispId(232)>]
abstract member AddFakeProps : int * int * int -> unit
Public Sub AddFakeProps (idStart As Integer, idEnd As Integer, idOffset As Integer)
Parameters
- idStart
- Int32
Start ID
- idEnd
- Int32
End ID
- idOffset
- Int32
Offset ID
- Attributes