ClientActionSetStaticProperty 构造函数
初始化ClientActionSetStaticProperty类型 ID 的属性名称和值的引用与指定的上下文中的新实例。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Sub New ( _
context As ClientRuntimeContext, _
typeId As String, _
propName As String, _
propValue As Object _
)
用法
Dim context As ClientRuntimeContext
Dim typeId As String
Dim propName As String
Dim propValue As Object
Dim instance As New ClientActionSetStaticProperty(context, _
typeId, propName, propValue)
public ClientActionSetStaticProperty(
ClientRuntimeContext context,
string typeId,
string propName,
Object propValue
)
参数
context
类型:Microsoft.SharePoint.Client.ClientRuntimeContext设置与操作相关联的上下文。
typeId
类型:System.String类型 ID。
propName
类型:System.String属性的名称。
propValue
类型:System.Object属性的值。
另请参阅
引用
ClientActionSetStaticProperty 类