TemplateBasedControl.RenderContext 属性
获取或设置在其中呈现控件的Microsoft SharePoint Foundation上下文。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RenderContext As SPContext
Get
Set
用法
Dim instance As TemplateBasedControl
Dim value As SPContext
value = instance.RenderContext
instance.RenderContext = value
public SPContext RenderContext { get; set; }
属性值
类型:Microsoft.SharePoint.SPContext
表示在其中呈现控件的上下文的SPContext对象。默认值为Current属性的值。