GetPages Method
This method is used by the pipeline component to specify the component that displays the configuration dialog box.
This API is not CLS-compliant.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub GetPages ( _
<OutAttribute> ByRef pPages As tagCAUUID _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pPages As tagCAUUID
instance.GetPages(pPages)
[CLSCompliantAttribute(false)]
public void GetPages(
out tagCAUUID pPages
)
[CLSCompliantAttribute(false)]
public:
virtual void GetPages(
[OutAttribute] tagCAUUID% pPages
) sealed
public final function GetPages(
pPages : tagCAUUID
)
Parameters
- pPages
Type: tagCAUUID%
A caller-allocated tagCAUUID structure that must be initialized and filled before returning.
Remarks
This method is used by the pipeline component to specify the component that displays the configuration dialog box by implementing the IPipelineComponentUI interface.
This method fills a counted array of universally unique identifier (UUID) values where each UUID specifies the class identifier (CLSID) of a particular property page that can be displayed in the property sheet for this object.
Implements the GetPipeLineComponentUIProgID method of the ISpecifyPipelineComponentUI interface.
\
Permissions
- 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.
See Also
Reference
PaymentMethodRouterPipelineComponent Class