DesignSurfaceExtension::Surface Property

 

Gets the design surface this extension was initialized with.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

protected:
property DesignSurface^ Surface {
	DesignSurface^ get();
}

Property Value

Type: System.ComponentModel.Design::DesignSurface^

The DesignSurface this extension was initialized with, or null of the extension has been disposed.

Return to top
Show: