IPerPropertyBrowsing.GetPredefinedValue(Int32, UInt32, Object) 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.
public:
void GetPredefinedValue(int DISPID, System::UInt32 dwCookie, [Runtime::InteropServices::Out] System::Object ^ % pVarOut);
public void GetPredefinedValue (int DISPID, uint dwCookie, out object pVarOut);
abstract member GetPredefinedValue : int * uint32 * obj -> unit
Public Sub GetPredefinedValue (DISPID As Integer, dwCookie As UInteger, ByRef pVarOut As Object)
Parameters
- DISPID
- Int32
- dwCookie
- UInt32
- pVarOut
- Object