PropertyPageProvider.ShowPropertyFrame(IntPtr, String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual bool ShowPropertyFrame(IntPtr hwndParent, System::String ^ pageTitle);
public bool ShowPropertyFrame (IntPtr hwndParent, string pageTitle);
abstract member ShowPropertyFrame : nativeint * string -> bool
override this.ShowPropertyFrame : nativeint * string -> bool
Public Function ShowPropertyFrame (hwndParent As IntPtr, pageTitle As String) As Boolean
Parámetros
- hwndParent
-
IntPtr
nativeint
- pageTitle
- String