IVCWizCtlUI.ResourceHelper 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.
Gets the VCResourceHelper object.
public:
property System::Object ^ ResourceHelper { System::Object ^ get(); };
public:
property Platform::Object ^ ResourceHelper { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743869)]
public object ResourceHelper { [System.Runtime.InteropServices.DispId(1610743869)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.DispId(1610743869)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ResourceHelper : obj
Public ReadOnly Property ResourceHelper As Object
Property Value
A VCResourceHelper object.
- Attributes