IPerPropertyBrowsing2::MapPropertyToBuilder Method (Int32, Guid, UInt32)

 

Maps the dispatch ID of a property to a builder for the property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: