IPerPropertyBrowsing2.MapPropertyToBuilder Method
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)
Syntax
'Declaration
Function MapPropertyToBuilder ( _
dispid As Integer, _
<OutAttribute> ByRef pguidBuilder As Guid, _
<OutAttribute> ByRef pdwType As UInteger _
) As Integer
int MapPropertyToBuilder(
int dispid,
out Guid pguidBuilder,
out uint pdwType
)
int MapPropertyToBuilder(
[InAttribute] int dispid,
[OutAttribute] Guid% pguidBuilder,
[OutAttribute] unsigned int% pdwType
)
abstract MapPropertyToBuilder :
dispid:int *
pguidBuilder:Guid byref *
pdwType:uint32 byref -> int
function MapPropertyToBuilder(
dispid : int,
pguidBuilder : Guid,
pdwType : uint
) : int
Parameters
dispid
Type: Int32[in] The dispatch ID of the property.
pguidBuilder
Type: Guid%[out] Pointer to the GUID for the property's builder.
pdwType
Type: UInt32%[out] Pointer to a value indicating the builder type (Type).
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.