IDesignerToolWindowAwareControl Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines a designer tool control for window.

This API is not CLS-compliant. 

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindowAwareControl
'Usage
Dim instance As IDesignerToolWindowAwareControl
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindowAwareControl
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindowAwareControl
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindowAwareControl =  interface end
public interface IDesignerToolWindowAwareControl

The IDesignerToolWindowAwareControl type exposes the following members.

Properties

  Name Description
Public property ServiceProvider Infrastructure. Gets the service object for this IDesignerToolWindowAwareControl object.

Top

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace