Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: 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.
.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.