VCWizCtlClass.ProjectObject Property
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 property System::Object ^ ProjectObject { System::Object ^ get(); void set(System::Object ^ value); };
public:
virtual property Platform::Object ^ ProjectObject { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(1610743862)]
public virtual object ProjectObject { [System.Runtime.InteropServices.DispId(1610743862)] get; [System.Runtime.InteropServices.DispId(1610743862)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743862)>]
[<get: System.Runtime.InteropServices.DispId(1610743862)>]
[<set: System.Runtime.InteropServices.DispId(1610743862)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.ProjectObject : obj with get, set
Public Overridable Property ProjectObject As Object
Property Value
Implements
- Attributes