IPerPropertyBrowsing2::MapPropertyToBuilder Method (Int32, Guid, UInt32)
Visual Studio 2015
Maps the dispatch ID of a property to a builder for the property.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int MapPropertyToBuilder( int dispid, [OutAttribute] Guid% pguidBuilder, [OutAttribute] unsigned int% pdwType )
Parameters
- dispid
-
Type:
System::Int32
[in] The dispatch ID of the property.
- pguidBuilder
-
Type:
System::Guid
[out] Pointer to the GUID for the property's builder.
- pdwType
-
Type:
System::UInt32
[out] Pointer to a value indicating the builder type (Type).
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: