Share via


IExtendPropertySheet.CreatePropertyPages Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This method supports the WS-AtomicTransaction Configuration Utility (wsatConfig.exe) tool and is not intended to be used directly from your code.

Namespace: Microsoft.Tools.ServiceModel.WsatConfig
Assembly: WsatUI (in wsatui.dll)

Usage

    Dim instance As IExtendPropertySheet
Dim provider As IPropertySheetCallback
Dim handle As IntPtr
Dim dataObject As IDataObject
Dim returnValue As Integer

returnValue = instance.CreatePropertyPages(provider, handle, dataObject)

Syntax

'Declaration
Function CreatePropertyPages ( _
    provider As IPropertySheetCallback, _
    handle As IntPtr, _
    dataObject As IDataObject _
) As Integer
int CreatePropertyPages (
    IPropertySheetCallback provider,
    IntPtr handle,
    IDataObject dataObject
)
int CreatePropertyPages (
    IPropertySheetCallback^ provider, 
    IntPtr handle, 
    IDataObject^ dataObject
)
int CreatePropertyPages (
    IPropertySheetCallback provider, 
    IntPtr handle, 
    IDataObject dataObject
)
function CreatePropertyPages (
    provider : IPropertySheetCallback, 
    handle : IntPtr, 
    dataObject : IDataObject
) : int

Parameters

Return Value

An integer. This type supports the WS-AtomicTransaction Configuration Utility (wsatConfig.exe) tool and is not intended to be used directly from your code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

IExtendPropertySheet Interface
IExtendPropertySheet Members
Microsoft.Tools.ServiceModel.WsatConfig Namespace