IPerPropertyBrowsing2.MapPropertyToBuilder(Int32, Guid, UInt32) 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.
Maps the dispatch ID of a property to a builder for the property.
public:
int MapPropertyToBuilder(int dispid, [Runtime::InteropServices::Out] Guid % pguidBuilder, [Runtime::InteropServices::Out] System::UInt32 % pdwType);
public int MapPropertyToBuilder (int dispid, out Guid pguidBuilder, out uint pdwType);
abstract member MapPropertyToBuilder : int * Guid * uint32 -> int
Public Function MapPropertyToBuilder (dispid As Integer, ByRef pguidBuilder As Guid, ByRef pdwType As UInteger) As Integer
Parameters
- dispid
- Int32
[in] The dispatch ID of the property.
- pguidBuilder
- Guid
[out] Pointer to the GUID for the property's builder.
- pdwType
- UInt32
[out] Pointer to a value indicating the builder type (Type
).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.