PropertyPage.GetControl Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider
Assembly:  Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)

Syntax

'Declaration
Public Function GetControl As Control
'Usage
Dim instance As PropertyPage 
Dim returnValue As Control 

returnValue = instance.GetControl()
public Control GetControl()
public:
virtual Control^ GetControl() sealed
public final function GetControl() : Control

Return Value

Type: System.Windows.Forms.Control

Implements

IPublishPropertyPageGetControl

.NET Framework Security

See Also

Reference

PropertyPage Class

PropertyPage Members

Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider Namespace